Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h7597 std::optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7599 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7603 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7613 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()