Home
last modified time | relevance | path

Searched refs:start_init (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/kern/
H A Dinit_main.c247 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 Dc-tree.h719 extern void start_init (tree, tree, int, rich_location *);
H A DChangeLog120 (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 Dc-parser.cc2217 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 Dc-typeck.cc8450 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 Dc-tree.h702 extern void start_init (tree, tree, int, rich_location *);
H A Dc-parser.c2180 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 Dc-typeck.c8271 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 DChangeLog-20003571 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 DChangeLog-2004741 * 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 DChangeLog-20017621 (start_init): Clear it.
31842 (start_init): Likewise. require_constant_elements for non-static
H A DChangeLog-199919155 error_init, pedwarn_init, start_init): Likewise.
H A DChangeLog-200924659 * c-typeck.c (push_member_name, start_init): Pass identifiers to
H A DChangeLog-2005900 (start_init): Likewise.
H A DChangeLog-200325800 (start_init): Remove all references to the above.