Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h93 bool hasValidIntValue() const;
131 assert(Info->hasValidIntValue() && in getValueInfo()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11232 if (!ValInfo->hasValidIntValue()) in CheckComparisonCategoryType()