/external/libcxx/test/std/strings/string.view/string.view.cons/ |
D | from_literal.pass.cpp | 25 size_t StrLen ( const CharT *s ) { in StrLen() function
|
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 195 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsnamed.c | 377 cmsUInt32Number StrLen = 0; in cmsMLUgetASCII() local 422 cmsUInt32Number StrLen = 0; in cmsMLUgetWide() local
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 33 unsigned StrLen; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 40 unsigned StrLen; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 40 size_t StrLen; variable
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 291 size_t StrLen) in DataInitializer()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 162 # define StrLen(X) wcslen(X) macro 165 # define StrLen(X) strlen(X) macro
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 348 std::size_t StrLen(CharT const* P) { in StrLen() function
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 342 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local 571 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local 2254 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
|
D | BuildLibCalls.cpp | 724 Constant *StrLen = M->getOrInsertFunction("strlen", DL.getIntPtrType(Context), in emitStrLen() local
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 93 bool isStr(const char (&Str)[StrLen]) const { in isStr()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 413 const char (&Str)[StrLen]) { in ModifierIs()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_unittest.cc | 68 int StrLen(const std::string& str) { in StrLen() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 388 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local 640 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local 2621 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
|
D | BuildLibCalls.cpp | 768 Constant *StrLen = M->getOrInsertFunction(StrlenName, DL.getIntPtrType(Context), in emitStrLen() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 578 size_t StrLen = Str.size(); in ConstantFoldLoadFromConstPtr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 626 size_t StrLen = Str.size(); in ConstantFoldLoadFromConstPtr() local
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2492 uint64_t StrLen = SL->getLength(); in CheckDesignatedInitializer() local 2514 uint64_t StrLen = Str.size(); in CheckDesignatedInitializer() local
|
D | SemaChecking.cpp | 5569 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local 5628 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in FormatStringHasSArg() local
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1054 static StringEncoding getStringEncoding(const char *Str, unsigned StrLen) { in getStringEncoding()
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 4289 const char (&Str)[StrLen]) { in isStreamCharSpecialization()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 7482 unsigned StrLen = (((unsigned) StrLenPtr[0]) in DecodeIdentifierInfo() local
|