Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h73 struct __warning_data struct
80 __warning_data() in __warning_data() argument
83 __warning_data(float __m, __stack_t __c, const char* __id, in __warning_data() function
89 operator<(const __warning_data& __other) const
93 typedef std::_GLIBCXX_STD_C::vector<__warning_data> __warning_vector_t;
317 __warnings.push_back(__warning_data(__it->second.__magnitude(), in __collect_warnings()
428 operator()(const __warning_data& __info) in operator()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20103364 * include/profile/impl/profiler_trace.h (__warning_data::