Home
last modified time | relevance | path

Searched defs:_Tp (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dnumeric_traits.h48 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) argument
49 #define __glibcxx_digits(_Tp) \ argument
52 #define __glibcxx_min(_Tp) \ argument
55 #define __glibcxx_max(_Tp) \ argument
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dtuple_defs.h66 typedef tuple<_GLIBCXX_TEMPLATE_ARGS> _Tp; typedef
77 typedef tuple<_GLIBCXX_TEMPLATE_ARGS> _Tp; typedef
Dboost_shared_ptr.h690 swap(__shared_ptr<_Tp, _Lp>& __other) // never throws in swap()
735 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b) in swap()
782 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) in get_deleter()
922 swap(__weak_ptr<_Tp, _Lp>& __a, __weak_ptr<_Tp, _Lp>& __b) in swap()
Dfunctional_hash.h50 #define _TR1_hashtable_define_trivial_hash(_Tp) \ argument
/openbsd/src/gnu/gcc/libstdc++-v3/include/debug/
Dmultimap.h91 multimap(const multimap<_Key,_Tp,_Compare,_Allocator>& __x) in multimap() argument
200 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __x) in swap() argument
315 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, in swap() argument
Dmap.h91 map(const map<_Key,_Tp,_Compare,_Allocator>& __x) in map() argument
213 swap(map<_Key,_Tp,_Compare,_Allocator>& __x) in swap() argument
328 swap(map<_Key,_Tp,_Compare,_Allocator>& __lhs, in swap() argument
Dhash_multimap.h262 swap(hash_multimap<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, in swap() argument
Dhash_map.h278 swap(hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, in swap() argument
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dstl_multimap.h664 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x, in swap() argument
Dstl_map.h734 swap(map<_Key, _Tp, _Compare, _Alloc>& __x, in swap() argument
Ddeque.tcc758 fill(const _Deque_iterator<_Tp, _Tp&, _Tp*>& __first, in fill() argument
Dstl_construct.h180 allocator<_Tp>) in _Destroy()
Dstl_deque.h1443 const std::allocator<_Tp>&) in _M_destroy_data()
1603 swap(deque<_Tp,_Alloc>& __x, deque<_Tp,_Alloc>& __y) in swap()
Dstl_vector.h987 swap(vector<_Tp, _Alloc>& __x, vector<_Tp, _Alloc>& __y) in swap()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_map.h657 swap(map<_Key,_Tp,_Compare,_Alloc>& __x, map<_Key,_Tp,_Compare,_Alloc>& __y) in swap() argument
Dstl_multimap.h631 swap(multimap<_Key,_Tp,_Compare,_Alloc>& __x, in swap() argument
Dstl_tempbuf.h100 void _M_initialize_buffer(const _Tp&, __true_type) {} in _M_initialize_buffer()
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_valarray.h898 valarray<_Tp>::apply(_Tp func(_Tp)) const in apply() argument
906 valarray<_Tp>::apply(_Tp func(const _Tp &)) const in apply() argument
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_valarray.h553 valarray<_Tp>::apply(_Tp func(_Tp)) const in apply() argument
561 valarray<_Tp>::apply(_Tp func(const _Tp &)) const in apply() argument
Dstd_memory.h73 __get_temporary_buffer(ptrdiff_t __len, _Tp*) in __get_temporary_buffer() argument
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dvalarray-inst.cc54 typedef const size_t* __restrict__ _Tp; in __valarray_product() typedef
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dvalarray-inst.cc55 typedef const size_t* __restrict__ _Tp; in __valarray_product() typedef
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { in allocate() argument
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { in allocate() argument
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dstl_rope.h421 # define __ROPE_DEFINE_ALLOC(_Tp, __name) \ argument
446 # define __ROPE_DEFINE_ALLOC(_Tp, __name) \ argument
1184 # define __ROPE_DEFINE_ALLOC(_Tp, __name) \ argument
1212 # define __ROPE_DEFINE_ALLOC(_Tp, __name) \ argument

12