Searched refs:__is_scalar (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_scalar.h26 #if __has_builtin(__is_scalar)
29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> { };
33 inline constexpr bool is_scalar_v = __is_scalar(_Tp);
36 #else // __has_builtin(__is_scalar)
58 #endif // __has_builtin(__is_scalar)
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_construct.h152 typedef typename std::__is_scalar<_Value_type>::__type
H A Dstl_tempbuf.h149 typedef typename std::__is_scalar<_Tp>::__type _Trivial;
H A Dstl_uninitialized.h112 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD;
174 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD;
218 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD;
H A Dcpp_type_traits.h340 struct __is_scalar struct in inherits:__traitor
H A Dstl_algobase.h310 const bool __simple = (__is_scalar<_ValueTypeI>::__value
458 const bool __simple = (__is_scalar<_ValueType1>::__value
590 const bool __scalar = __is_scalar<_Tp>::__value;
664 const bool __scalar = __is_scalar<_Tp>::__value;
H A Dstl_deque.h1445 typedef typename std::__is_scalar<value_type>::__type
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp861 /// '__is_scalar'
1113 REVERTIBLE_TYPE_TRAIT(__is_scalar);

Completed in 246 milliseconds