Home
last modified time | relevance | path

Searched defs:StrEnd (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.cpp73 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList() local
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp223 const char *StrEnd = strchr(StrStart, '}'); in EmitInlineAsmStr() local
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h505 const CharT* StrEnd(CharT const* P) { in StrEnd() function
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp429 size_t StrEnd = Str.find('\0', Offset); in terminatedSubstr() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp883 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic() local
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp604 const char *StrEnd = Str.end(); in AnalyzeAsmString() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp176 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp540 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr() local