HomeSort by: relevance | last modified time | path
    Searched defs:switchCond (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 519 Expr::EvalResult *switchCond = nullptr;
4103 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond,
4156 const Expr::EvalResult *switchCond,
4159 if (!switchCond)
4165 if (switchCond->Val.isInt()) {
4168 const llvm::APSInt &condInt = switchCond->Val.getInt();
4210 shouldAddCase(switchExclusivelyCovered, switchCond,
4237 shouldAddCase(switchExclusivelyCovered, switchCond,

Completed in 17 milliseconds