HomeSort by relevance Sort by last modified time
    Searched defs:diagnostic_context (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 73 struct diagnostic_context;
74 typedef struct diagnostic_context diagnostic_context; typedef in typeref:struct:diagnostic_context
diagnostic.h 54 typedef void (*diagnostic_starter_fn) (diagnostic_context *,
60 struct diagnostic_context struct
153 void (*internal_error) (diagnostic_context *, const char *, va_list *);
169 char *(*option_name) (diagnostic_context *, int, diagnostic_t, diagnostic_t);
187 diagnostic_inhibit_notes (diagnostic_context * context)
204 /* Same as pp_format_decoder. Works on 'diagnostic_context *'. */
207 /* Same as output_prefixing_rule. Works on 'diagnostic_context *'. */
230 /* This diagnostic_context is used by front-ends that directly output
233 extern diagnostic_context *global_dc;
239 would take a diagnostic_context as an argument. *
    [all...]

Completed in 188 milliseconds