Home
last modified time | relevance | path

Searched refs:StrEnd (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/include/perfetto/base/
Dlogging.h65 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp222 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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp224 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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp140 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()
Dpath.concat.pass.cpp131 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/
Dpath.append.pass.cpp139 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()
Dpath.concat.pass.cpp129 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/path.construct/
Dsource.pass.cpp39 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCaseImpl()
41 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCaseImpl()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp37 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCaseImpl()
39 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCaseImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp329 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/
DStmt.cpp479 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/
Dsource.pass.cpp43 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/
Dsource.pass.cpp42 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase()
44 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCase()
/external/llvm-project/clang/lib/AST/
DStmt.cpp598 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/
Dfilesystem_test_helper.hpp343 const CharT* StrEnd(CharT const* P) { in StrEnd() function
349 return StrEnd(P) - P; in StrLen()
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp342 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/
DDiagnostic.cpp680 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/
DDiagnostic.cpp826 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/
Dtrack.h129 .Update(string, static_cast<size_t>(base::StrEnd(string) - string)) in CompileTimeHash()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h514 const CharT* StrEnd(CharT const* P) { in StrEnd() function
520 return StrEnd(P) - P; in StrLen()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp540 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr() local
542 if (llvm::isLegalUTF8String(&StrBegin, StrEnd)) { in BuildObjCBoxedExpr()