/external/perfetto/include/perfetto/base/ |
D | logging.h | 65 constexpr const char* StrEnd(const char* s) { in StrEnd() function 66 return *s ? StrEnd(s + 1) : s; in StrEnd() 78 return BasenameRecursive(StrEnd(str), str, StrEnd(str)); in Basename()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 224 const char *StrEnd = strchr(StrStart, '}'); in EmitMSInlineAsmStr() local 225 if (!StrEnd) in EmitMSInlineAsmStr() 229 std::string Val(StrStart, StrEnd); in EmitMSInlineAsmStr() 231 LastEmitted = StrEnd+1; in EmitMSInlineAsmStr() 389 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local 390 if (!StrEnd) in EmitGCCInlineAsmStr() 394 std::string Val(StrStart, StrEnd); in EmitGCCInlineAsmStr() 396 LastEmitted = StrEnd+1; in EmitGCCInlineAsmStr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 222 const char *StrEnd = strchr(StrStart, '}'); in EmitMSInlineAsmStr() local 223 if (!StrEnd) in EmitMSInlineAsmStr() 227 std::string Val(StrStart, StrEnd); in EmitMSInlineAsmStr() 229 LastEmitted = StrEnd+1; in EmitMSInlineAsmStr() 387 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local 388 if (!StrEnd) in EmitGCCInlineAsmStr() 392 std::string Val(StrStart, StrEnd); in EmitGCCInlineAsmStr() 394 LastEmitted = StrEnd+1; in EmitGCCInlineAsmStr()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.append.pass.cpp | 139 LHS.append(RHS, StrEnd(RHS)); in doAppendSourceAllocTest() 162 InputIter REnd(StrEnd(R)); in doAppendSourceAllocTest() 232 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() 254 InputIter REnd(StrEnd(R)); in doAppendSourceTest()
|
D | path.concat.pass.cpp | 129 LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceAllocTest() 152 InputIter REnd(StrEnd(R)); in doConcatSourceAllocTest() 221 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() 242 InputIter REnd(StrEnd(R)); in doConcatSourceTest()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.append.pass.cpp | 140 LHS.append(RHS, StrEnd(RHS)); in doAppendSourceAllocTest() 163 InputIter REnd(StrEnd(R)); in doAppendSourceAllocTest() 232 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() 253 InputIter REnd(StrEnd(R)); in doAppendSourceTest()
|
D | path.concat.pass.cpp | 131 LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceAllocTest() 154 InputIter REnd(StrEnd(R)); in doConcatSourceAllocTest() 223 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() 244 InputIter REnd(StrEnd(R)); in doConcatSourceTest()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 37 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCaseImpl() 39 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCaseImpl()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 39 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCaseImpl() 41 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCaseImpl()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 329 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local 330 if (!StrEnd) in EmitGCCInlineAsmStr() 334 std::string Val(StrStart, StrEnd); in EmitGCCInlineAsmStr() 336 LastEmitted = StrEnd+1; in EmitGCCInlineAsmStr()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 479 const char *StrEnd = Str.end(); in AnalyzeAsmString() local 486 for (; CurPtr != StrEnd; ++CurPtr) { in AnalyzeAsmString() 511 if (CurPtr == StrEnd) { in AnalyzeAsmString() 531 if (CurPtr == StrEnd) { in AnalyzeAsmString() 563 if (CurPtr == StrEnd) { // Premature end. in AnalyzeAsmString() 580 while (CurPtr != StrEnd && isDigit(*CurPtr)) in AnalyzeAsmString() 611 const char *NameEnd = (const char*)memchr(CurPtr, ']', StrEnd-CurPtr); in AnalyzeAsmString()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 43 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase() 45 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCase()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 42 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase() 44 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCase()
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 598 const char *StrEnd = Str.end(); in AnalyzeAsmString() local 605 for (; CurPtr != StrEnd; ++CurPtr) { in AnalyzeAsmString() 630 if (CurPtr == StrEnd) { in AnalyzeAsmString() 650 if (CurPtr == StrEnd) { in AnalyzeAsmString() 684 if (CurPtr == StrEnd) { // Premature end. in AnalyzeAsmString() 701 while (CurPtr != StrEnd && isDigit(*CurPtr)) in AnalyzeAsmString() 732 const char *NameEnd = (const char*)memchr(CurPtr, ']', StrEnd-CurPtr); in AnalyzeAsmString()
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 343 const CharT* StrEnd(CharT const* P) { in StrEnd() function 349 return StrEnd(P) - P; in StrLen()
|
/external/llvm-project/llvm/lib/InterfaceStub/ |
D | ELFObjHandler.cpp | 342 size_t StrEnd = Str.find('\0', Offset); in terminatedSubstr() local 343 if (StrEnd == StringLiteral::npos) { in terminatedSubstr() 348 size_t StrLen = StrEnd - Offset; in terminatedSubstr()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 680 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic() local 681 OutStr.append(DiagStr, StrEnd); in FormatDiagnostic() 682 DiagStr = StrEnd; in FormatDiagnostic()
|
/external/llvm-project/clang/lib/Basic/ |
D | Diagnostic.cpp | 826 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic() local 827 OutStr.append(DiagStr, StrEnd); in FormatDiagnostic() 828 DiagStr = StrEnd; in FormatDiagnostic()
|
/external/perfetto/include/perfetto/tracing/ |
D | track.h | 129 .Update(string, static_cast<size_t>(base::StrEnd(string) - string)) in CompileTimeHash()
|
/external/llvm-project/libcxx/test/support/ |
D | filesystem_test_helper.h | 514 const CharT* StrEnd(CharT const* P) { in StrEnd() function 520 return StrEnd(P) - P; in StrLen()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 540 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr() local 542 if (llvm::isLegalUTF8String(&StrBegin, StrEnd)) { in BuildObjCBoxedExpr()
|