/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/freebsd-src/sys/dev/hptmv/ |
H A D | global.h | 153 #define StrLen strlen macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 503 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 D | BTF.h | 89 uint32_t StrLen; ///< Length of string section member
|
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 436 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 129 uint32_t StrLen = Extractor.getU32(C); in parseBTF() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 219 isStr(const char (& Str)[StrLen]) isStr() argument
|
/freebsd-src/lib/libefivar/ |
H A D | uefi-dplib.h | 512 #define StrLen(x) strlen(x) macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 574 ModifierIs(const char * Modifier,unsigned ModifierLen,const char (& Str)[StrLen]) ModifierIs() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1046 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1093 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 D | SemaInit.cpp | 3077 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 D | APInt.cpp | 515 size_t StrLen = Str.size(); in getSufficientBitsNeeded() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12522 uint64_t StrLen; VisitBuiltinCallExpr() local
|