Searched defs:StrLen (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h85 uint32_t StrLen; ///< Length of string section member in struct:llvm::BTF::Header
H A DBTFDebug.cpp766 uint32_t TypeLen = 0, StrLen; local
/freebsd-13-stable/lib/libefivar/
H A Duefi-dplib.h523 #define StrLen(x) strlen(x) macro
/freebsd-13-stable/sys/dev/hptmv/
H A Dglobal.h155 #define StrLen strlen macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp688 size_t StrLen = Str.size(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp634 size_t StrLen = local
8783 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); local
8846 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); local
[all...]

Completed in 198 milliseconds