Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp498 Expr::EvalResult *switchCond = nullptr; member in __anon15de256c0411::CFGBuilder
3872 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()
3925 const Expr::EvalResult *switchCond, in shouldAddCase() argument
3928 if (!switchCond) in shouldAddCase()
3934 if (switchCond->Val.isInt()) { in shouldAddCase()
3937 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
3979 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4006 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()