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.h8315 std::optional<bool> ConstexprConditionValue; in TransformIfStmt() local
8317 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
8321 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
8340 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
8349 } else if (S->getElse() && ConstexprConditionValue && in TransformIfStmt()
8350 *ConstexprConditionValue) { in TransformIfStmt()