Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1449 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
1456 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1458 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1531 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1534 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1590 ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()