Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DComparisonCategories.h92 bool hasValidIntValue() const;
130 assert(Info->hasValidIntValue() && in getValueInfo()
/external/llvm-project/clang/lib/AST/
DComparisonCategories.cpp43 bool ComparisonCategoryInfo::ValueInfo::hasValidIntValue() const { in hasValidIntValue() function in ComparisonCategoryInfo::ValueInfo
67 assert(hasValidIntValue() && "must have a valid value"); in getIntValue()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp11166 if (!ValInfo->hasValidIntValue()) in CheckComparisonCategoryType()