Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlimits33 static constexpr bool is_exact = false;
145 static const bool is_exact = false;
202 static const bool is_exact = true;
253 static const bool is_exact = true;
298 static const bool is_exact = false;
347 static const bool is_exact = false;
396 static const bool is_exact = false;
449 static const bool is_exact = __base::is_exact;
493 const bool numeric_limits<_Tp>::is_exact;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits33 static constexpr bool is_exact = false;
151 static _LIBCPP_CONSTEXPR const bool is_exact = false;
198 static _LIBCPP_CONSTEXPR const bool is_exact = true;
247 static _LIBCPP_CONSTEXPR const bool is_exact = true;
292 static _LIBCPP_CONSTEXPR const bool is_exact = false;
349 static _LIBCPP_CONSTEXPR const bool is_exact = false;
406 static _LIBCPP_CONSTEXPR const bool is_exact = false;
467 static inline _LIBCPP_CONSTEXPR const bool is_exact = __base::is_exact;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3203 bool is_exact; in CastToBasicType() local
3208 integer, llvm::APFloat::rmTowardZero, &is_exact); in CastToBasicType()
3307 bool is_exact; in CastToEnumType() local
3311 integer, llvm::APFloat::rmTowardZero, &is_exact); in CastToEnumType()