Home
last modified time | relevance | path

Searched defs:StrLen (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_literal.pass.cpp24 size_t StrLen(const CharT* s) { in StrLen() function
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/
H A Dpath_helper.h52 std::size_t StrLen(CharT const* P) { in StrLen() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedOperatorInStrlenInAllocCheck.cpp79 const auto *StrLen = Result.Nodes.getNodeAs<CallExpr>("StrLen"); in check() local
/llvm-project/llvm/unittests/Remarks/
H A DBitstreamRemarksParsingTest.cpp138 unsigned StrLen = Str.size(); in checkStr() local
228 unsigned StrLen = LLVMRemarkStringGetLen(Str); in checkStr() local
H A DYAMLRemarksParsingTest.cpp392 unsigned StrLen = Str.size(); in checkStr() local
482 unsigned StrLen = LLVMRemarkStringGetLen(Str); in checkStr() local
/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp511 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 DBTF.h89 uint32_t StrLen; ///< Length of string section member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp129 uint32_t StrLen = Extractor.getU32(C); in parseBTF() local
/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h228 bool isStr(const char (&Str)[StrLen]) const { in isStr() argument
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp575 ModifierIs(const char * Modifier,unsigned ModifierLen,const char (& Str)[StrLen]) ModifierIs() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp308 intptr_t StrLen = End - Begin; in getDeclTypeName() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1325 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 DSemaInit.cpp3207 uint64_t StrLen = SL->getLength(); CheckDesignatedInitializer() local
3230 uint64_t StrLen = Str.size(); CheckDesignatedInitializer() local
[all...]
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1046 uint32_t TypeLen = 0, StrLen; emitBTFSection() local
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp515 size_t StrLen = Str.size(); getSufficientBitsNeeded() local
[all...]
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12801 uint64_t StrLen; VisitBuiltinCallExpr() local