Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp860 findAndReportNotCalledBranches(BB, Index); in checkEntry()
864 findAndReportNotCalledBranches(BB, Index, /* IsEscape = */ true); in checkEntry()
941 void findAndReportNotCalledBranches(const CFGBlock *Parent, unsigned Index, in findAndReportNotCalledBranches() function in __anon4ef948f50111::CalledOnceChecker