Searched refs:CheckLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 478 Instruction *CheckLoc = RI; in InsertStackProtectors() local 481 CheckLoc = Prev; in InsertStackProtectors() 485 CheckLoc = Prev; in InsertStackProtectors() 494 IRBuilder<> B(CheckLoc); in InsertStackProtectors() 533 BB->splitBasicBlock(CheckLoc->getIterator(), "SP_return"); in InsertStackProtectors()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 114 SMLoc CheckLoc; member 168 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1449 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; in ProcessMatchResult() local 1451 I != E && I->CheckLoc == CheckLoc; ++I) in ProcessMatchResult() 1605 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() argument 1607 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag() 2495 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; in CheckDag() local 2497 I != E && I->CheckLoc == CheckLoc; ++I) in CheckDag()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14342 void Sema::CheckCompletedExpr(Expr *E, SourceLocation CheckLoc, in CheckCompletedExpr() argument 14346 CheckImplicitConversions(E, CheckLoc); in CheckCompletedExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12707 void CheckCompletedExpr(Expr *E, SourceLocation CheckLoc = SourceLocation(),
|