Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8022 std::optional<bool> ConstexprConditionValue; in TransformIfStmt() local
8024 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
8028 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
8047 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
8056 } else if (S->getElse() && ConstexprConditionValue && in TransformIfStmt()
8057 *ConstexprConditionValue) { in TransformIfStmt()