Home | History | Annotate | Download | only in impl

Lines Matching refs:__x

90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...)	      	\
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
224 #define __profcxx_hashtable_construct(__x...)
230 #define __profcxx_vector_resize(__x...) \
232 __gnu_profile::__trace_vector_size_resize(__x))
233 #define __profcxx_vector_destruct(__x...) \
235 __gnu_profile::__trace_vector_size_destruct(__x))
236 #define __profcxx_vector_construct(__x...) \
238 __gnu_profile::__trace_vector_size_construct(__x))
240 #define __profcxx_vector_resize(__x...)
241 #define __profcxx_vector_destruct(__x...)
242 #define __profcxx_vector_construct(__x...)
247 #define __profcxx_hashtable_construct2(__x...) \
249 __gnu_profile::__trace_hash_func_construct(__x))
250 #define __profcxx_hashtable_destruct2(__x...) \
252 __gnu_profile::__trace_hash_func_destruct(__x))
254 #define __profcxx_hashtable_destruct2(__x...)
255 #define __profcxx_hashtable_construct2(__x...)
260 #define __profcxx_vector_construct2(__x...) \
262 __gnu_profile::__trace_vector_to_list_construct(__x))
263 #define __profcxx_vector_destruct2(__x...) \
265 __gnu_profile::__trace_vector_to_list_destruct(__x))
266 #define __profcxx_vector_insert(__x...) \
268 __gnu_profile::__trace_vector_to_list_insert(__x))
269 #define __profcxx_vector_iterate(__x...) \
271 __gnu_profile::__trace_vector_to_list_iterate(__x))
272 #define __profcxx_vector_invalid_operator(__x...) \
274 __gnu_profile::__trace_vector_to_list_invalid_operator(__x))
275 #define __profcxx_vector_resize2(__x...) \
277 __gnu_profile::__trace_vector_to_list_resize(__x))
278 #define __profcxx_vector_find(__x...) \
280 __gnu_profile::__trace_vector_to_list_find(__x))
282 #define __profcxx_vector_destruct2(__x...)
283 #define __profcxx_vector_construct2(__x...)
284 #define __profcxx_vector_insert(__x...)
285 #define __profcxx_vector_iterate(__x...)
286 #define __profcxx_vector_invalid_operator(__x...)
287 #define __profcxx_vector_resize2(__x...)
288 #define __profcxx_vector_find(__x...)
293 #define __profcxx_list_construct2(__x...) \
295 __gnu_profile::__trace_list_to_vector_construct(__x))
296 #define __profcxx_list_destruct2(__x...) \
298 __gnu_profile::__trace_list_to_vector_destruct(__x))
299 #define __profcxx_list_insert(__x...) \
301 __gnu_profile::__trace_list_to_vector_insert(__x))
302 #define __profcxx_list_iterate(__x...) \
304 __gnu_profile::__trace_list_to_vector_iterate(__x))
305 #define __profcxx_list_invalid_operator(__x...) \
307 __gnu_profile::__trace_list_to_vector_invalid_operator(__x))
309 #define __profcxx_list_destruct2(__x...)
310 #define __profcxx_list_construct2(__x...)
311 #define __profcxx_list_insert(__x...)
312 #define __profcxx_list_iterate(__x...)
313 #define __profcxx_list_invalid_operator(__x...)
318 #define __profcxx_list_rewind(__x...) \
320 __gnu_profile::__trace_list_to_slist_rewind(__x))
321 #define __profcxx_list_operation(__x...) \
323 __gnu_profile::__trace_list_to_slist_operation(__x))
324 #define __profcxx_list_destruct(__x...) \
326 __gnu_profile::__trace_list_to_slist_destruct(__x))
327 #define __profcxx_list_construct(__x...) \
329 __gnu_profile::__trace_list_to_slist_construct(__x))
331 #define __profcxx_list_rewind(__x...)
332 #define __profcxx_list_operation(__x...)
333 #define __profcxx_list_destruct(__x...)
334 #define __profcxx_list_construct(__x...)
339 #define __profcxx_map_to_unordered_map_construct(__x...) \
341 __gnu_profile::__trace_map_to_unordered_map_construct(__x))
342 #define __profcxx_map_to_unordered_map_destruct(__x...) \
344 __gnu_profile::__trace_map_to_unordered_map_destruct(__x))
345 #define __profcxx_map_to_unordered_map_insert(__x...) \
347 __gnu_profile::__trace_map_to_unordered_map_insert(__x))
348 #define __profcxx_map_to_unordered_map_erase(__x...) \
350 __gnu_profile::__trace_map_to_unordered_map_erase(__x))
351 #define __profcxx_map_to_unordered_map_iterate(__x...) \
353 __gnu_profile::__trace_map_to_unordered_map_iterate(__x))
354 #define __profcxx_map_to_unordered_map_invalidate(__x...) \
356 __gnu_profile::__trace_map_to_unordered_map_invalidate(__x))
357 #define __profcxx_map_to_unordered_map_find(__x...) \
359 __gnu_profile::__trace_map_to_unordered_map_find(__x))
361 #define __profcxx_map_to_unordered_map_construct(__x...) \
363 #define __profcxx_map_to_unordered_map_destruct(__x...)
364 #define __profcxx_map_to_unordered_map_insert(__x...)
365 #define __profcxx_map_to_unordered_map_erase(__x...)
366 #define __profcxx_map_to_unordered_map_iterate(__x...)
367 #define __profcxx_map_to_unordered_map_invalidate(__x...)
368 #define __profcxx_map_to_unordered_map_find(__x...)