Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h43 typedef std::_GLIBCXX_STD_C::vector<__instruction_address_t> __stack_npt; typedef
44 typedef __stack_npt* __stack_t;
57 __stack_npt __buffer(__max_depth); in __get_stack()
59 return new(std::nothrow) __stack_npt(__buffer.begin(), in __get_stack()
87 __stack_npt::const_iterator __it; in __write()
103 __stack_npt::const_iterator __it; in operator()
119 = __stack1->size() * sizeof(__stack_npt::value_type); in operator()