HomeSort by: relevance | last modified time | path
    Searched refs:_FunBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
valarray_before.h 428 class _FunBase
433 _FunBase(const _Dom& __e, value_type __f(_Arg))
447 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type>
449 typedef _FunBase<_Dom, typename _Dom::value_type> _Base;
457 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp>
459 typedef _FunBase<valarray<_Tp>, _Tp> _Base;
467 : _FunBase<_Dom, const typename _Dom::value_type&>
469 typedef _FunBase<_Dom, const typename _Dom::value_type&> _Base;
479 : _FunBase<valarray<_Tp>, const _Tp&>
481 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
valarray_before.h 428 class _FunBase
433 _FunBase(const _Dom& __e, value_type __f(_Arg))
447 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type>
449 typedef _FunBase<_Dom, typename _Dom::value_type> _Base;
457 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp>
459 typedef _FunBase<valarray<_Tp>, _Tp> _Base;
467 : _FunBase<_Dom, const typename _Dom::value_type&>
469 typedef _FunBase<_Dom, const typename _Dom::value_type&> _Base;
479 : _FunBase<valarray<_Tp>, const _Tp&>
481 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base
    [all...]

Completed in 151 milliseconds