Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp524 Expr::EvalResult *switchCond = nullptr; member in __anon76ebc3340411::CFGBuilder
4381 SaveAndRestore save_switchCond(switchCond, b ? &result : nullptr); in VisitSwitchStmt()
4433 const Expr::EvalResult *switchCond, in shouldAddCase() argument
4436 if (!switchCond) in shouldAddCase()
4442 if (switchCond->Val.isInt()) { in shouldAddCase()
4445 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
4487 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4514 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()