Home
last modified time | relevance | path

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

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