Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp896 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
903 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
905 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
998 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1001 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1057 if (!CaseListIsErroneous && ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()