Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9890 bool HasKnownValue; variable
9897 HasKnownValue(IsConstexpr && Condition.get() && in ConditionResult()
9899 KnownValue(HasKnownValue && in ConditionResult()
9903 HasKnownValue(false), KnownValue(false) {} in ConditionResult()
9913 if (!HasKnownValue) in getKnownValue()