Searched refs:register_callback (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/plugin/
H A Dfinish_unit_plugin.c38 register_callback ("finish_unit", PLUGIN_FINISH_UNIT, &finish_unit_callback, NULL);
H A Dstart_unit_plugin.c75 register_callback ("start_unit", PLUGIN_START_UNIT, &start_unit_callback, NULL);
76 register_callback ("finish_unit", PLUGIN_FINISH_UNIT, &finish_unit_callback, NULL);
H A Dggcplug.c71 register_callback ("ggcplug",
83 register_callback ("ggcplug",
95 register_callback ("ggcplug",
107 register_callback ("ggcplug",
H A Done_time_plugin.c91 register_callback ("one_pass", PLUGIN_PASS_MANAGER_SETUP, NULL, &p);
H A Dsreal_plugin.c167 register_callback ("sreal", PLUGIN_PASS_MANAGER_SETUP, NULL, &p);
H A Dselfassign.c384 register_callback (plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/callbacks/
H A D1.cc48 ios01.register_callback(callb03, 1);
49 ios01.register_callback(callb02, 1);
50 ios01.register_callback(callb01, 1);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/plugin/
H A Ddecl_plugin.c49 register_callback (plugin_name, PLUGIN_FINISH_DECL,
H A Dpragma_plugin.c60 register_callback (plugin_name, PLUGIN_PRAGMAS, register_my_pragma, NULL);
H A Ddumb_plugin.c142 register_callback (plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &pass_info);
144 register_callback (plugin_name, PLUGIN_FINISH_TYPE, handle_struct, NULL);
146 register_callback (plugin_name, PLUGIN_PRE_GENERICIZE,
149 register_callback (plugin_name, PLUGIN_FINISH_UNIT,
H A Dattribute_plugin.c66 register_callback (plugin_name, PLUGIN_PRE_GENERICIZE,
69 register_callback (plugin_name, PLUGIN_ATTRIBUTES, register_attributes, NULL);
H A Dselfassign.c385 register_callback (plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL,
/haiku-buildtools/gcc/gcc/
H A Dgcc-plugin.h170 extern void register_callback (const char *plugin_name,
H A Dplugin.c416 register_callback (const char *plugin_name, function
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc109 ios_base::register_callback(event_callback __fn, int __index) function in class:ios_base
/haiku-buildtools/gcc/libcc1/
H A Dplugin.cc872 register_callback (plugin_info->base_name, PLUGIN_PRAGMAS,
874 register_callback (plugin_info->base_name, PLUGIN_PRE_GENERICIZE,
876 register_callback (plugin_info->base_name, PLUGIN_GGC_MARKING,
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h517 register_callback(event_callback __fn, int __index);

Completed in 144 milliseconds