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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_trace.h 77 const char* __warning_id; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
430 std::fprintf(__file, __info.__warning_id);
profiler_trace.h 77 const char* __warning_id; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
430 std::fprintf(__file, __info.__warning_id);

Completed in 40 milliseconds