Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1343 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
1350 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1352 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1425 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1428 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1484 ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()