Searched defs:StrEnd (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 222 const char *StrEnd = strchr(StrStart, '}'); in EmitMSInlineAsmStr() local 387 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/ |
H A D | path_helper.h | 47 const CharT* StrEnd(CharT const* P) { in StrEnd() function
|
/aosp_15_r20/external/cronet/third_party/jni_zero/ |
H A D | logging.h | 21 constexpr const char* StrEnd(const char* s) { in StrEnd() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/base/ |
H A D | logging.h | 88 constexpr const char* StrEnd(const char* s) { in StrEnd() function
|
/aosp_15_r20/external/perfetto/include/perfetto/base/ |
H A D | logging.h | 88 constexpr const char* StrEnd(const char* s) { in StrEnd() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 223 const char *StrEnd = strchr(StrStart, '}'); in EmitInlineAsmStr() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 329 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | filesystem_test_helper.hpp | 343 const CharT* StrEnd(CharT const* P) { in StrEnd() function
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 680 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 430 size_t StrEnd = Str.find('\0', Offset); in terminatedSubstr() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Stmt.cpp | 479 const char *StrEnd = Str.end(); in AnalyzeAsmString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 178 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt() local
|