Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7383 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7385 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7389 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7399 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()