Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp954 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
961 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
963 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1036 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1039 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1096 ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()