/netbsd-src/sys/kern/ |
H A D | init_main.c | 247 int start_init_exec; /* semaphore for start_init() */ 250 static void start_init(void *); 646 if (fork1(l, 0, SIGCHLD, NULL, 0, start_init, NULL, NULL)) in main() 650 * The initproc variable cannot be initialized in start_init as there in main() 651 * is a race between vfs_mountroot and start_init. in main() 961 start_init(void *arg) in start_init() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 719 extern void start_init (tree, tree, int, rich_location *);
|
H A D | ChangeLog | 120 (start_init): Set it. 4238 rich_location at init_loc and parse it to start_init. 4244 rich_location at type_loc and parse it to start_init. 4246 * c-tree.h (start_init): Add rich_location * param. 4250 (start_init): Add richloc param, use it to initialize 6188 * c-typeck.c (start_init): Use AGGREGATE_TYPE_P.
|
H A D | c-parser.cc | 2217 start_init (NULL_TREE, asm_name, global_bindings_p (), &richloc); in c_parser_declaration_or_fndef() 2275 start_init (d, asm_name, global_bindings_p (), &richloc); in c_parser_declaration_or_fndef() 10275 start_init (NULL_TREE, NULL, 0, &richloc); in c_parser_postfix_expression_after_paren_type() 22406 start_init (omp_priv, NULL_TREE, 0, &richloc); in c_parser_omp_declare_reduction()
|
H A D | c-typeck.cc | 8450 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level, in start_init() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 702 extern void start_init (tree, tree, int, rich_location *);
|
H A D | c-parser.c | 2180 start_init (NULL_TREE, asm_name, global_bindings_p (), &richloc); in c_parser_declaration_or_fndef() 2242 start_init (d, asm_name, global_bindings_p (), &richloc); in c_parser_declaration_or_fndef() 10222 start_init (NULL_TREE, NULL, 0, &richloc); in c_parser_postfix_expression_after_paren_type() 21037 start_init (omp_priv, NULL_TREE, 0, &richloc); in c_parser_omp_declare_reduction()
|
H A D | c-typeck.c | 8271 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level, in start_init() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 3571 initializer_stack, start_init), except.c (create_rethrow_ref), 5318 (start_init): Don't play with constructor_incremental. 8307 * c-typeck.c (start_init): Tweak setting of
|
H A D | ChangeLog-2004 | 741 * c-typeck.c (start_init): Treat error_mark_node the same as 0. 12210 (start_init): Delete saving of asmspec. 43072 (start_init): Delete saving of asmspec. 46576 (start_init): Delete saving of asmspec.
|
H A D | ChangeLog-2001 | 7621 (start_init): Clear it. 31842 (start_init): Likewise. require_constant_elements for non-static
|
H A D | ChangeLog-1999 | 19155 error_init, pedwarn_init, start_init): Likewise.
|
H A D | ChangeLog-2009 | 24659 * c-typeck.c (push_member_name, start_init): Pass identifiers to
|
H A D | ChangeLog-2005 | 900 (start_init): Likewise.
|
H A D | ChangeLog-2003 | 25800 (start_init): Remove all references to the above.
|