Home
last modified time | relevance | path

Searched refs:DECL_DEFER_OUTPUT (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-objc-common.c301 DECL_DEFER_OUTPUT (decl) = 1; in expand_deferred_fns()
H A Dtoplev.c1974 if (DECL_DEFER_OUTPUT (decl) != 0)
1975 DECL_DEFER_OUTPUT (decl) = 0;
2326 if (at_end || !DECL_DEFER_OUTPUT (decl))
2546 DECL_DEFER_OUTPUT (decl) = 1;
2556 if (DECL_DEFER_OUTPUT (decl))
2625 if (! DECL_DEFER_OUTPUT (decl))
2774 if (rtl_dump_and_exit || flag_syntax_only || DECL_DEFER_OUTPUT (decl))
3754 if (! DECL_DEFER_OUTPUT (decl))
H A DLANGUAGES13 DECL_DEFER_OUTPUT before calling rest_of_decl_compilation.
H A Dprint-tree.c364 if (DECL_DEFER_OUTPUT (node))
H A Dc-decl.c3121 DECL_DEFER_OUTPUT (decl) = 1;
3324 DECL_DEFER_OUTPUT (decl) = 1;
H A Dintegrate.c3034 DECL_DEFER_OUTPUT (fndecl) = 0;
H A Dtree.h1717 #define DECL_DEFER_OUTPUT(NODE) (DECL_CHECK (NODE)->decl.defer_output) macro
/openbsd/gnu/gcc/gcc/
H A Dtoplev.c717 && DECL_DEFER_OUTPUT (decl) != 0) in wrapup_global_declaration_1()
718 DECL_DEFER_OUTPUT (decl) = 0; in wrapup_global_declaration_1()
H A Dpasses.c157 || !DECL_DEFER_OUTPUT (decl) in rest_of_decl_compilation()
H A Dprint-tree.c426 if (CODE_CONTAINS_STRUCT (code, TS_DECL_WITH_VIS) && DECL_DEFER_OUTPUT (node)) in print_node()
H A Dcfgexpand.c1763 DECL_DEFER_OUTPUT (current_function_decl) = 0; in tree_expand_cfg()
H A Dc-decl.c3552 DECL_DEFER_OUTPUT (decl) = 1; in finish_decl()
3753 DECL_DEFER_OUTPUT (decl) = 1; in build_compound_literal()
H A Dtree.h2764 #define DECL_DEFER_OUTPUT(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.defer_output) macro
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl2.c702 DECL_DEFER_OUTPUT (decl) = 1; in note_vague_linkage_fn()
3257 DECL_DEFER_OUTPUT (decl) = 0; in cp_finish_file()
H A Ddecl.c1788 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl); in duplicate_decls()
10790 DECL_DEFER_OUTPUT (decl1) = 1; in start_preparsed_function()
10803 DECL_DEFER_OUTPUT (decl1) = 1; in start_preparsed_function()
H A DChangeLog-19941371 DECL_DEFER_OUTPUT on inlines whose linkage might actually change.
1372 (finish_function): Use DECL_DEFER_OUTPUT to decide which inlines to
1630 * decl.c (start_function): Set DECL_DEFER_OUTPUT on all inlines that
2047 * decl.c (start_function): Set DECL_DEFER_OUTPUT on implicit
H A DChangeLog-20033551 * decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
3552 (finish-file): Do not process function with DECL_DEFER_OUTPUT clear;
3553 clear DECL_DEFER_OUTPUT once function is processed; avoid flags
H A DChangeLog-1999799 * decl.c (duplicate_decls): Propagate DECL_DEFER_OUTPUT.
800 * decl2.c (comdat_linkage): Set DECL_DEFER_OUTPUT.
813 * rtti.c (synthesize_tinfo_fn): Set DECL_DEFER_OUTPUT.
H A DChangeLog-20004820 (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
7132 * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2606 DECL_DEFER_OUTPUT (fn) = 0;
H A Ddecl.c3885 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
14630 DECL_DEFER_OUTPUT (decl1) = 1;
14643 DECL_DEFER_OUTPUT (decl1) = 1;
H A DChangeLog.14811 DECL_DEFER_OUTPUT on inlines whose linkage might actually change.
4812 (finish_function): Use DECL_DEFER_OUTPUT to decide which inlines to
5070 * decl.c (start_function): Set DECL_DEFER_OUTPUT on all inlines that
5487 * decl.c (start_function): Set DECL_DEFER_OUTPUT on implicit
H A Dpt.c6221 DECL_DEFER_OUTPUT (r) = 0;
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1386 DECL_DEFER_OUTPUT (decl) = 1;
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c2005 DECL_DEFER_OUTPUT (decl) = 1; in objc_add_static_instance()

12