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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp402 Expr::EvalResult *switchCond; member in class:__anon3711::CFGBuilder
419 switchExclusivelyCovered(false), switchCond(nullptr),
3109 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond,
3155 const Expr::EvalResult *switchCond,
3158 if (!switchCond)
3164 if (switchCond->Val.isInt()) {
3167 const llvm::APSInt &condInt = switchCond->Val.getInt();
3209 shouldAddCase(switchExclusivelyCovered, switchCond,
3236 shouldAddCase(switchExclusivelyCovered, switchCond,
3154 shouldAddCase(bool &switchExclusivelyCovered, const Expr::EvalResult *switchCond, const CaseStmt *CS, ASTContext &Ctx) argument

Completed in 108 milliseconds