Searched refs:start_init (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/sys/kern/ |
| H A D | init_main.c | 129 volatile int start_init_exec; /* semaphore for start_init() */ 138 void start_init(void *); 426 if (fork1(p, FORK_FORK, start_init, NULL, NULL, &initproc)) in main() 587 start_init(void *arg) in start_init() 585 start_init(void *arg) start_init() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-tree.h | 283 extern void start_init PARAMS ((tree, tree, int));
|
| H A D | c-parse.in | 664 { start_init (NULL_TREE, NULL, 0); 1427 start_init ($<ttype>$, $2, global_bindings_p ()); } 1443 start_init ($<ttype>$, $2, global_bindings_p ()); }
|
| H A D | c-typeck.c | 5076 start_init (decl, asmspec_tree, top_level) in start_init() function
|
| H A D | ChangeLog.4 | 3565 initializer_stack, start_init), except.c (create_rethrow_ref), 5312 (start_init): Don't play with constructor_incremental. 8301 * c-typeck.c (start_init): Tweak setting of
|
| H A D | ChangeLog.5 | 12635 (start_init): Likewise. require_constant_elements for non-static
|
| H A D | ChangeLog.1 | 4687 error_init, pedwarn_init, start_init): Likewise.
|
| H A D | ChangeLog.6 | 7621 (start_init): Clear it.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-tree.h | 559 extern void start_init (tree, tree, int);
|
| H A D | c-parser.c | 1342 start_init (d, asm_name, global_bindings_p ()); in c_parser_declaration_or_fndef() 5492 start_init (NULL_TREE, NULL, 0); in c_parser_postfix_expression_after_paren_type()
|
| H A D | c-typeck.c | 4993 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level) in start_init() function
|