Home
last modified time | relevance | path

Searched refs:gcc_data (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dplugin.h108 typedef void (*plugin_callback_func) (void *gcc_data, void *user_data);
186 void *gcc_data ATTRIBUTE_UNUSED) in invoke_plugin_callbacks()
191 return invoke_plugin_callbacks_full (event, gcc_data); in invoke_plugin_callbacks()
Dplugin.cc545 invoke_plugin_callbacks_full (int event, void *gcc_data) in invoke_plugin_callbacks_full() argument
590 (*callback->func) (gcc_data, callback->user_data); in invoke_plugin_callbacks_full()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dplugins.texi169 gcc_data - event-specific data provided by GCC
171 typedef void (*plugin_callback_func)(void *gcc_data, void *user_data);
323 the callback is called with a null @code{gcc_data}) to be notified of
327 done by registering a callback (called with a null @code{gcc_data})
440 (the same as current_pass) as @code{gcc_data} to the callback. You can also
457 to the gate status in the @code{gcc_data} parameter to the callback function.
471 @code{gcc_data} pointing to the new pass.
Dgccint.info45605 gcc_data - event-specific data provided by GCC
45607 typedef void (*plugin_callback_func)(void *gcc_data, void *user_data);
45752 is called with a null 'gcc_data') to be notified of the start or end of
45756 done by registering a callback (called with a null 'gcc_data') for the
45867 (the same as current_pass) as 'gcc_data' to the callback. You can also
45886 the 'gcc_data' parameter to the callback function. A nonzero value of
45901 parameter 'gcc_data' pointing to the new pass.