GCC Middle and Back End API Reference
|
Go to the source code of this file.
Data Structures | |
class | diagnostic_event_id_t |
Typedefs | |
typedef diagnostic_event_id_t * | diagnostic_event_id_ptr |
typedef int | diagnostic_thread_id_t |
A pointer to a diagnostic_event_id_t, for use with the "%@" format code, which will print a 1-based representation for it, with suitable colorization, e.g. "(1)". The %@ format code requires that known_p be true for the event ID.
typedef int diagnostic_thread_id_t |
A type for compactly referring to a particular thread within a diagnostic_path. Typically there is just one thread per path, with id 0.