Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/freebsd-src/sys/dev/hptmv/
H A Dglobal.h153 #define StrLen strlen macro
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp503 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) optimizeStrChr() local
725 Value *StrLen = emitStrLen(Src, B, DL, TLI); optimizeStpCpy() local
1155 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); optimizeStrStr() local
3185 Value *StrLen = ConstantInt::get(CI->getType(), Str.size()); emitSnPrintfMemCpy() local
3959 Value *StrLen = emitStrLen(Src, B, DL, TLI); optimizeStrpCpyChk() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h89 uint32_t StrLen; ///< Length of string section member
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp129 uint32_t StrLen = Extractor.getU32(C); in parseBTF() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h219 isStr(const char (& Str)[StrLen]) isStr() argument
/freebsd-src/lib/libefivar/
H A Duefi-dplib.h512 #define StrLen(x) strlen(x) macro
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp574 ModifierIs(const char * Modifier,unsigned ModifierLen,const char (& Str)[StrLen]) ModifierIs() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1046 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1093 ProcessFormatStringLiteral(const Expr * FormatExpr,StringRef & FormatStrRef,size_t & StrLen,ASTContext & Context) ProcessFormatStringLiteral() argument
1261 size_t StrLen; checkFortifiedBuiltinMemoryFunction() local
1296 size_t StrLen; checkFortifiedBuiltinMemoryFunction() local
1384 size_t StrLen; checkFortifiedBuiltinMemoryFunction() local
12590 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); CheckFormatString() local
12650 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); FormatStringHasSArg() local
12951 IsStdFunction(const FunctionDecl * FDecl,const char (& Str)[StrLen]) IsStdFunction() argument
[all...]
H A DSemaInit.cpp3077 uint64_t StrLen = SL->getLength(); CheckDesignatedInitializer() local
3100 uint64_t StrLen = Str.size(); CheckDesignatedInitializer() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp515 size_t StrLen = Str.size(); in getSufficientBitsNeeded() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12522 uint64_t StrLen; VisitBuiltinCallExpr() local