Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dconsole.c38 IN UINTN StrLen in Input()
57 IN UINTN StrLen in IInput()
H A Dstr.c181 StrLen ( in StrLen() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTF.h85 uint32_t StrLen; ///< Length of string section member
H A DBTFDebug.cpp792 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp315 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 DIdentifierTable.h149 bool isStr(const char (&Str)[StrLen]) const { in isStr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp352 size_t StrLen = StrEnd - Offset; in terminatedSubstr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp561 const char (&Str)[StrLen]) { in ModifierIs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp704 size_t StrLen = Str.size(); in ConstantFoldLoadFromConstPtr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp636 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 DSemaInit.cpp2915 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 DItaniumMangle.cpp5967 const char (&Str)[StrLen]) { in isStreamCharSpecialization()