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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp325 Expr::EvalResult *switchCond; member in class:__anon3035::CFGBuilder
342 switchExclusivelyCovered(false), switchCond(0),
2705 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond,
2751 const Expr::EvalResult *switchCond,
2754 if (!switchCond)
2760 if (switchCond->Val.isInt()) {
2763 const llvm::APSInt &condInt = switchCond->Val.getInt();
2805 shouldAddCase(switchExclusivelyCovered, switchCond,
2832 shouldAddCase(switchExclusivelyCovered, switchCond,
2750 shouldAddCase(bool &switchExclusivelyCovered, const Expr::EvalResult *switchCond, const CaseStmt *CS, ASTContext &Ctx) argument

Completed in 161 milliseconds