Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11901 bool HasKnownValue; variable
11908 HasKnownValue(IsConstexpr && Condition.get() && in ConditionResult()
11910 KnownValue(HasKnownValue && in ConditionResult()
11914 HasKnownValue(false), KnownValue(false) {} in ConditionResult()
11924 if (!HasKnownValue) in getKnownValue()