Home
last modified time | relevance | path

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

12

/NextBSD/contrib/gcc/
HDc-semantics.c156 rest_of_decl_compilation (decl, 0, 0); in emit_local_var()
HDtoplev.h70 extern void rest_of_decl_compilation (tree, int, int);
HDLANGUAGES25 DECL_DEFER_OUTPUT before calling rest_of_decl_compilation.
HDcfgexpand.c625 rest_of_decl_compilation (var, 0, 0); in expand_one_static_var()
634 rest_of_decl_compilation (var, 0, 0); in expand_one_hard_reg_var()
HDpasses.c121 rest_of_decl_compilation (tree decl, in rest_of_decl_compilation() function
HDtoplev.c781 rest_of_decl_compilation (decl, 1, 1); in wrapup_global_declaration_2()
HDc-decl.c2495 rest_of_decl_compilation (decl, 0, 0); in implicitly_declare()
4033 rest_of_decl_compilation (decl, true, 0); in finish_decl()
4098 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl), 0); in finish_decl()
4238 rest_of_decl_compilation (decl, 1, 0); in build_compound_literal()
6297 rest_of_decl_compilation (decl, toplevel, 0); in finish_struct()
HDc-parser.c8799 rest_of_decl_compilation (NSConcreteGlobalBlock_decl, 0, 0); in build_block_struct_initlist()
8823 rest_of_decl_compilation (NSConcreteStackBlock_decl, 0, 0); in build_block_struct_initlist()
HDexpr.c6438 rest_of_decl_compilation (var, 0, 0); in expand_var()
HDChangeLog-20057409 * passes.c (rest_of_decl_compilation): Invoke
10221 * passes.c (rest_of_decl_compilation): If decl is a type and
12218 * passes.c (rest_of_decl_compilation): Reverse order of tests.
15304 * passes.c (rest_of_decl_compilation): Do not differentiate
26859 * passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
27212 rest_of_decl_compilation on aliases again.
28482 * passes.c (rest_of_decl_compilation): Register variables with cgraph.
HDChangeLog-20045369 * passes.c (rest_of_decl_compilation): Do not look at DECL_RTL
20398 appropriate. Don't pass asmspec to rest_of_decl_compilation.
20402 * passes.c (rest_of_decl_compilation): Remove asmspec parameter,
20404 * toplev.h (rest_of_decl_compilation): Remove asmspec parameter.
23869 * passes.c (rest_of_decl_compilation): Don't defer call of
24810 Eliminate unnecessary dummy declaration. Call rest_of_decl_compilation
33716 * passes.c (rest_of_decl_compilation):
40260 open_dump_file, close_dump_file, rest_of_decl_compilation,
42086 * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
HDChangeLog-200123037 * objc/objc-act.c (handle_class_ref): Use rest_of_decl_compilation
27324 (rest_of_decl_compilation): Likewise.
28186 rest_of_decl_compilation.
28842 * toplev.c (rest_of_decl_compilation): Check DECL_DEFER_OUTPUT to
31445 (rest_of_decl_compilation): Only estimate branch probability if
32150 * toplev.c (rest_of_decl_compilation): Likewise.
HDChangeLog-19996557 * toplev.c (rest_of_decl_compilation): Update comment.
7489 print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
21019 open_dump_file, rest_of_decl_compilation, display_help, main):
21026 rest_of_decl_compilation, pedwarn_with_decl, warning_with_decl,
HDChangeLog-20031771 * toplev.c (rest_of_decl_compilation): Do not deffer when compiling
4659 * toplev.c (rest_of_decl_compilation): Call outlining_inline_function
9102 * toplev.c (rest_of_decl_compilation): Do not finalize external
17119 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
17663 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
34630 * toplev.c (rest_of_decl_compilation): Don't define
HDChangeLog-20023840 * toplev.c (rest_of_decl_compilation): Call of dwarf2out_decl for type
29463 * toplev.c (rest_of_decl_compilation): Revert last two changes.
29543 * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
29570 * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
/NextBSD/contrib/gcc/cp/
HDdecl2.c1134 rest_of_decl_compilation (anon_union_decl, in finish_anon_union()
1521 rest_of_decl_compilation (vtbl, 1, 1); in maybe_emit_vtables()
2866 rest_of_decl_compilation (var, 1, 1); in write_out_vars()
HDmethod.c1097 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof); in implicitly_declare_fn()
HDdecl.c5016 rest_of_decl_compilation (decl, toplev, at_eof); in make_rtl_for_nonlocal_decl()
5074 rest_of_decl_compilation (decl, toplev, at_eof); in make_rtl_for_nonlocal_decl()
5663 rest_of_decl_compilation (decl, DECL_CONTEXT (decl) == NULL_TREE, in cp_finish_decl()
HDcall.c6756 rest_of_decl_compilation (var, /*toplev=*/1, at_eof); in initialize_reference()
HDclass.c3864 rest_of_decl_compilation (clone, /*top_level=*/1, at_eof); in build_clone()
HDparser.c19278 rest_of_decl_compilation (NSConcreteGlobalBlock_decl, 0, 0); in VEC()
19302 rest_of_decl_compilation (NSConcreteStackBlock_decl, 0, 0); in VEC()
HDChangeLog-19963472 * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
HDChangeLog-20042999 than passing it as a parameter to rest_of_decl_compilation.
HDChangeLog-20002036 rest_of_decl_compilation, for local guards.
/NextBSD/contrib/gcc/doc/
HDpasses.texi86 @findex rest_of_decl_compilation
91 @code{rest_of_decl_compilation}. Each complete type definition should

12