Home
last modified time | relevance | path

Searched refs:__stack_t (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h44 typedef __stack_npt* __stack_t; typedef
48 inline __stack_t
72 __size(__stack_t __stack) in __size()
82 __write(FILE* __f, __stack_t __stack) in __write()
97 operator()(__stack_t __s) const in operator()
109 bool operator() (__stack_t __stack1, __stack_t __stack2) const in operator()
130 __object_info_base(__stack_t __stack) in __object_info_base()
145 __stack_t
150 __stack_t _M_stack;
H A Dprofiler_trace.h76 __stack_t __context;
83 __warning_data(float __m, __stack_t __c, const char* __id, in __warning_data()
206 __object_info* __add_object(__stack_t __stack);
214 typedef _GLIBCXX_IMPL_UNORDERED_MAP<__stack_t, __stack_info,
228 __add_object(__stack_t __stack) in __add_object()
264 __stack_t __stack = __info.__stack(); in __retire_object()
H A Dprofiler_container_size.h46 __container_size_info(__stack_t __stack) in __container_size_info()
167 __insert(__stack_t __stack, std::size_t __num) in __insert()
H A Dprofiler_list_to_slist.h43 __list2slist_info(__stack_t __stack) in __list2slist_info()
H A Dprofiler_hash_func.h44 __hashfunc_info(__stack_t __stack) in __hashfunc_info()
H A Dprofiler_map_to_unordered_map.h70 __map2umap_info(__stack_t __stack) in __map2umap_info()
H A Dprofiler_list_to_vector.h46 __list2vector_info(__stack_t __stack) in __list2vector_info()
H A Dprofiler_vector_to_list.h44 __vector2list_info(__stack_t __stack) in __vector2list_info()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2014835 (__container_size_info(__stack_t, size_t)): Delete.
836 (__container_size_info(__stack_t)): New.
864 (__trace_list_to_slist::__insert(const __object_t, __stack_t)): Delete.
H A DChangeLog-2011791 operator()(__stack_t)): Just use std::size_t everywhere.