Searched refs:rest_of_type_compilation (Results 1 – 23 of 23) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | toplev.h | 72 extern void rest_of_type_compilation PARAMS ((union tree_node *, int));
|
H A D | c-decl.c | 5521 rest_of_type_compilation (t, toplevel); 5712 rest_of_type_compilation (enumtype, toplevel);
|
H A D | toplev.c | 2385 rest_of_type_compilation (type, toplev) in rest_of_type_compilation() function
|
H A D | FSFChangeLog.11 | 8652 * toplev.c (rest_of_type_compilation): Don't emit DWARF. 8854 * toplev.c (rest_of_type_compilation): Do output function-scope tags 9023 (rest_of_type_compilation, rest_of_compilation): Likewise. 9203 * toplev.c (rest_of_type_compilation): Do write out DWARF for 9801 * toplev.c (rest_of_type_compilation): Don't write out 10116 * toplev.c (rest_of_type_compilation): Don't emit DWARF for member 10151 the class from rest_of_type_compilation. 10181 * toplev.c (rest_of_type_compilation): Also do this for DWARF.
|
H A D | ChangeLog.5 | 6022 rest_of_type_compilation, emit_queue, do_pending_stack_adjust,
|
H A D | ChangeLog.4 | 10321 (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
|
H A D | ChangeLog.1 | 13657 (rest_of_type_compilation): Mark variables `type' and `toplev'
|
H A D | ChangeLog.3 | 5249 * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
|
H A D | ChangeLog | 10194 * toplev.c (rest_of_type_compilation): Return early in case of
|
H A D | ChangeLog.6 | 3384 (rest_of_type_compilation): Test for VMS_AND_DWARF2_DEBUG.
|
/openbsd/gnu/gcc/gcc/ |
H A D | toplev.h | 71 extern void rest_of_type_compilation (tree, int);
|
H A D | passes.c | 195 rest_of_type_compilation (tree type, int toplev) in rest_of_type_compilation() function
|
H A D | c-decl.c | 5707 rest_of_type_compilation (t, toplevel); in finish_struct() 5910 rest_of_type_compilation (enumtype, toplevel); in finish_enum()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | search.c | 2119 rest_of_type_compilation (type, toplevel_bindings_p ()); in note_debug_info_needed()
|
H A D | class.c | 5153 rest_of_type_compilation (t, ! LOCAL_CLASS_P (t)); in finish_struct_1()
|
H A D | decl.c | 10325 rest_of_type_compilation (enumtype, namespace_bindings_p ()); in finish_enum()
|
H A D | pt.c | 11704 rest_of_type_compilation (t, 1); in mark_class_instantiated()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | passes.texi | 87 @findex rest_of_type_compilation 92 be passed to @code{rest_of_type_compilation}. Each function definition
|
H A D | gccint.info | 3131 passed to `rest_of_type_compilation'. Each function definition should 33475 * rest_of_type_compilation: Parsing pass. (line 52)
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | search.c | 2565 rest_of_type_compilation (type, toplevel_bindings_p ());
|
H A D | class.c | 5469 rest_of_type_compilation (t, ! LOCAL_CLASS_P (t));
|
H A D | pt.c | 9996 rest_of_type_compilation (t, 1);
|
H A D | decl.c | 14134 rest_of_type_compilation (enumtype, namespace_bindings_p ());
|