| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-d.cc | 51 const struct d_target_info_spec handlers[] = { local 56 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-d.cc | 51 const struct d_target_info_spec handlers[] = { local 56 d_add_target_info_handlers (handlers);
|
| /src/lib/libc/stdlib/ |
| quick_exit.c | 39 * Linked list of quick exit handlers. This is simpler than the atexit() 49 * Lock protecting the handlers list. 56 * Stack of cleanup handlers. These will be invoked in reverse order when 58 static struct quick_exit_handler *handlers; variable in typeref:struct:quick_exit_handler 73 h->next = handlers; 74 handlers = h; 90 for (h = handlers; NULL != h; h = h->next)
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| dragonfly-d.cc | 50 const struct d_target_info_spec handlers[] = { local 55 d_add_target_info_handlers (handlers);
|
| gnu-d.cc | 51 const struct d_target_info_spec handlers[] = { local 56 d_add_target_info_handlers (handlers);
|
| kfreebsd-d.cc | 51 const struct d_target_info_spec handlers[] = { local 56 d_add_target_info_handlers (handlers);
|
| kopensolaris-d.cc | 51 const struct d_target_info_spec handlers[] = { local 56 d_add_target_info_handlers (handlers);
|
| netbsd-d.cc | 52 const struct d_target_info_spec handlers[] = { local 57 d_add_target_info_handlers (handlers);
|
| openbsd-d.cc | 52 const struct d_target_info_spec handlers[] = { local 57 d_add_target_info_handlers (handlers);
|
| sol2-d.cc | 50 const struct d_target_info_spec handlers[] = { local 55 d_add_target_info_handlers (handlers);
|
| darwin-d.cc | 51 const struct d_target_info_spec handlers[] = { local 56 d_add_target_info_handlers (handlers);
|
| freebsd-d.cc | 54 const struct d_target_info_spec handlers[] = { local 59 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-d.cc | 71 const struct d_target_info_spec handlers[] = { local 76 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390-d.cc | 69 const struct d_target_info_spec handlers[] = { local 74 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc-d.cc | 73 const struct d_target_info_spec handlers[] = { local 78 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| dragonfly-d.cc | 50 const struct d_target_info_spec handlers[] = { local 55 d_add_target_info_handlers (handlers);
|
| netbsd-d.cc | 52 const struct d_target_info_spec handlers[] = { local 57 d_add_target_info_handlers (handlers);
|
| openbsd-d.cc | 52 const struct d_target_info_spec handlers[] = { local 57 d_add_target_info_handlers (handlers);
|
| sol2-d.cc | 50 const struct d_target_info_spec handlers[] = { local 55 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390-d.cc | 68 const struct d_target_info_spec handlers[] = { local 73 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc-d.cc | 73 const struct d_target_info_spec handlers[] = { local 78 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts-global.cc | 178 const struct cl_option_handlers *handlers, 187 decoded->value, kind, loc, handlers); 204 HANDLERS describes what functions to call for the options. */ 212 const struct cl_option_handlers *handlers, 238 decoded_options + i, loc, lang_mask, handlers, 278 /* Set *HANDLERS to the default set of option handlers for use in the 281 set_default_handlers (struct cl_option_handlers *handlers, 284 handlers->unknown_option_callback = unknown_option_callback; 285 handlers->wrong_lang_callback = complain_wrong_lang 307 struct cl_option_handlers handlers; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-d.cc | 92 const struct d_target_info_spec handlers[] = { local 97 d_add_target_info_handlers (handlers);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| cygwin-d.cc | 54 const struct d_target_info_spec handlers[] = { local 59 d_add_target_info_handlers (handlers);
|
| winnt-d.cc | 59 const struct d_target_info_spec handlers[] = { local 64 d_add_target_info_handlers (handlers);
|