Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1332 bool HasConstantCond = false; in ActOnFinishSwitchStmt() local
1335 HasConstantCond = CondExpr->EvaluateAsInt(Result, Context, in ActOnFinishSwitchStmt()
1339 assert(!HasConstantCond || in ActOnFinishSwitchStmt()
1343 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt()
1500 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h586 bool checkIfLoopMustProgress(bool HasConstantCond) {
602 if (HasConstantCond)