Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7738 std::optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7740 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7744 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7758 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
7762 } else if (S->getElse() && ConstexprConditionValue && in TransformIfStmt()
7763 *ConstexprConditionValue) { in TransformIfStmt()