Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h94 bool hasValidIntValue() const;
131 assert(Info->hasValidIntValue() && in getValueInfo()
/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp44 bool ComparisonCategoryInfo::ValueInfo::hasValidIntValue() const { in hasValidIntValue() function in ComparisonCategoryInfo::ValueInfo
68 assert(hasValidIntValue() && "must have a valid value"); in getIntValue()
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11948 if (!ValInfo->hasValidIntValue()) in isInitListConstructor()