Home
last modified time | relevance | path

Searched refs:HasKnownValue (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/include/clang/Sema/
DSema.h11594 bool HasKnownValue; variable
11601 HasKnownValue(IsConstexpr && Condition.get() && in ConditionResult()
11603 KnownValue(HasKnownValue && in ConditionResult()
11607 HasKnownValue(false), KnownValue(false) {} in ConditionResult()
11617 if (!HasKnownValue) in getKnownValue()