Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits33 static constexpr bool is_exact = false;
149 static _LIBCPP_CONSTEXPR const bool is_exact = false;
206 static _LIBCPP_CONSTEXPR const bool is_exact = true;
257 static _LIBCPP_CONSTEXPR const bool is_exact = true;
302 static _LIBCPP_CONSTEXPR const bool is_exact = false;
359 static _LIBCPP_CONSTEXPR const bool is_exact = false;
416 static _LIBCPP_CONSTEXPR const bool is_exact = false;
477 static _LIBCPP_CONSTEXPR const bool is_exact = __base::is_exact;
533 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_exact;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3240 bool is_exact; in CastToBasicType() local
3245 integer, llvm::APFloat::rmTowardZero, &is_exact); in CastToBasicType()
3338 bool is_exact; in CastToEnumType() local
3342 integer, llvm::APFloat::rmTowardZero, &is_exact); in CastToEnumType()