Home
last modified time | relevance | path

Searched refs:ShouldCheckConstantCond (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1026 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt() local
1033 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1035 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1108 if (ShouldCheckConstantCond && in ActOnFinishSwitchStmt()
1111 ShouldCheckConstantCond = false; in ActOnFinishSwitchStmt()
1167 ShouldCheckConstantCond) { in ActOnFinishSwitchStmt()