HomeSort by: relevance | last modified time | path
    Searched defs:_M_iterate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_map_to_unordered_map.h 72 _M_iterate(0), _M_umap_cost(0.0), _M_map_cost(0.0)
82 _M_iterate += __o._M_iterate;
91 _M_insert, _M_erase, _M_find, _M_iterate, _M_map_cost,
139 { __gnu_cxx::__atomic_add(&_M_iterate, __count); }
145 += (_M_iterate
148 += (_M_iterate
156 mutable _Atomic_word _M_iterate;
profiler_vector_to_list.h 45 : __object_info_base(__stack), _M_shift_count(0), _M_iterate(0),
54 _M_iterate += __o._M_iterate;
64 _M_resize, _M_iterate, _M_vector_cost, _M_list_cost);
81 { return _M_iterate; }
105 { __gnu_cxx::__atomic_add(&_M_iterate, __num); }
113 mutable _Atomic_word _M_iterate;
profiler_list_to_vector.h 47 : __object_info_base(__stack), _M_shift_count(0), _M_iterate(0),
56 _M_iterate += __o._M_iterate;
67 _M_resize, _M_iterate, _M_vector_cost, _M_list_cost);
90 { return _M_iterate; }
117 { __gnu_cxx::__atomic_add(&_M_iterate, __num); }
125 mutable _Atomic_word _M_iterate;

Completed in 70 milliseconds