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.cpp1378 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
1385 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1387 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1460 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1463 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1519 ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()