Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1355 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
1362 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1364 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1437 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1440 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1496 ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()