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.cpp1366 bool HasConstantCond = false; in ActOnFinishSwitchStmt() local
1369 HasConstantCond = CondExpr->EvaluateAsInt(Result, Context, in ActOnFinishSwitchStmt()
1373 assert(!HasConstantCond || in ActOnFinishSwitchStmt()
1378 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt()
1535 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()