OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diagnostic_event
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-path.h
69
class
diagnostic_event
class
72
virtual ~
diagnostic_event
() {}
93
virtual const
diagnostic_event
& get_event (int idx) const = 0;
100
/* A simple implementation of
diagnostic_event
. */
102
class simple_diagnostic_event : public
diagnostic_event
134
const
diagnostic_event
& get_event (int idx) const FINAL OVERRIDE;
/src/external/gpl3/gcc/dist/gcc/
diagnostic-path.h
71
class
diagnostic_event
class
143
virtual ~
diagnostic_event
() {}
173
Each
diagnostic_event
is associated with one thread.
190
virtual const
diagnostic_event
& get_event (int idx) const = 0;
204
/* A simple implementation of
diagnostic_event
. */
206
class simple_diagnostic_event : public
diagnostic_event
266
const
diagnostic_event
& get_event (int idx) const final override;
Completed in 21 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026