Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp537 Expr::EvalResult *switchCond = nullptr; member in __anond5061b330411::CFGBuilder
4390 SaveAndRestore save_switchCond(switchCond, b ? &result : nullptr); in VisitSwitchStmt()
4442 const Expr::EvalResult *switchCond, in shouldAddCase() argument
4445 if (!switchCond) in shouldAddCase()
4451 if (switchCond->Val.isInt()) { in shouldAddCase()
4454 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
4496 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4523 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()