Home
last modified time | relevance | path

Searched defs:__stack (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h72 __size(__stack_t __stack) in __size()
82 __write(FILE* __f, __stack_t __stack) in __write()
130 __object_info_base(__stack_t __stack) in __object_info_base()
146 __stack() const in __stack() function
H A Dprofiler_trace.h228 __add_object(__stack_t __stack) in __add_object()
238 delete __stack; in __add_object() local
245 delete __stack; in __add_object() local
264 __stack_t __stack = __info.__stack(); in __retire_object() local
280 delete __stack; in __retire_object() local
286 delete __stack; in __retire_object() local
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_vector_to_list.h44 __vector2list_info(__stack_t __stack) in __vector2list_info()
H A Dprofiler_list_to_vector.h46 __list2vector_info(__stack_t __stack) in __list2vector_info()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.tcc198 std::stack<_StateIdT> __stack; in _M_clone() local
H A Dregex_compiler.tcc266 std::stack<_StateIdT> __stack; in _M_quantifier() local
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.tcc198 std::stack<_StateIdT, _GLIBCXX_STD_C::deque<_StateIdT>> __stack; in _M_clone() local
H A Dregex_compiler.tcc260 std::stack<_StateIdT> __stack; in _M_quantifier() local
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_utils.h144__stack(_DifferenceType __max_size) : _M_buf(__max_size), _M_maxsize(__max_size) { _M_ptr = _M_buf… in __stack() function
/netbsd/external/gpl2/gmake/dist/
H A Dmain.c56 int __stack = 20000; /* Make sure we have 20K of stack space */ variable