Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp535 static bool CreatePrologue(Function *F, Module *M, Instruction *CheckLoc, in CreatePrologue() argument
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()
584 SupportsSelectionDAGSP &= CreatePrologue(F, M, CheckLoc, TLI, AI); in InsertStackProtectors()
610 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors()
612 CheckLoc = Prev; in InsertStackProtectors()
616 CheckLoc = Prev; in InsertStackProtectors()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h117 SMLoc CheckLoc; member
171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1303 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; in ProcessMatchResult()
1305 I != E && I->CheckLoc == CheckLoc; ++I) in ProcessMatchResult()
1459 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag()
1461 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag()
2430 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; in CheckDag()
2432 I != E && I->CheckLoc in CheckDag()
1301 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; ProcessMatchResult() local
1457 FileCheckDiag(const SourceMgr & SM,const Check::FileCheckType & CheckTy,SMLoc CheckLoc,MatchType MatchTy,SMRange InputRange,StringRef Note) FileCheckDiag() argument
2428 SMLoc CheckLoc = Diags->rbegin()->CheckLoc; CheckDag() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12652 void Sema::CheckCompletedExpr(Expr *E, SourceLocation CheckLoc, in FormatStringHasSArg()
12656 CheckImplicitConversions(E, CheckLoc);
17549 CheckCompletedExpr(Expr * E,SourceLocation CheckLoc,bool IsConstexpr) CheckCompletedExpr() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2624 void CheckCompletedExpr(Expr *E, SourceLocation CheckLoc = SourceLocation(),