Home
last modified time | relevance | path

Searched refs:rest_of_decl_compilation (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dclass.c850 rest_of_decl_compilation (decl, (char*) 0, global_bindings_p (), 0);
958 rest_of_decl_compilation (decl, (char*) 0, global_bindings_p (), 0);
1302 rest_of_decl_compilation (array, (char*) 0, 1, 0);
1472 rest_of_decl_compilation (field, (char*) 0, 1, 1);
1496 rest_of_decl_compilation (fields_decl, (char*) 0, 1, 0);
1522 rest_of_decl_compilation (methods_decl, (char*) 0, 1, 0);
1534 rest_of_decl_compilation (dtable_decl, (char*) 0, 1, 0);
1547 rest_of_decl_compilation (class_dtable_decl, (char*) 0, 1, 0);
1595 rest_of_decl_compilation (idecl, (char*) 0, 1, 0);
1678 rest_of_decl_compilation (decl, (char*) 0, 1, 0);
[all …]
Dconstants.c458 rest_of_decl_compilation (data_decl, (char *) 0, 1, 0); in build_constants_constructor()
468 rest_of_decl_compilation (tags_decl, (char*) 0, 1, 0); in build_constants_constructor()
Dexpr.c2215 rest_of_decl_compilation (meth_var, NULL, 0, 0);
2546 rest_of_decl_compilation (init_decl, NULL, 1, 0);
2569 rest_of_decl_compilation (init_decl, NULL, 1, 0);
/openbsd/src/gnu/gcc/gcc/
Dc-semantics.c156 rest_of_decl_compilation (decl, 0, 0); in emit_local_var()
Dtoplev.h70 extern void rest_of_decl_compilation (tree, int, int);
Dcfgexpand.c642 rest_of_decl_compilation (var, 0, 0); in expand_one_static_var()
651 rest_of_decl_compilation (var, 0, 0); in expand_one_hard_reg_var()
Dpasses.c121 rest_of_decl_compilation (tree decl, in rest_of_decl_compilation() function
Dc-decl.c2441 rest_of_decl_compilation (decl, 0, 0); in implicitly_declare()
3553 rest_of_decl_compilation (decl, true, 0); in finish_decl()
3618 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl), 0); in finish_decl()
3758 rest_of_decl_compilation (decl, 1, 0); in build_compound_literal()
5699 rest_of_decl_compilation (decl, toplevel, 0); in finish_struct()
Dtoplev.c783 rest_of_decl_compilation (decl, 1, 1); in wrapup_global_declaration_2()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtoplev.h70 extern void rest_of_decl_compilation PARAMS ((union tree_node *,
Dc-semantics.c257 rest_of_decl_compilation (decl, asmspec, /*top_level=*/0, /*at_end=*/0);
272 rest_of_decl_compilation
DLANGUAGES13 DECL_DEFER_OUTPUT before calling rest_of_decl_compilation.
Dc-decl.c2090 rest_of_decl_compilation (decl, NULL, 0, 0);
3122 rest_of_decl_compilation (decl, asmspec,
3177 rest_of_decl_compilation (decl, NULL, DECL_CONTEXT (decl) == 0, 0);
3328 rest_of_decl_compilation (decl, NULL, 1, 0);
5479 rest_of_decl_compilation (decl, NULL, toplevel, 0);
5502 rest_of_decl_compilation (decl, NULL, toplevel, 0);
Dprofile.c1387 rest_of_decl_compilation (fndecl, 0, 1, 0); in output_func_start_profiler()
Dtoplev.c2035 rest_of_decl_compilation (decl, NULL, 1, 1);
2287 rest_of_decl_compilation (decl, asmspec, top_level, at_end) in rest_of_decl_compilation() function
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c305 rest_of_decl_compilation (fn_decl, NULL, 1, 0); in tree_code_create_function_prototype()
580 rest_of_decl_compilation (var_decl, 0, 0, 0); in tree_code_create_variable()
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl2.c1134 rest_of_decl_compilation (anon_union_decl, in finish_anon_union()
1521 rest_of_decl_compilation (vtbl, 1, 1); in maybe_emit_vtables()
2822 rest_of_decl_compilation (var, 1, 1); in write_out_vars()
Dmethod.c1095 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof); in implicitly_declare_fn()
/openbsd/src/gnu/gcc/gcc/treelang/
Dtreetree.c408 rest_of_decl_compilation (fn_decl, 1, 0); in tree_code_create_function_prototype()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dpasses.texi33 @findex rest_of_decl_compilation
37 @code{rest_of_decl_compilation} in @file{toplev.c}, which are
/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c1388 rest_of_decl_compilation (decl, 0, 1, 0);
1770 rest_of_decl_compilation (execclass_decl, 0, 0, 0); in build_module_descriptor()
8439 rest_of_decl_compilation (decl, 0, 0, 0);
8451 rest_of_decl_compilation (decl, 0, 0, 0);
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c1890 rest_of_decl_compilation (vtbl, NULL, 1, 1); in maybe_emit_vtables()
2671 rest_of_decl_compilation (TREE_VALUE (v), 0, 1, 1);
Ddecl.c5026 rest_of_decl_compilation (decl, NULL, 0, 0);
8640 rest_of_decl_compilation (decl, asmspec, toplev, at_eof);
8707 rest_of_decl_compilation (decl, asmspec, toplev, at_eof);
8931 rest_of_decl_compilation (decl, NULL,
/openbsd/src/gnu/gcc/gcc/doc/
Dpasses.texi86 @findex rest_of_decl_compilation
91 @code{rest_of_decl_compilation}. Each complete type definition should
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c2007 rest_of_decl_compilation (decl, 1, 0); in objc_add_static_instance()
9290 rest_of_decl_compilation (decl, 0, 0); in handle_class_ref()
9304 rest_of_decl_compilation (decl, 0, 0); in handle_class_ref()

12