Home
last modified time | relevance | path

Searched defs:_Tp1 (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/tr1/
Dboost_shared_ptr.h561 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) in __shared_ptr()
574 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) in __shared_ptr()
599 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) in __shared_ptr()
605 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) in __shared_ptr()
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) in __shared_ptr()
703 _M_less(const __shared_ptr<_Tp1, _Lp1>& __rhs) const in _M_less()
746 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) in static_pointer_cast()
756 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) in const_pointer_cast()
766 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) in dynamic_pointer_cast()
813 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) in __weak_ptr()
[all …]
/freebsd-11-stable/contrib/libstdc++/include/bits/
Dallocator.h106 allocator(const allocator<_Tp1>&) throw() { } in allocator()
/freebsd-11-stable/contrib/libstdc++/include/ext/
Dnew_allocator.h73 new_allocator(const new_allocator<_Tp1>&) throw() { } in new_allocator()
Dmalloc_allocator.h74 malloc_allocator(const malloc_allocator<_Tp1>&) throw() { } in malloc_allocator()
Darray_allocator.h119 array_allocator(const array_allocator<_Tp1, _Array1>&) throw() in array_allocator()
Dpool_allocator.h149 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { } in __pool_alloc()