Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1343 bool HasConstantCond = false; in ActOnFinishSwitchStmt() local
1346 HasConstantCond = CondExpr->EvaluateAsInt(Result, Context, in ActOnFinishSwitchStmt()
1350 assert(!HasConstantCond || in ActOnFinishSwitchStmt()
1355 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt()
1512 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h595 bool checkIfLoopMustProgress(bool HasConstantCond) {
611 if (HasConstantCond)