Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 __anon2223d6250111::NotCalledClarifier
949 if (auto Clarification = NotCalledClarifier::clarify(Parent, Succ)) { in findAndReportNotCalledBranches()