Home
last modified time | relevance | path

Searched refs:CheckLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp478 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 DFileCheck.h114 SMLoc CheckLoc; member
168 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1449 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 DSemaChecking.cpp14342 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 DSema.h12707 void CheckCompletedExpr(Expr *E, SourceLocation CheckLoc = SourceLocation(),