Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h8975 bool HasKnownValue; variable
8982 HasKnownValue(IsConstexpr && Condition.get() && in ConditionResult()
8984 KnownValue(HasKnownValue && in ConditionResult()
8988 HasKnownValue(false), KnownValue(false) {} in ConditionResult()
8998 if (!HasKnownValue) in getKnownValue()