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

/external/clang/lib/Sema/
H A DSemaStmt.cpp770 bool ShouldCheckConstantCond = HasConstantCond; local
777 if (ShouldCheckConstantCond &&
779 ShouldCheckConstantCond = false;
868 if (ShouldCheckConstantCond &&
871 ShouldCheckConstantCond = false;
927 if (!CaseListIsErroneous && ShouldCheckConstantCond) {

Completed in 66 milliseconds