Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp921 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() argument
934 !ControllingExpression || in checkIfLoopMustProgress()
935 (ControllingExpression->EvaluateAsInt(Result, getContext()) && in checkIfLoopMustProgress()
938 bool CondIsTrue = CondIsConstInt && (!ControllingExpression || in checkIfLoopMustProgress()