Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1295 bool HasConstantCond = false; in ActOnFinishSwitchStmt() local
1298 HasConstantCond = CondExpr->EvaluateAsInt(Result, Context, in ActOnFinishSwitchStmt()
1302 assert(!HasConstantCond || in ActOnFinishSwitchStmt()
1306 bool ShouldCheckConstantCond = HasConstantCond; in ActOnFinishSwitchStmt()
1463 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h548 bool checkIfLoopMustProgress(bool HasConstantCond) {
564 if (HasConstantCond)