Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp519 Expr::EvalResult *switchCond = nullptr; member in __anona1d14af10411::CFGBuilder
4110 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()
4163 const Expr::EvalResult *switchCond, in shouldAddCase() argument
4166 if (!switchCond) in shouldAddCase()
4172 if (switchCond->Val.isInt()) { in shouldAddCase()
4175 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
4217 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4244 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()