Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp495 class NotCalledClarifier class
496 : public ConstStmtVisitor<NotCalledClarifier,
514 return NotCalledClarifier{Conditional, SuccWithoutCall}.Visit(Terminator); in clarify()
598 NotCalledClarifier(const CFGBlock *Parent, const CFGBlock *SuccInQuestion) in NotCalledClarifier() function in __anon4ef948f50111::NotCalledClarifier
950 if (auto Clarification = NotCalledClarifier::clarify(Parent, Succ)) { in findAndReportNotCalledBranches()