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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp537 const char *StrStart = Str.begin(); local
539 const char *CurPtr = StrStart;
592 DiagOffs = CurPtr-StrStart-1;
625 DiagOffs = CurPtr-StrStart-1;
647 DiagOffs = CurPtr-StrStart-1;
657 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
660 CurPtr - StrStart, SM, LO, TI, &LastAsmStringToken,
669 DiagOffs = CurPtr-StrStart-1;
683 DiagOffs = CurPtr-StrStart;
693 Percent - StrStart, S
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp256 const char *StrStart = CurPtr; local
263 return ReturnError(StrStart, "End of file in string literal");
266 return ReturnError(StrStart, "End of line in string literal");
296 return ReturnError(StrStart, "End of file in string literal");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1068 const SCEV *StrStart = StoreEv->getStart(); local
1074 StrStart = getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSize, SE);
1083 StrStart, Builder.getInt8PtrTy(StrAS), Preheader->getTerminator());

Completed in 184 milliseconds