Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDLANGUAGES25 DECL_DEFER_OUTPUT before calling rest_of_decl_compilation.
HDtoplev.c715 && DECL_DEFER_OUTPUT (decl) != 0) in wrapup_global_declaration_1()
716 DECL_DEFER_OUTPUT (decl) = 0; in wrapup_global_declaration_1()
HDpasses.c157 || !DECL_DEFER_OUTPUT (decl) in rest_of_decl_compilation()
HDprint-tree.c430 if (CODE_CONTAINS_STRUCT (code, TS_DECL_WITH_VIS) && DECL_DEFER_OUTPUT (node)) in print_node()
HDcfgexpand.c1676 DECL_DEFER_OUTPUT (current_function_decl) = 0; in tree_expand_cfg()
HDc-decl.c4032 DECL_DEFER_OUTPUT (decl) = 1; in finish_decl()
4233 DECL_DEFER_OUTPUT (decl) = 1; in build_compound_literal()
HDtree.h2804 #define DECL_DEFER_OUTPUT(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.defer_output) macro
HDChangeLog-19992051 because DECL_DEFER_OUTPUT isn't set. Do abort if a declaration
7352 * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
7382 (free_varasm_status): Don't check DECL_DEFER_OUTPUT. Free the struct.
HDChangeLog-20014482 changes, instead set DECL_DEFER_OUTPUT for static inline functions
28185 and DECL_DEFER_OUTPUT on the decl we create, before calling
28840 * c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope
28842 * toplev.c (rest_of_decl_compilation): Check DECL_DEFER_OUTPUT to
HDFSFChangeLog.108819 DECL_DEFER_OUTPUT is set.
HDChangeLog-200429978 * passes.c (rest_of_compilation): Reset DECL_DEFER_OUTPUT.
29981 DECL_DEFER_OUTPUT.
44723 (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
HDFSFChangeLog.113873 * toplev.c (rest_of_compilation): Set DECL_DEFER_OUTPUT on
HDChangeLog-200020819 * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
HDChangeLog-200332553 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
HDChangeLog-200512222 DECL_DEFER_OUTPUT on DECL's that don't contain it.
/trueos/contrib/gcc/cp/
HDdecl2.c702 DECL_DEFER_OUTPUT (decl) = 1; in note_vague_linkage_fn()
3327 DECL_DEFER_OUTPUT (decl) = 0; in emit_instantiate_pending_templates()
HDdecl.c1803 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl); in duplicate_decls()
11344 DECL_DEFER_OUTPUT (decl1) = 1; in start_preparsed_function()
11357 DECL_DEFER_OUTPUT (decl1) = 1; in start_preparsed_function()
HDChangeLog-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
HDChangeLog-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
HDChangeLog-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.
HDChangeLog-20004820 (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
7132 * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
HDChangeLog-20012568 (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
HDpt.c6707 DECL_DEFER_OUTPUT (r) = 0; in tsubst_decl()