Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1437 bool HasConstantCond = false; in ActOnFinishSwitchStmt() local
1440 HasConstantCond = CondExpr->EvaluateAsInt(Result, Context, in ActOnFinishSwitchStmt()
1444 assert(!HasConstantCond || in ActOnFinishSwitchStmt()
1449 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt()
1606 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()