Searched refs:_M_resize (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_list_to_vector.h48 _M_resize(0), _M_list_cost(0), _M_vector_cost(0),
59 _M_resize += __o._M_resize;
67 _M_resize, _M_iterate, _M_vector_cost, _M_list_cost);
98 { return _M_resize; }
121 { _M_resize += __from; }
126 std::size_t _M_resize; member in class:__gnu_profile::__list2vector_info
H A Dprofiler_vector_to_list.h46 _M_resize(0), _M_list_cost(0), _M_vector_cost(0)
57 _M_resize += __o._M_resize;
64 _M_resize, _M_iterate, _M_vector_cost, _M_list_cost);
89 { return _M_resize; }
109 { _M_resize += __from; }
114 std::size_t _M_resize; member in class:__gnu_profile::__vector2list_info
H A Dprofiler_container_size.h49 _M_item_total(0), _M_count(0), _M_resize(0), _M_cost(0)
56 _M_init, _M_count, _M_cost, _M_resize, _M_min, _M_max,
94 _M_resize += __o._M_resize;
129 _M_resize += 1;
142 std::size_t _M_resize; member in class:__gnu_profile::__container_size_info
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.h2045 _M_resize(unsigned int __size) function in class:match_results
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.h2128 _M_resize(unsigned int __size) function in class:match_results

Completed in 140 milliseconds