Lines Matching refs:tree

155 extern void declare_weak (tree);
157 extern void merge_weak (tree, tree);
171 extern void assemble_alias (tree, tree);
173 extern void default_assemble_visibility (tree, int);
177 extern void assemble_asm (tree);
183 extern void assemble_start_function (tree, const char *);
187 extern void assemble_end_function (tree, const char *);
198 extern void assemble_variable (tree, int, int, int);
202 extern void align_variable (tree decl, bool dont_output_data);
207 extern void assemble_external (tree);
231 an entity that is also represented as a tree (like a function or
285 extern bool constructor_static_from_elts_p (tree);
296 extern tree initializer_constant_valid_p (tree, tree);
306 extern void output_constant (tree, unsigned HOST_WIDE_INT, unsigned int);
374 extern tree last_assemble_variable_decl;
380 extern bool decl_readonly_section (tree, int);
384 extern int compute_reloc_for_constant (tree);
480 tree decl;
509 typedef bool (*noswitch_section_callback) (tree decl, const char *name,
556 extern section *get_section (const char *, unsigned int, tree);
557 extern section *get_named_section (tree, const char *, int);
564 extern section *function_section (tree);
572 extern unsigned int default_section_type_flags (tree, const char *, int);
575 extern void default_no_named_section (const char *, unsigned int, tree);
576 extern void default_elf_asm_named_section (const char *, unsigned int, tree);
577 extern enum section_category categorize_decl_for_section (tree, int);
578 extern void default_coff_asm_named_section (const char *, unsigned int, tree);
579 extern void default_pe_asm_named_section (const char *, unsigned int, tree);
588 extern section *default_select_section (tree, int, unsigned HOST_WIDE_INT);
589 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT);
590 extern void default_unique_section (tree, int);
591 extern section *default_function_rodata_section (tree);
592 extern section *default_no_function_rodata_section (tree);
597 extern void default_encode_section_info (tree, rtx, int);
601 extern bool default_binds_local_p (tree);
602 extern bool default_binds_local_p_1 (tree, int);
604 extern void default_emit_unwind_label (FILE *, tree, int, int);
611 extern void default_elf_asm_output_external (FILE *file, tree,
613 extern int maybe_assemble_visibility (tree);