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

/freebsd-11.0-release/contrib/libstdc++/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.h347 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.h1457 typedef typename std::__is_scalar<value_type>::__type
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp630 /// '__is_scalar'
824 REVERTIBLE_TYPE_TRAIT(__is_scalar);

Completed in 69 milliseconds