Searched refs:CheckLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 539 PointerType *PtrTy = PointerType::getUnqual(CheckLoc->getContext()); in CreatePrologue() 567 Instruction *CheckLoc = dyn_cast<ReturnInst>(BB.getTerminator()); in InsertStackProtectors() local 568 if (!CheckLoc && !DisableCheckNoReturn) in InsertStackProtectors() 574 CheckLoc = CB; in InsertStackProtectors() 578 if (!CheckLoc) in InsertStackProtectors() 610 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors() 612 CheckLoc = Prev; in InsertStackProtectors() 616 CheckLoc = Prev; in InsertStackProtectors() 625 IRBuilder<> B(CheckLoc); in InsertStackProtectors() 663 IRBuilder<> B(CheckLoc); in InsertStackProtectors() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 117 SMLoc CheckLoc; member 171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1301 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; in ProcessMatchResult() local 1303 I != E && I->CheckLoc == CheckLoc; ++I) in ProcessMatchResult() 1457 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() argument 1459 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag() 2428 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; in CheckDag() local 2430 I != E && I->CheckLoc == CheckLoc; ++I) in CheckDag()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 17549 void Sema::CheckCompletedExpr(Expr *E, SourceLocation CheckLoc, in CheckCompletedExpr() argument 17553 CheckImplicitConversions(E, CheckLoc); in CheckCompletedExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 14080 void CheckCompletedExpr(Expr *E, SourceLocation CheckLoc = SourceLocation(),
|