Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp516 if (T.isStmtBranch()) { in findDeadCode()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h567 bool isStmtBranch() const { in isStmtBranch() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2655 assert(B->getTerminator().isStmtBranch() && in ResolveCondition()