| /NextBSD/contrib/gcc/ |
| HD | c-semantics.c | 156 rest_of_decl_compilation (decl, 0, 0); in emit_local_var()
|
| HD | toplev.h | 70 extern void rest_of_decl_compilation (tree, int, int);
|
| HD | LANGUAGES | 25 DECL_DEFER_OUTPUT before calling rest_of_decl_compilation.
|
| HD | cfgexpand.c | 625 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()
|
| HD | passes.c | 121 rest_of_decl_compilation (tree decl, in rest_of_decl_compilation() function
|
| HD | toplev.c | 781 rest_of_decl_compilation (decl, 1, 1); in wrapup_global_declaration_2()
|
| HD | c-decl.c | 2495 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()
|
| HD | c-parser.c | 8799 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()
|
| HD | expr.c | 6438 rest_of_decl_compilation (var, 0, 0); in expand_var()
|
| HD | ChangeLog-2005 | 7409 * 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.
|
| HD | ChangeLog-2004 | 5369 * 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):
|
| HD | ChangeLog-2001 | 23037 * 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.
|
| HD | ChangeLog-1999 | 6557 * 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,
|
| HD | ChangeLog-2003 | 1771 * 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
|
| HD | ChangeLog-2002 | 3840 * 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/ |
| HD | decl2.c | 1134 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()
|
| HD | method.c | 1097 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof); in implicitly_declare_fn()
|
| HD | decl.c | 5016 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()
|
| HD | call.c | 6756 rest_of_decl_compilation (var, /*toplev=*/1, at_eof); in initialize_reference()
|
| HD | class.c | 3864 rest_of_decl_compilation (clone, /*top_level=*/1, at_eof); in build_clone()
|
| HD | parser.c | 19278 rest_of_decl_compilation (NSConcreteGlobalBlock_decl, 0, 0); in VEC() 19302 rest_of_decl_compilation (NSConcreteStackBlock_decl, 0, 0); in VEC()
|
| HD | ChangeLog-1996 | 3472 * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
|
| HD | ChangeLog-2004 | 2999 than passing it as a parameter to rest_of_decl_compilation.
|
| HD | ChangeLog-2000 | 2036 rest_of_decl_compilation, for local guards.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | passes.texi | 86 @findex rest_of_decl_compilation 91 @code{rest_of_decl_compilation}. Each complete type definition should
|