Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTF.h88 uint32_t StrLen; ///< Length of string section member
H A DBTFDebug.cpp1045 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp462 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 DIdentifierTable.h177 bool isStr(const char (&Str)[StrLen]) const { in isStr()
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp578 const char (&Str)[StrLen]) { in ModifierIs()
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs1360 StrLen(ULONG addr, ULONG lim, I32 unitsize) in StrLen() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp1213 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 DSemaInit.cpp2957 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 DAPInt.cpp507 size_t StrLen = Str.size(); in getSufficientBitsNeeded() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12203 uint64_t StrLen; in VisitBuiltinCallExpr() local