Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12792 bool HasKnownValue; variable
12799 HasKnownValue(IsConstexpr && Condition.get() && in ConditionResult()
12801 KnownValue(HasKnownValue && in ConditionResult()
12805 HasKnownValue(false), KnownValue(false) {} in ConditionResult()
12815 if (!HasKnownValue) in getKnownValue()