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

/external/clang/lib/Analysis/
H A DCFG.cpp325 Expr::EvalResult *switchCond; member in class:__anon17770::CFGBuilder
342 switchExclusivelyCovered(false), switchCond(nullptr),
2965 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond,
3011 const Expr::EvalResult *switchCond,
3014 if (!switchCond)
3020 if (switchCond->Val.isInt()) {
3023 const llvm::APSInt &condInt = switchCond->Val.getInt();
3065 shouldAddCase(switchExclusivelyCovered, switchCond,
3092 shouldAddCase(switchExclusivelyCovered, switchCond,
3010 shouldAddCase(bool &switchExclusivelyCovered, const Expr::EvalResult *switchCond, const CaseStmt *CS, ASTContext &Ctx) argument

Completed in 328 milliseconds