Searched defs:StrLen (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | console.c | 38 IN UINTN StrLen in Input() 57 IN UINTN StrLen in IInput()
|
H A D | str.c | 181 StrLen ( in StrLen() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTF.h | 85 uint32_t StrLen; ///< Length of string section member
|
H A D | BTFDebug.cpp | 792 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 315 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) in optimizeStrChr() local 524 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local 808 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local 3327 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 149 bool isStr(const char (&Str)[StrLen]) const { in isStr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 352 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 561 const char (&Str)[StrLen]) { in ModifierIs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 704 size_t StrLen = Str.size(); in ConstantFoldLoadFromConstPtr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 636 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local 9266 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local 9329 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in FormatStringHasSArg() local 9630 const char (&Str)[StrLen]) { in IsStdFunction()
|
H A D | SemaInit.cpp | 2915 uint64_t StrLen = SL->getLength(); in CheckDesignatedInitializer() local 2938 uint64_t StrLen = Str.size(); in CheckDesignatedInitializer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 5967 const char (&Str)[StrLen]) { in isStreamCharSpecialization()
|