/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/ |
H A D | from_literal.pass.cpp | 24 size_t StrLen(const CharT* s) { in StrLen() function
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/ |
H A D | path_helper.h | 52 std::size_t StrLen(CharT const* P) { in StrLen() function
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MisplacedOperatorInStrlenInAllocCheck.cpp | 79 const auto *StrLen = Result.Nodes.getNodeAs<CallExpr>("StrLen"); in check() local
|
/llvm-project/llvm/unittests/Remarks/ |
H A D | BitstreamRemarksParsingTest.cpp | 138 unsigned StrLen = Str.size(); in checkStr() local 228 unsigned StrLen = LLVMRemarkStringGetLen(Str); in checkStr() local
|
H A D | YAMLRemarksParsingTest.cpp | 392 unsigned StrLen = Str.size(); in checkStr() local 482 unsigned StrLen = LLVMRemarkStringGetLen(Str); in checkStr() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 511 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) optimizeStrChr() local 733 Value *StrLen = emitStrLen(Src, B, DL, TLI); optimizeStpCpy() local 1163 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); optimizeStrStr() local 3390 Value *StrLen = ConstantInt::get(CI->getType(), Str.size()); emitSnPrintfMemCpy() local 4180 Value *StrLen = emitStrLen(Src, B, DL, TLI); optimizeStrpCpyChk() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 89 uint32_t StrLen; ///< Length of string section member
|
/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 129 uint32_t StrLen = Extractor.getU32(C); in parseBTF() local
|
/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 228 bool isStr(const char (&Str)[StrLen]) const { in isStr() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 575 ModifierIs(const char * Modifier,unsigned ModifierLen,const char (& Str)[StrLen]) ModifierIs() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 308 intptr_t StrLen = End - Begin; in getDeclTypeName() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1325 H, FormatBytes, FormatBytes + StrLen, getLangOpts(), in checkFortifiedBuiltinMemoryFunction() local 1122 ProcessFormatStringLiteral(const Expr * FormatExpr,StringRef & FormatStrRef,size_t & StrLen,ASTContext & Context) ProcessFormatStringLiteral() argument 1290 size_t StrLen; checkFortifiedBuiltinMemoryFunction() local 1413 size_t StrLen; checkFortifiedBuiltinMemoryFunction() local 7829 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); CheckFormatString() local 7889 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); FormatStringHasSArg() local 8190 IsStdFunction(const FunctionDecl * FDecl,const char (& Str)[StrLen]) IsStdFunction() argument [all...] |
H A D | SemaInit.cpp | 3207 uint64_t StrLen = SL->getLength(); CheckDesignatedInitializer() local 3230 uint64_t StrLen = Str.size(); CheckDesignatedInitializer() local [all...] |
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1046 uint32_t TypeLen = 0, StrLen; emitBTFSection() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 515 size_t StrLen = Str.size(); getSufficientBitsNeeded() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12801 uint64_t StrLen; VisitBuiltinCallExpr() local
|