Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7280 std::nullopt_t unrepresentableValue(QualType Ty, const APSInt &Val) { in unrepresentableValue() function in __anonfb577fba1711::BufferToAPValueConverter
7340 return unrepresentableValue(QualType(T, 0), Val); in visit()