Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp125 uint32_t StrLen = Extractor.getU32(C); parseBTF() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h88 uint32_t StrLen; ///< Length of string section global() member
/freebsd/sys/dev/hptmv/
H A Dglobal.h153 #define StrLen strlen macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp512 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 DELFObjHandler.cpp436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
/freebsd/lib/libefivar/
H A Duefi-dplib.h512 #define StrLen(x) strlen(x) macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h228 bool isStr(const char (&Str)[StrLen]) const { in isStr()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp575 const char (&Str)[StrLen]) { in ModifierIs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1122 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 DSemaInit.cpp3216 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 DBTFDebug.cpp1046 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp515 size_t StrLen = Str.size(); in getSufficientBitsNeeded() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12816 uint64_t StrLen; in VisitBuiltinCallExpr() local