Home
last modified time | relevance | path

Searched refs:_Tp1 (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dboost_shared_ptr.h472 template<_Lock_policy _Lp, typename _Tp1, typename _Tp2>
475 const __enable_shared_from_this<_Tp1,
479 template<typename _Tp1, typename _Tp2>
482 const enable_shared_from_this<_Tp1>*,
520 template<typename _Tp1>
522 __shared_ptr(_Tp1* __p) in __shared_ptr()
523 : _M_ptr(__p), _M_refcount(__p, _Sp_deleter<_Tp1>()) in __shared_ptr()
525 __glibcxx_function_requires(_ConvertibleConcept<_Tp1*, _Tp*>) in __shared_ptr()
542 template<typename _Tp1, typename _Deleter>
543 __shared_ptr(_Tp1* __p, _Deleter __d) in __shared_ptr()
[all …]
Dutility47 template<class _Tp1, class _Tp2>
48 struct tuple_size<std::pair<_Tp1, _Tp2> >
51 template<class _Tp1, class _Tp2>
52 const int tuple_size<std::pair<_Tp1, _Tp2> >::value;
54 template<class _Tp1, class _Tp2>
55 struct tuple_element<0, std::pair<_Tp1, _Tp2> >
56 { typedef _Tp1 type; };
58 template<class _Tp1, class _Tp2>
59 struct tuple_element<1, std::pair<_Tp1, _Tp2> >
68 template<typename _Tp1, typename _Tp2>
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_memory.h127 template<typename _Tp1>
130 _Tp1* _M_ptr;
133 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref()
203 template<typename _Tp1>
204 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in auto_ptr()
231 template<typename _Tp1>
233 operator=(auto_ptr<_Tp1>& __a) throw() in throw()
347 template<typename _Tp1>
348 operator auto_ptr_ref<_Tp1>() throw() in throw()
349 { return auto_ptr_ref<_Tp1>(this->release()); } in throw()
[all …]
Dstd_valarray.h55 template<typename _Tp1, typename _Tp2>
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_memory.h132 template<typename _Tp1>
135 _Tp1* _M_ptr;
138 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref()
211 template<typename _Tp1>
212 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in auto_ptr()
239 template<typename _Tp1>
241 operator=(auto_ptr<_Tp1>& __a) throw() in throw()
363 template<typename _Tp1>
364 operator auto_ptr_ref<_Tp1>() throw() in throw()
365 { return auto_ptr_ref<_Tp1>(this->release()); } in throw()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dallocator.h73 template<typename _Tp1>
75 { typedef allocator<_Tp1> other; };
96 template<typename _Tp1>
98 { typedef allocator<_Tp1> other; };
105 template<typename _Tp1>
106 allocator(const allocator<_Tp1>&) throw() { } in allocator() argument
Dstl_stack.h106 template<typename _Tp1, typename _Seq1> in _GLIBCXX_BEGIN_NAMESPACE()
108 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_BEGIN_NAMESPACE()
110 template<typename _Tp1, typename _Seq1> in _GLIBCXX_BEGIN_NAMESPACE()
112 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_BEGIN_NAMESPACE()
Dstl_queue.h104 template<typename _Tp1, typename _Seq1> in _GLIBCXX_BEGIN_NAMESPACE()
106 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&); in _GLIBCXX_BEGIN_NAMESPACE()
108 template<typename _Tp1, typename _Seq1> in _GLIBCXX_BEGIN_NAMESPACE()
110 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&); in _GLIBCXX_BEGIN_NAMESPACE()
Dboost_concept_check.h76 template <_func##_type_var##_concept _Tp1> \
84 template <_func##_type_var1##_type_var2##_concept _Tp1> \
92 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \
100 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \
107 template <class _Tp1, class _Tp2>
113 template <class _Tp1, class _Tp2>
117 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
Dvalarray_before.h57 template<typename _Tp1, typename _Tp2> class _Constant;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_alloc.h648 template<typename _Tp1>
650 { typedef allocator<_Tp1> other; };
654 template<typename _Tp1>
655 allocator(const allocator<_Tp1>&) throw() {} in allocator() argument
702 template<typename _Tp1>
704 { typedef allocator<_Tp1> other; };
744 template<typename _Tp1>
746 { typedef __allocator<_Tp1, _Alloc> other; };
752 template<typename _Tp1>
753 __allocator(const __allocator<_Tp1, _Alloc>& __a) throw() in __allocator()
[all …]
Dstl_stack.h114 template <typename _Tp1, typename _Seq1>
115 friend bool operator== (const stack<_Tp1, _Seq1>&,
116 const stack<_Tp1, _Seq1>&);
117 template <typename _Tp1, typename _Seq1>
118 friend bool operator< (const stack<_Tp1, _Seq1>&,
119 const stack<_Tp1, _Seq1>&);
Dstl_queue.h114 template <typename _Tp1, typename _Seq1>
115 friend bool operator== (const queue<_Tp1, _Seq1>&,
116 const queue<_Tp1, _Seq1>&);
117 template <typename _Tp1, typename _Seq1>
118 friend bool operator< (const queue<_Tp1, _Seq1>&,
119 const queue<_Tp1, _Seq1>&);
Dboost_concept_check.h69 template <_func##_type_var##_concept _Tp1> \
77 template <_func##_type_var1##_type_var2##_concept _Tp1> \
85 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \
93 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \
100 template <class _Tp1, class _Tp2>
106 template <class _Tp1, class _Tp2>
110 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dmalloc_allocator.h65 template<typename _Tp1>
67 { typedef malloc_allocator<_Tp1> other; };
73 template<typename _Tp1>
74 malloc_allocator(const malloc_allocator<_Tp1>&) throw() { } in malloc_allocator() argument
Dnew_allocator.h64 template<typename _Tp1>
66 { typedef new_allocator<_Tp1> other; };
72 template<typename _Tp1>
73 new_allocator(const new_allocator<_Tp1>&) throw() { } in new_allocator() argument
Darray_allocator.h108 template<typename _Tp1, typename _Array1 = _Array>
110 { typedef array_allocator<_Tp1, _Array1> other; };
118 template<typename _Tp1, typename _Array1>
119 array_allocator(const array_allocator<_Tp1, _Array1>&) throw() in array_allocator() argument
Dpool_allocator.h140 template<typename _Tp1>
142 { typedef __pool_alloc<_Tp1> other; };
148 template<typename _Tp1>
149 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { } in __pool_alloc() argument
Dmt_allocator.h461 template<typename _Tp1, template <bool> class _PoolTp1 = _PoolTp,
557 template<typename _Tp1, template <bool> class _PoolTp1 = _PoolTp,
560 { typedef __per_type_pool_policy<_Tp1, _PoolTp1, _Thread1> other; };
633 template<typename _Tp1, typename _Poolp1 = _Poolp>
636 typedef typename _Poolp1::template _M_rebind<_Tp1>::other pol_type;
637 typedef __mt_alloc<_Tp1, pol_type> other;
644 template<typename _Tp1, typename _Poolp1>
645 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) throw() { }
Dbitmap_allocator.h702 template<typename _Tp1>
705 typedef bitmap_allocator<_Tp1> other;
722 template<typename _Tp1>
725 typedef bitmap_allocator<_Tp1> other;
1040 template<typename _Tp1>
1041 bitmap_allocator(const bitmap_allocator<_Tp1>&) throw()
1099 template<typename _Tp1, typename _Tp2>
1101 operator==(const bitmap_allocator<_Tp1>&,
1105 template<typename _Tp1, typename _Tp2>
1107 operator!=(const bitmap_allocator<_Tp1>&,
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dfriend49.C22 template <class _Tp1> struct Rebind
24 typedef Alloc<_Tp1> other;
Dcrash64.C17 template <class _Tp, class _Tp1>
18 struct _Alloc_traits<_Tp, allocator<_Tp1> >
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
Dconcept_check.diff75 template <func##type_var##concept _Tp1> \
86 template <func##type_var1##type_var2##concept _Tp1> \
97 template <func##type_var1##type_var2##type_var3##concept _Tp1> \
108 template <func##type_var1##type_var2##type_var3##type_var4##concept _Tp1> \
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
Dconcept_check.diff75 template <func##type_var##concept _Tp1> \
86 template <func##type_var1##type_var2##concept _Tp1> \
97 template <func##type_var1##type_var2##type_var3##concept _Tp1> \
108 template <func##type_var1##type_var2##type_var3##type_var4##concept _Tp1> \
/openbsd/src/gnu/llvm/libcxx/include/
Dtuple954 …template <template <class...> class Pred, class _Pair, class _Up1, class _Up2, class _Tp1, class _…
955 struct _CtorPredicateFromPair<Pred, _Pair, pair<_Up1, _Up2>, tuple<_Tp1, _Tp2> > : _And<
956 Pred<_Tp1, __copy_cvref_t<_Pair, _Up1> >,
969 template <class _Pair, class _Up1, class _Up2, class _Tp1, class _Tp2>
970 struct _BothImplicitlyConvertible<_Pair, pair<_Up1, _Up2>, tuple<_Tp1, _Tp2> > : _And<
971 is_convertible<__copy_cvref_t<_Pair, _Up1>, _Tp1>,
1203 class _Pair, class _Up1, class _Up2, class _Tp1, class _Tp2>
1204 struct _AssignPredicateFromPair<Pred, _Const, _Pair, pair<_Up1, _Up2>, tuple<_Tp1, _Tp2> > :
1205 _And<Pred<__maybe_const<_Const, _Tp1>&, __copy_cvref_t<_Pair, _Up1> >,
1349 template <class _Tp1, class _Tp2>
[all …]

12