Home
last modified time | relevance | path

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 DAsmPrinterInlineAsm.cpp222 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 Dpath_helper.h47 const CharT* StrEnd(CharT const* P) { in StrEnd() function
/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Dlogging.h21 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 Dlogging.h88 constexpr const char* StrEnd(const char* s) { in StrEnd() function
/aosp_15_r20/external/perfetto/include/perfetto/base/
H A Dlogging.h88 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 DAsmPrinterInlineAsm.cpp223 const char *StrEnd = strchr(StrStart, '}'); in EmitInlineAsmStr() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp329 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local
/aosp_15_r20/external/libcxx/test/support/
H A Dfilesystem_test_helper.hpp343 const CharT* StrEnd(CharT const* P) { in StrEnd() function
/aosp_15_r20/external/clang/lib/Basic/
H A DDiagnostic.cpp680 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 DELFObjHandler.cpp430 size_t StrEnd = Str.find('\0', Offset); in terminatedSubstr() local
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp479 const char *StrEnd = Str.end(); in AnalyzeAsmString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp178 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt() local