Searched refs:StrStart (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp221 const char *StrStart = LastEmitted; local
222 const char *StrEnd = strchr(StrStart, '}');
227 std::string Val(StrStart, StrEnd);
386 const char *StrStart = LastEmitted; local
387 const char *StrEnd = strchr(StrStart, '}');
392 std::string Val(StrStart, StrEnd);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp538 const char *StrStart = Str.begin(); local
540 const char *CurPtr = StrStart;
593 DiagOffs = CurPtr-StrStart-1;
626 DiagOffs = CurPtr-StrStart-1;
648 DiagOffs = CurPtr-StrStart-1;
658 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
661 CurPtr - StrStart, SM, LO, TI, &LastAsmStringToken,
670 DiagOffs = CurPtr-StrStart-1;
684 DiagOffs = CurPtr-StrStart;
694 Percent - StrStart, S
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp255 const char *StrStart = CurPtr; local
262 return ReturnError(StrStart, "End of file in string literal");
265 return ReturnError(StrStart, "End of line in string literal");
295 return ReturnError(StrStart, "End of file in string literal");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1023 const SCEV *StrStart = StoreEv->getStart(); local
1029 StrStart = getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSize, SE);
1038 StrStart, Builder.getInt8PtrTy(StrAS), Preheader->getTerminator());

Completed in 69 milliseconds