Searched defs:StrLen (Results 1 – 13 of 13) sorted by relevance
| /external/clang/include/clang/Sema/ |
| D | TypoCorrection.h | 188 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| D | cmsnamed.c | 350 cmsUInt32Number StrLen = 0; in cmsMLUgetASCII() local 395 cmsUInt32Number StrLen = 0; in cmsMLUgetWide() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 314 Value *StrLen = EmitStrLen(Src, B, DL, TLI); in callOptimizer() local 703 Value *StrLen = EmitStrLen(Src, B, DL, TLI); in callOptimizer() local 946 Value *StrLen = EmitStrLen(CI->getArgOperand(1), B, DL, TLI); in callOptimizer() local 2069 static StrLenOpt StrLen; variable
|
| D | BuildLibCalls.cpp | 49 Constant *StrLen = M->getOrInsertFunction("strlen", in EmitStrLen() local
|
| /external/llvm/include/llvm/ADT/ |
| D | StringMap.h | 32 unsigned StrLen; variable
|
| /external/clang/include/clang/Basic/ |
| D | IdentifierTable.h | 89 bool isStr(const char (&Str)[StrLen]) const { in isStr()
|
| /external/chromium_org/base/third_party/symbolize/ |
| D | demangle.cc | 158 static size_t StrLen(const char *str) { in StrLen() function
|
| /external/clang/lib/Basic/ |
| D | Diagnostic.cpp | 397 const char (&Str)[StrLen]) { in ModifierIs()
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 553 unsigned StrLen = Str.size(); in ConstantFoldLoadFromConstPtr() local
|
| /external/clang/lib/Sema/ |
| D | SemaInit.cpp | 2234 uint64_t StrLen = SL->getLength(); in CheckDesignatedInitializer() local 2256 uint64_t StrLen = Str.size(); in CheckDesignatedInitializer() local
|
| D | SemaChecking.cpp | 3535 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local
|
| /external/clang/lib/AST/ |
| D | ItaniumMangle.cpp | 3538 const char (&Str)[StrLen]) { in isStreamCharSpecialization()
|
| /external/clang/lib/Serialization/ |
| D | ASTReader.cpp | 7271 unsigned StrLen = (((unsigned) StrLenPtr[0]) in DecodeIdentifierInfo() local
|