Home
last modified time | relevance | path

Searched refs:__stack (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h72 __size(__stack_t __stack) in __size() argument
74 if (!__stack) in __size()
77 return __stack->size(); in __size()
82 __write(FILE* __f, __stack_t __stack) in __write() argument
84 if (!__stack) in __write()
88 for (__it = __stack->begin(); __it != __stack->end(); ++__it) in __write()
130 __object_info_base(__stack_t __stack) in __object_info_base() argument
131 : _M_stack(__stack), _M_valid(true) { } in __object_info_base()
146 __stack() const in __stack() function
H A Dprofiler_trace.h206 __object_info* __add_object(__stack_t __stack);
228 __add_object(__stack_t __stack) in __add_object() argument
231 if (!__stack) in __add_object()
238 delete __stack; in __add_object() local
242 __object_info* __ret = new(std::nothrow) __object_info(__stack); in __add_object()
245 delete __stack; in __add_object() local
264 __stack_t __stack = __info.__stack(); in __retire_object() local
266 = __stack_table.find(__stack); in __retire_object()
274 += (sizeof(__instruction_address_t) * __size(__stack) in __retire_object()
275 + sizeof(__stack) + sizeof(__stack_info)); in __retire_object()
[all …]
H A Dprofiler_container_size.h46 __container_size_info(__stack_t __stack) in __container_size_info() argument
47 : __object_info_base(__stack), _M_init(0), _M_max(0), in __container_size_info()
167 __insert(__stack_t __stack, std::size_t __num) in __insert() argument
169 __container_size_info* __ret = __add_object(__stack); in __insert()
H A Dprofiler_list_to_slist.h43 __list2slist_info(__stack_t __stack) in __list2slist_info() argument
44 : __object_info_base(__stack), _M_rewind(false), _M_operations(0) { } in __list2slist_info()
H A Dprofiler_hash_func.h44 __hashfunc_info(__stack_t __stack) in __hashfunc_info() argument
45 : __object_info_base(__stack), _M_longest_chain(0), in __hashfunc_info()
H A Dprofiler_map_to_unordered_map.h70 __map2umap_info(__stack_t __stack) in __map2umap_info() argument
71 : __object_info_base(__stack), _M_insert(0), _M_erase(0), _M_find(0), in __map2umap_info()
H A Dprofiler_list_to_vector.h46 __list2vector_info(__stack_t __stack) in __list2vector_info() argument
47 : __object_info_base(__stack), _M_shift_count(0), _M_iterate(0), in __list2vector_info()
H A Dprofiler_vector_to_list.h44 __vector2list_info(__stack_t __stack) in __vector2list_info() argument
45 : __object_info_base(__stack), _M_shift_count(0), _M_iterate(0), in __vector2list_info()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.tcc198 std::stack<_StateIdT> __stack; in _M_clone() local
199 __stack.push(_M_start); in _M_clone()
200 while (!__stack.empty()) in _M_clone()
202 auto __u = __stack.top(); in _M_clone()
203 __stack.pop(); in _M_clone()
211 __stack.push(__dup._M_alt); in _M_clone()
216 __stack.push(__dup._M_next); in _M_clone()
H A Dregex_compiler.tcc266 std::stack<_StateIdT> __stack; in _M_quantifier() local
272 __stack.push(__alt); in _M_quantifier()
276 while (!__stack.empty()) in _M_quantifier()
278 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier()
279 __stack.pop(); in _M_quantifier()
/netbsd-src/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
199 __stack.push(_M_start); in _M_clone()
200 while (!__stack.empty()) in _M_clone()
202 auto __u = __stack.top(); in _M_clone()
203 __stack.pop(); in _M_clone()
211 __stack.push(__dup._M_alt); in _M_clone()
216 __stack.push(__dup._M_next); in _M_clone()
H A Dregex_compiler.tcc260 std::stack<_StateIdT> __stack; in _M_quantifier() local
266 __stack.push(__alt); in _M_quantifier()
270 while (!__stack.empty()) in _M_quantifier()
272 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier()
273 __stack.pop(); in _M_quantifier()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_utils.h130 class __stack
139 __stack(const __stack&) = delete;
141 operator=(const __stack&) = delete;
144__stack(_DifferenceType __max_size) : _M_buf(__max_size), _M_maxsize(__max_size) { _M_ptr = _M_buf… in __stack() function
146 ~__stack() in ~__stack()
/netbsd-src/sys/arch/x68k/stand/boot_ufs/
H A Dboot_ufs.ldscript6 PROVIDE (__stack = 0);
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dxxboot.ldscript6 PROVIDE (__stack = 0);
/netbsd-src/sys/arch/x68k/stand/boot/
H A Dboot.ldscript10 PROVIDE (__stack = 0);
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Dpdp11.sc26 ${RELOCATING+PROVIDE (__stack = 0);}
H A Daout.sc26 ${RELOCATING+PROVIDE (__stack = 0);}
H A Dip2k.sc136 PROVIDE (__stack = 0x01000FFF);
H A Dtic4xcoff.sc150 ${RELOCATING+ __stack = .;}
H A Dv850.sc216 ${RELOCATING+__stack = .;}
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Dpdp11.sc26 ${RELOCATING+PROVIDE (__stack = 0);}
H A Daout.sc26 ${RELOCATING+PROVIDE (__stack = 0);}
H A Dip2k.sc136 PROVIDE (__stack = 0x01000FFF);
H A Dtic4xcoff.sc150 ${RELOCATING+ __stack = .;}

123