Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp73 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp223 const char *StrEnd = strchr(StrStart, '}'); in EmitInlineAsmStr() local
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp430 size_t StrEnd = Str.find('\0', Offset); in terminatedSubstr() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp883 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp605 const char *StrEnd = Str.end(); in AnalyzeAsmString() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp178 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp541 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr() local