Searched refs:switchCond (Results 1 – 1 of 1) sorted by relevance
498 Expr::EvalResult *switchCond = nullptr; member in __anon15de256c0411::CFGBuilder3872 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()3925 const Expr::EvalResult *switchCond, in shouldAddCase() argument3928 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()