/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 125 uint32_t StrLen = Extractor.getU32(C); parseBTF() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 88 uint32_t StrLen; ///< Length of string section global() member
|
/freebsd/sys/dev/hptmv/ |
H A D | global.h | 153 #define StrLen strlen macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 512 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) in optimizeStrChr() local 734 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local 1164 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local 3419 Value *StrLen = ConstantInt::get(CI->getType(), Str.size()); in emitSnPrintfMemCpy() local 4209 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
|
/freebsd/lib/libefivar/ |
H A D | uefi-dplib.h | 512 #define StrLen(x) strlen(x) macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 228 bool isStr(const char (&Str)[StrLen]) const { in isStr()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 575 const char (&Str)[StrLen]) { in ModifierIs()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1122 StringRef &FormatStrRef, size_t &StrLen, in ProcessFormatStringLiteral() 1290 size_t StrLen; in checkFortifiedBuiltinMemoryFunction() local 1325 size_t StrLen; in checkFortifiedBuiltinMemoryFunction() local 1413 size_t StrLen; in checkFortifiedBuiltinMemoryFunction() local 7833 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local 7893 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in FormatStringHasSArg() local 8194 const char (&Str)[StrLen]) { in IsStdFunction()
|
H A D | SemaInit.cpp | 3216 uint64_t StrLen = SL->getLength(); in CheckDesignatedInitializer() local 3239 uint64_t StrLen = Str.size(); in CheckDesignatedInitializer() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1046 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 515 size_t StrLen = Str.size(); in getSufficientBitsNeeded() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12816 uint64_t StrLen; in VisitBuiltinCallExpr() local
|