Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A 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()
H A Dplugin.c544 invoke_plugin_callbacks_full (int event, void *gcc_data) in invoke_plugin_callbacks_full() argument
588 (*callback->func) (gcc_data, callback->user_data); in invoke_plugin_callbacks_full()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A 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.old/dist/gcc/doc/
H A Dplugins.texi169 gcc_data - event-specific data provided by GCC
171 typedef void (*plugin_callback_func)(void *gcc_data, void *user_data);
319 the callback is called with a null @code{gcc_data}) to be notified of
323 done by registering a callback (called with a null @code{gcc_data})
436 (the same as current_pass) as @code{gcc_data} to the callback. You can also
453 to the gate status in the @code{gcc_data} parameter to the callback function.
467 @code{gcc_data} pointing to the new pass.
H A Dgccint.info43986 gcc_data - event-specific data provided by GCC
43988 typedef void (*plugin_callback_func)(void *gcc_data, void *user_data);
44129 is called with a null 'gcc_data') to be notified of the start or end of
44133 done by registering a callback (called with a null 'gcc_data') for the
44244 (the same as current_pass) as 'gcc_data' to the callback. You can also
44263 the 'gcc_data' parameter to the callback function. A nonzero value of
44278 parameter 'gcc_data' pointing to the new pass.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A 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.
H A 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.