Home
last modified time | relevance | path

Searched refs:__obj (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_vector_to_list.h170 __insert(__object_t __obj, __stack_t __stack) in __insert() argument
171 { __add_object(__obj, __vector2list_info(__stack)); } in __insert()
175 __destruct(const void* __obj) in __destruct() argument
180 __vector2list_info* __res = __get_object_info(__obj); in __destruct()
191 __retire_object(__obj); in __destruct()
196 __vector2list_info* __find(const void* __obj);
208 __opr_iterate(const void* __obj, std::size_t __num) in __opr_iterate() argument
216 __invalid_operator(const void* __obj) in __invalid_operator() argument
256 __opr_find(const void* __obj, std::size_t __size) in __opr_find() argument
281 __trace_vector_to_list_construct(const void* __obj) in __trace_vector_to_list_construct() argument
[all …]
H A Dprofiler_list_to_vector.h173 __insert(__object_t __obj, __stack_t __stack) in __insert() argument
174 { __add_object(__obj, __list2vector_info(__stack)); } in __insert()
178 __destruct(const void* __obj) in __destruct() argument
191 __retire_object(__obj); in __destruct()
195 __list2vector_info* __find(const void* __obj);
207 __opr_iterate(const void* __obj, std::size_t __num) in __opr_iterate() argument
215 __invalid_operator(const void* __obj) in __invalid_operator() argument
267 __trace_list_to_vector_construct(const void* __obj) in __trace_list_to_vector_construct() argument
276 __trace_list_to_vector_destruct(const void* __obj) in __trace_list_to_vector_destruct() argument
285 __trace_list_to_vector_insert(const void* __obj, in __trace_list_to_vector_insert() argument
[all …]
H A Dprofiler_list_to_slist.h122 __opr_rewind(const void* __obj) in __opr_rewind() argument
124 __list2slist_info* __res = __get_object_info(__obj); in __opr_rewind()
130 __record_operation(const void* __obj) in __record_operation() argument
138 __insert(const __object_t __obj, __stack_t __stack) in __insert() argument
139 { __add_object(__obj, __list2slist_info(__stack)); } in __insert()
142 __destruct(const void* __obj) in __destruct() argument
151 __retire_object(__obj); in __destruct()
172 __trace_list_to_slist_rewind(const void* __obj) in __trace_list_to_slist_rewind() argument
181 __trace_list_to_slist_operation(const void* __obj) in __trace_list_to_slist_operation() argument
190 __trace_list_to_slist_construct(const void* __obj) in __trace_list_to_slist_construct() argument
[all …]
H A Dprofiler_map_to_unordered_map.h204 __trace_map_to_unordered_map_construct(const void* __obj) in __trace_map_to_unordered_map_construct() argument
210 __add_object(__obj, __map2umap_info(__get_stack())); in __trace_map_to_unordered_map_construct()
214 __trace_map_to_unordered_map_destruct(const void* __obj) in __trace_map_to_unordered_map_destruct() argument
219 _GLIBCXX_PROFILE_DATA(_S_map2umap)->__retire_object(__obj); in __trace_map_to_unordered_map_destruct()
223 __trace_map_to_unordered_map_insert(const void* __obj, in __trace_map_to_unordered_map_insert() argument
230 = _GLIBCXX_PROFILE_DATA(_S_map2umap)->__get_object_info(__obj); in __trace_map_to_unordered_map_insert()
237 __trace_map_to_unordered_map_erase(const void* __obj, in __trace_map_to_unordered_map_erase() argument
244 = _GLIBCXX_PROFILE_DATA(_S_map2umap)->__get_object_info(__obj); in __trace_map_to_unordered_map_erase()
257 = _GLIBCXX_PROFILE_DATA(_S_map2umap)->__get_object_info(__obj); in __trace_map_to_unordered_map_find()
270 = _GLIBCXX_PROFILE_DATA(_S_map2umap)->__get_object_info(__obj); in __trace_map_to_unordered_map_iterate()
[all …]
H A Dprofiler_hash_func.h117 __insert(__object_t __obj, __stack_t __stack) in __insert() argument
118 { __add_object(__obj, __hashfunc_info(__stack)); } in __insert()
122 __destruct(const void* __obj, std::size_t __chain, in __destruct() argument
129 __hashfunc_info* __objs = __get_object_info(__obj); in __destruct()
134 __retire_object(__obj); in __destruct()
154 __trace_hash_func_construct(const void* __obj) in __trace_hash_func_construct() argument
159 _GLIBCXX_PROFILE_DATA(_S_hash_func)->__insert(__obj, __get_stack()); in __trace_hash_func_construct()
163 __trace_hash_func_destruct(const void* __obj, std::size_t __chain, in __trace_hash_func_destruct() argument
169 _GLIBCXX_PROFILE_DATA(_S_hash_func)->__destruct(__obj, __chain, in __trace_hash_func_destruct()
H A Dprofiler_hashtable_size.h67 __trace_hashtable_size_construct(const void* __obj, std::size_t __num) in __trace_hashtable_size_construct() argument
72 _GLIBCXX_PROFILE_DATA(_S_hashtable_size)->__insert(__obj, __get_stack(), in __trace_hashtable_size_construct()
77 __trace_hashtable_size_destruct(const void* __obj, std::size_t __num, in __trace_hashtable_size_destruct() argument
83 _GLIBCXX_PROFILE_DATA(_S_hashtable_size)->__destruct(__obj, __num, __inum); in __trace_hashtable_size_destruct()
87 __trace_hashtable_size_resize(const void* __obj, std::size_t __from, in __trace_hashtable_size_resize() argument
93 _GLIBCXX_PROFILE_DATA(_S_hashtable_size)->__resize(__obj, __from, __to); in __trace_hashtable_size_resize()
H A Dprofiler_vector_size.h66 __trace_vector_size_construct(const void* __obj, std::size_t __num) in __trace_vector_size_construct() argument
71 _GLIBCXX_PROFILE_DATA(_S_vector_size)->__insert(__obj, __get_stack(), in __trace_vector_size_construct()
76 __trace_vector_size_destruct(const void* __obj, std::size_t __num, in __trace_vector_size_destruct() argument
82 _GLIBCXX_PROFILE_DATA(_S_vector_size)->__destruct(__obj, __num, __inum); in __trace_vector_size_destruct()
86 __trace_vector_size_resize(const void* __obj, std::size_t __from, in __trace_vector_size_resize() argument
92 _GLIBCXX_PROFILE_DATA(_S_vector_size)->__resize(__obj, __from, __to); in __trace_vector_size_resize()
H A Dprofiler_container_size.h175 __insert(const __object_t __obj, __stack_t __stack, std::size_t __num) in __insert() argument
176 { __add_object(__obj, __container_size_info(__stack, __num)); } in __insert()
180 __construct(const void* __obj, std::size_t __inum);
184 __destruct(const void* __obj, std::size_t __num, std::size_t __inum) in __destruct() argument
189 __object_t __obj_handle = static_cast<__object_t>(__obj); in __destruct()
201 __resize(const void* __obj, int __from, int __to) in __resize() argument
206 __container_size_info* __object_info = __get_object_info(__obj); in __resize()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstream_iterator.h72 istream_iterator(const istream_iterator& __obj) in _GLIBCXX_VISIBILITY()
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), in _GLIBCXX_VISIBILITY()
74 _M_ok(__obj._M_ok) in _GLIBCXX_VISIBILITY()
188 ostream_iterator(const ostream_iterator& __obj) in _GLIBCXX_VISIBILITY()
189 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
H A Dstl_map.h917 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
935 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
986 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
1003 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
[all …]
H A Dmove.h149 __exchange(_Tp& __obj, _Up&& __new_val) in _GLIBCXX_VISIBILITY()
151 _Tp __old_val = std::move(__obj); in _GLIBCXX_VISIBILITY()
152 __obj = std::forward<_Up>(__new_val); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstream_iterator.h72 istream_iterator(const istream_iterator& __obj) in _GLIBCXX_VISIBILITY()
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), in _GLIBCXX_VISIBILITY()
74 _M_ok(__obj._M_ok) in _GLIBCXX_VISIBILITY()
187 ostream_iterator(const ostream_iterator& __obj) in _GLIBCXX_VISIBILITY()
188 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhashtable.h450 insert_unique(const value_type& __obj) in _GLIBCXX_VISIBILITY()
453 return insert_unique_noresize(__obj); in _GLIBCXX_VISIBILITY()
457 insert_equal(const value_type& __obj) in _GLIBCXX_VISIBILITY()
460 return insert_equal_noresize(__obj); in _GLIBCXX_VISIBILITY()
617 _M_new_node(const value_type& __obj) in _GLIBCXX_VISIBILITY()
772 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
790 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
797 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
807 find_or_insert(const value_type& __obj) in _GLIBCXX_VISIBILITY()
811 size_type __n = _M_bkt_num(__obj); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhashtable.h449 insert_unique(const value_type& __obj) in _GLIBCXX_VISIBILITY()
452 return insert_unique_noresize(__obj); in _GLIBCXX_VISIBILITY()
456 insert_equal(const value_type& __obj) in _GLIBCXX_VISIBILITY()
459 return insert_equal_noresize(__obj); in _GLIBCXX_VISIBILITY()
616 _M_new_node(const value_type& __obj) in _GLIBCXX_VISIBILITY()
771 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
789 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
796 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
806 find_or_insert(const value_type& __obj) in _GLIBCXX_VISIBILITY()
810 size_type __n = _M_bkt_num(__obj); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h105 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0) in _GLIBCXX_VISIBILITY()
106 { construct(__obj); } in _GLIBCXX_VISIBILITY()
110 operator=(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
112 construct(__obj); in _GLIBCXX_VISIBILITY()
179 construct(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
182 _M_int_enc = __obj._M_int_enc; in _GLIBCXX_VISIBILITY()
183 _M_ext_enc = __obj._M_ext_enc; in _GLIBCXX_VISIBILITY()
184 _M_ext_bom = __obj._M_ext_bom; in _GLIBCXX_VISIBILITY()
185 _M_int_bom = __obj._M_int_bom; in _GLIBCXX_VISIBILITY()
186 _M_bytes = __obj._M_bytes; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h104 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0) in _GLIBCXX_VISIBILITY()
105 { construct(__obj); } in _GLIBCXX_VISIBILITY()
109 operator=(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
111 construct(__obj); in _GLIBCXX_VISIBILITY()
178 construct(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
181 _M_int_enc = __obj._M_int_enc; in _GLIBCXX_VISIBILITY()
182 _M_ext_enc = __obj._M_ext_enc; in _GLIBCXX_VISIBILITY()
183 _M_ext_bom = __obj._M_ext_bom; in _GLIBCXX_VISIBILITY()
184 _M_int_bom = __obj._M_int_bom; in _GLIBCXX_VISIBILITY()
185 _M_bytes = __obj._M_bytes; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dunordered_map312 insert(const value_type& __obj)
315 auto __res = _Base::insert(__obj);
335 insert(_Pair&& __obj)
370 insert(const_iterator __hint, _Pair&& __obj)
450 std::forward<_Obj>(__obj));
459 std::forward<_Obj>(__obj));
466 _Obj&& __obj)
470 std::forward<_Obj>(__obj)),
481 std::forward<_Obj>(__obj)),
995 insert(const value_type& __obj)
[all …]
H A Dunordered_set309 insert(const value_type& __obj)
313 = _Base::insert(__obj);
323 _Base_iterator __it = _Base::insert(__hint.base(), __obj);
329 insert(value_type&& __obj)
333 = _Base::insert(std::move(__obj));
339 insert(const_iterator __hint, value_type&& __obj)
872 insert(const value_type& __obj)
875 _Base_iterator __it = _Base::insert(__obj);
891 insert(value_type&& __obj)
894 _Base_iterator __it = _Base::insert(std::move(__obj));
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dunordered_set229 insert(const value_type& __obj)
233 __pair_type __res = _Base::insert(__obj);
243 _Base_iterator __it = _Base::insert(__hint.base(), __obj);
249 insert(value_type&& __obj)
253 __pair_type __res = _Base::insert(std::move(__obj));
259 insert(const_iterator __hint, value_type&& __obj)
636 insert(const value_type& __obj)
639 _Base_iterator __it = _Base::insert(__obj);
655 insert(value_type&& __obj)
658 _Base_iterator __it = _Base::insert(std::move(__obj));
[all …]
H A Dunordered_map229 insert(const value_type& __obj)
238 insert(const_iterator __hint, const value_type& __obj)
242 _Base_iterator __it = _Base::insert(__hint.base(), __obj);
251 insert(_Pair&& __obj)
255 _Base::insert(std::forward<_Pair>(__obj));
264 insert(const_iterator __hint, _Pair&& __obj)
641 insert(const value_type& __obj)
644 _Base_iterator __it = _Base::insert(__obj);
654 _Base_iterator __it = _Base::insert(__hint.base(), __obj);
663 insert(_Pair&& __obj)
[all …]
/dragonfly/contrib/binutils-2.27/include/
H A Dobstack.h421 void *__obj = (void *) (OBJ); \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
423 __o->next_free = __o->object_base = (char *) __obj; \
425 _obstack_free (__o, __obj); })
/dragonfly/contrib/grep/lib/
H A Dobstack.h432 void *__obj = (void *) (OBJ); \
433 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
434 __o->next_free = __o->object_base = (char *) __obj; \
436 _obstack_free (__o, __obj); })
/dragonfly/contrib/binutils-2.34/include/
H A Dobstack.h421 void *__obj = (void *) (OBJ); \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
423 __o->next_free = __o->object_base = (char *) __obj; \
425 _obstack_free (__o, __obj); })
/dragonfly/contrib/gcc-8.0/include/
H A Dobstack.h421 void *__obj = (void *) (OBJ); \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
423 __o->next_free = __o->object_base = (char *) __obj; \
425 _obstack_free (__o, __obj); })
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dunordered_set198 insert(const value_type& __obj)
201 std::pair<iterator, bool> __res = _Base::insert(__obj);
216 insert(value_type&& __obj)
219 std::pair<iterator, bool> __res = _Base::insert(std::move(__obj));
460 insert(const value_type& __obj)
463 iterator __res = _Base::insert(__obj);
478 insert(value_type&& __obj)
481 iterator __res = _Base::insert(std::move(__obj));

12