Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp519 Expr::EvalResult *switchCond = nullptr; member in __anon654da8e80411::CFGBuilder
4103 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()
4156 const Expr::EvalResult *switchCond, in shouldAddCase() argument
4159 if (!switchCond) in shouldAddCase()
4165 if (switchCond->Val.isInt()) { in shouldAddCase()
4168 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
4210 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4237 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()