HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 1 - 25 of 653) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_relops.h 85 template <class _Tp>
87 operator!=(const _Tp& __x, const _Tp& __y)
98 template <class _Tp>
100 operator>(const _Tp& __x, const _Tp& __y)
111 template <class _Tp>
113 operator<=(const _Tp& __x, const _Tp& __y)
124 template <class _Tp>
    [all...]
stl_function.h 139 template<typename _Tp>
140 struct plus : public binary_function<_Tp, _Tp, _Tp>
142 _Tp
143 operator()(const _Tp& __x, const _Tp& __y) const
148 template<typename _Tp>
149 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
move.h 45 template<typename _Tp>
46 inline _Tp*
47 __addressof(_Tp& __r) _GLIBCXX_NOEXCEPT
49 return reinterpret_cast<_Tp*>
74 template<typename _Tp>
75 constexpr _Tp&&
76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
77 { return static_cast<_Tp&&>(__t); }
85 template<typename _Tp>
86 constexpr _Tp&
    [all...]
gslice_array.h 59 template<typename _Tp>
63 typedef _Tp value_type;
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const;
88 void operator^=(const valarray<_Tp>&) const;
90 void operator&=(const valarray<_Tp>&) const
    [all...]
indirect_array.h 61 template <class _Tp>
65 typedef _Tp value_type;
78 void operator=(const valarray<_Tp>&) const;
80 void operator*=(const valarray<_Tp>&) const;
82 void operator/=(const valarray<_Tp>&) const;
84 void operator%=(const valarray<_Tp>&) const;
86 void operator+=(const valarray<_Tp>&) const;
88 void operator-=(const valarray<_Tp>&) const;
90 void operator^=(const valarray<_Tp>&) const;
92 void operator&=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_relops.h 85 template <class _Tp>
87 operator!=(const _Tp& __x, const _Tp& __y)
98 template <class _Tp>
100 operator>(const _Tp& __x, const _Tp& __y)
111 template <class _Tp>
113 operator<=(const _Tp& __x, const _Tp& __y)
124 template <class _Tp>
    [all...]
stl_function.h 139 template<typename _Tp>
140 struct plus : public binary_function<_Tp, _Tp, _Tp>
142 _Tp
143 operator()(const _Tp& __x, const _Tp& __y) const
148 template<typename _Tp>
149 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
move.h 45 template<typename _Tp>
46 inline _Tp*
47 __addressof(_Tp& __r) _GLIBCXX_NOEXCEPT
49 return reinterpret_cast<_Tp*>
74 template<typename _Tp>
75 constexpr _Tp&&
76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
77 { return static_cast<_Tp&&>(__t); }
85 template<typename _Tp>
86 constexpr _Tp&
    [all...]
gslice_array.h 59 template<typename _Tp>
63 typedef _Tp value_type;
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const;
88 void operator^=(const valarray<_Tp>&) const;
90 void operator&=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_relops.h 85 template <class _Tp>
87 operator!=(const _Tp& __x, const _Tp& __y)
98 template <class _Tp>
100 operator>(const _Tp& __x, const _Tp& __y)
111 template <class _Tp>
113 operator<=(const _Tp& __x, const _Tp& __y)
124 template <class _Tp>
    [all...]
stl_function.h 139 template<typename _Tp>
140 struct plus : public binary_function<_Tp, _Tp, _Tp>
142 _Tp
143 operator()(const _Tp& __x, const _Tp& __y) const
148 template<typename _Tp>
149 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
move.h 45 template<typename _Tp>
46 inline _Tp*
47 __addressof(_Tp& __r) _GLIBCXX_NOEXCEPT
49 return reinterpret_cast<_Tp*>
74 template<typename _Tp>
75 constexpr _Tp&&
76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
77 { return static_cast<_Tp&&>(__t); }
85 template<typename _Tp>
86 constexpr _Tp&
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_relops.h 85 template <class _Tp>
87 operator!=(const _Tp& __x, const _Tp& __y)
98 template <class _Tp>
100 operator>(const _Tp& __x, const _Tp& __y)
111 template <class _Tp>
113 operator<=(const _Tp& __x, const _Tp& __y)
124 template <class _Tp>
    [all...]
move.h 45 template<typename _Tp>
46 inline _Tp*
47 __addressof(_Tp& __r) _GLIBCXX_NOEXCEPT
49 return reinterpret_cast<_Tp*>
74 template<typename _Tp>
75 constexpr _Tp&&
76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
77 { return static_cast<_Tp&&>(__t); }
85 template<typename _Tp>
86 constexpr _Tp&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
special_function_util.h 50 template<typename _Tp>
53 static const _Tp __value;
58 template<typename _Tp>
62 static _Tp __pi() throw()
63 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
65 static _Tp __pi_2() throw()
66 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
68 static _Tp __pi_3() throw()
69 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
71 static _Tp __pi_4() throw(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
special_function_util.h 50 template<typename _Tp>
53 static const _Tp __value;
58 template<typename _Tp>
62 static _Tp __pi() throw()
63 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
65 static _Tp __pi_2() throw()
66 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
68 static _Tp __pi_3() throw()
69 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
71 static _Tp __pi_4() throw(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
special_function_util.h 50 template<typename _Tp>
53 static const _Tp __value;
58 template<typename _Tp>
62 static _Tp __pi() throw()
63 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
65 static _Tp __pi_2() throw()
66 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
68 static _Tp __pi_3() throw()
69 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
71 static _Tp __pi_4() throw(
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 50 template<typename _Tp>
53 static const _Tp __value;
58 template<typename _Tp>
62 static _Tp __pi() throw()
63 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
65 static _Tp __pi_2() throw()
66 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
68 static _Tp __pi_3() throw()
69 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
71 static _Tp __pi_4() throw(
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template-partial-specialization.cpp 4 template <class _Tp, class _Dp, bool > struct __pointer_type1 {};
9 template <class _Tp, class _Dp> struct __pointer_type1<_Tp, _Dp, false>
11 typedef _Tp* type;
14 template <class _Tp, class _Dp>
21 typedef typename __pointer_type_imp::__pointer_type1<_Tp, _Dp, false>::type type;
23 template <class _Tp> struct default_delete {};
24 template <class _Tp, class _Dp = default_delete<_Tp> > class unique_ptr
26 typedef typename __pointer_type2<_Tp, _Dp>::type pointer
    [all...]

Completed in 6984 milliseconds

1 2 3 4 5 6 7 8 91011>>