Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_valarray.h56 class _ValArray; variable
316 _Expr<_IClos<_ValArray, _Tp>, _Tp> in _GLIBCXX_BEGIN_NAMESPACE()
700 inline _Expr<_SClos<_ValArray,_Tp>, _Tp>
703 typedef _SClos<_ValArray,_Tp> _Closure;
713 inline _Expr<_GClos<_ValArray,_Tp>, _Tp>
716 typedef _GClos<_ValArray,_Tp> _Closure;
753 inline _Expr<_IClos<_ValArray,_Tp>, _Tp>
756 typedef _IClos<_ValArray,_Tp> _Closure;
897 inline _Expr<_ValFunClos<_ValArray, _Tp>, _Tp>
986 inline _Expr<_BinClos<_Name, _ValArray, _ValArray, _Tp, _Tp>, \
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dvalarray_after.h104 struct _GClos<_ValArray, _Tp>
151 struct _IClos<_ValArray, _Tp>
381 inline _Expr<_BinClos<_Name, _Expr, _ValArray, \
389 typedef _BinClos<_Name, _Expr, _ValArray, _Dom, _Arg> _Closure; \
394 inline _Expr<_BinClos<_Name, _ValArray, _Expr, \
402 typedef _BinClos<_Name, _ValArray, _Expr, _Tp, _Dom> _Closure; \
476 inline _Expr<_BinClos<__##_Fun, _Expr, _ValArray, _Dom, \
483 typedef _BinClos<__##_Fun, _Expr, _ValArray, _Dom, _Tp> _Closure; \
488 inline _Expr<_BinClos<__##_Fun, _ValArray, _Expr, \
524 inline _Expr<_BinClos<__##_Fun, _ValArray, _ValArray, _Tp, _Tp>, _Tp> \
[all …]
H A Dvalarray_before.h436 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp>
457 struct _RefFunClos<_ValArray, _Tp>
501 struct _UnClos<_Oper, _ValArray, _Tp>
588 struct _BinClos<_Oper,_ValArray, _ValArray, _Tp, _Tp>
599 struct _BinClos<_Oper, _Expr, _ValArray, _Dom, typename _Dom::value_type>
611 struct _BinClos<_Oper, _ValArray, _Expr, typename _Dom::value_type, _Dom>
645 struct _BinClos<_Oper, _ValArray, _Constant, _Tp, _Tp>
655 struct _BinClos<_Oper, _Constant, _ValArray, _Tp, _Tp>
724 struct _SClos<_ValArray, _Tp>
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20064097 * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
4098 _ValArray, _Tp, _Tp>): Fix value_type typedef.