GCC Middle and Back End API Reference
diagnostic-event-id.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  diagnostic_event_id_t
 

Typedefs

typedef diagnostic_event_id_tdiagnostic_event_id_ptr
 
typedef int diagnostic_thread_id_t
 

Typedef Documentation

◆ diagnostic_event_id_ptr

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.

◆ 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.