Searched defs:StrLen (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTF.h | 88 uint32_t StrLen; ///< Length of string section member
|
H A D | BTFDebug.cpp | 1045 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 462 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) in optimizeStrChr() local 684 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local 1114 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local 3065 Value *StrLen = ConstantInt::get(CI->getType(), Str.size()); in emitSnPrintfMemCpy() local 3848 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 177 bool isStr(const char (&Str)[StrLen]) const { in isStr()
|
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 578 const char (&Str)[StrLen]) { in ModifierIs()
|
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
H A D | Process.xs | 1360 StrLen(ULONG addr, ULONG lim, I32 unitsize) in StrLen() function
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1213 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local 1245 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local 10868 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local 10929 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in FormatStringHasSArg() local 11230 const char (&Str)[StrLen]) { in IsStdFunction()
|
H A D | SemaInit.cpp | 2957 uint64_t StrLen = SL->getLength(); in CheckDesignatedInitializer() local 2980 uint64_t StrLen = Str.size(); in CheckDesignatedInitializer() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 507 size_t StrLen = Str.size(); in getSufficientBitsNeeded() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12203 uint64_t StrLen; in VisitBuiltinCallExpr() local
|