Searched refs:tree (Results 101 - 125 of 999) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dv850-protos.h50 extern rtx function_arg (CUMULATIVE_ARGS *, Mmode, tree, int);
56 extern int v850_interrupt_function_p (tree);
57 extern void v850_output_aligned_bss (FILE *, tree, const char *, unsigned HOST_WIDE_INT, int);
58 extern void v850_output_common (FILE *, tree, const char *, int, int);
59 extern void v850_output_local (FILE *, tree, const char *, int, int);
60 extern v850_data_area v850_get_data_area (tree);
/openbsd-current/gnu/gcc/gcc/
H A Dcgraph.h24 #include "tree.h"
117 tree decl;
172 tree inline_decl;
183 tree call_stmt;
204 tree decl;
238 tree asm_str;
269 tree, gcov_type, int);
270 struct cgraph_node *cgraph_node (tree);
271 struct cgraph_node *cgraph_node_for_asm (tree asmname);
272 struct cgraph_edge *cgraph_edge (struct cgraph_node *, tree);
[all...]
H A Dalias.h27 extern bool component_uses_parent_alias_set (tree);
H A Dtree-ssanames.c25 #include "tree.h"
28 #include "tree-flow.h"
62 VEC(tree,gc) *ssa_names;
66 static GTY (()) tree free_ssanames;
82 ssa_names = VEC_alloc (tree, gc, 50);
91 VEC_quick_push (tree, ssa_names, NULL_TREE);
100 VEC_free (tree, gc, ssa_names);
120 tree
121 make_ssa_name (tree var, tree stm
[all...]
H A Dintegrate.h36 extern bool function_attribute_inlinable_p (tree);
H A Dc-dump.c26 #include "tree.h"
27 #include "c-tree.h"
28 #include "tree-dump.h"
33 dump_stmt (dump_info_p di, tree t)
39 /* Dump any C-specific tree codes and attributes of common codes. */
42 c_dump_tree (void *dump_info, tree t)
H A Dc-gimplify.c1 /* Tree lowering pass. This pass gimplifies the tree representation built
31 #include "tree.h"
33 #include "c-tree.h"
35 #include "tree-gimple.h"
38 #include "tree-flow.h"
39 #include "tree-inline.h"
46 #include "tree-dump.h"
74 /* Convert the tree representation of FNDECL from C frontend trees to
78 c_genericize (tree fndecl)
84 /* Dump the C-specific tree I
[all...]
H A Ddebug.c64 debug_nothing_tree (tree decl ATTRIBUTE_UNUSED)
69 debug_nothing_tree_tree (tree t1 ATTRIBUTE_UNUSED,
70 tree t2 ATTRIBUTE_UNUSED)
75 debug_true_tree (tree block ATTRIBUTE_UNUSED)
108 debug_nothing_tree_int (tree decl ATTRIBUTE_UNUSED,
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000-protos.h49 extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx);
50 extern void function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
51 extern struct rtx_def * function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
52 extern void iq2000_va_start (tree, rtx);
53 extern rtx iq2000_function_value (tree, tree);
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c17 Various bits and pieces were cloned from the GCC main tree, as
76 #include "tree.h"
79 #include "c-tree.h"
136 #include "tree.def"
144 #include "tree.def"
152 #include "tree.def"
162 /* Return the tree stuff for this type TYPE_NUM. */
164 tree
194 tree_code_if_start (tree exp, unsigned char* filename, int lineno)
196 tree cond_ex
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djava-except.h35 tree handlers;
70 extern void add_handler PARAMS ((int, int, tree, tree));
H A Dxref.h28 void expand_xref PARAMS ((tree));
43 void (*expand) PARAMS ((FILE *, tree)); /* Function to write xrefs out */
/openbsd-current/lib/libfuse/
H A Dtree.c1 /* $OpenBSD: tree.c,v 1.2 2014/02/05 20:13:58 syl Exp $ */
32 SPLAY_PROTOTYPE(tree, treeentry, entry, treeentry_cmp);
35 tree_check(struct tree *t, uint64_t id)
40 return (SPLAY_FIND(tree, t, &key) != NULL);
44 tree_set(struct tree *t, uint64_t id, void *data)
49 if ((entry = SPLAY_FIND(tree, t, &key)) == NULL) {
54 SPLAY_INSERT(tree, t, entry);
63 tree_get(struct tree *t, uint64_t id)
68 if ((entry = SPLAY_FIND(tree, t, &key)) == NULL) {
77 tree_pop(struct tree *
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c26 #include "tree.h"
27 #include "cp-tree.h"
40 cxx_get_alias_set (tree t)
57 cxx_warn_unused_global_decl (tree decl)
75 tree
76 cp_expr_size (tree exp)
78 tree type = TREE_TYPE (exp);
135 language-independent logic in tree.c. */
138 cp_var_mod_type_p (tree type, tree f
[all...]
H A Dexpr.c1 /* Convert language-specific tree expression to rtl instructions,
29 #include "tree.h"
32 #include "cp-tree.h"
40 tree
41 cplus_expand_constant (tree cst)
47 tree type = TREE_TYPE (cst);
48 tree member;
71 tree delta;
72 tree pfn;
88 /* Hook used by expand_expr to expand language-specific tree code
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dexpr.c1 /* Convert language-specific tree expression to rtl instructions,
27 #include "tree.h"
30 #include "cp-tree.h"
38 tree
40 tree cst;
46 tree type = TREE_TYPE (cst);
47 tree member;
55 tree offset = byte_position (member);
60 tree delta;
61 tree pf
[all...]
H A Dmangle.c52 #include "tree.h"
54 #include "cp-tree.h"
102 tree entity;
125 static tree subst_identifiers[SUBID_MAX];
145 static int decl_is_template_id PARAMS ((tree, tree*));
149 static inline tree canonicalize_for_substitution PARAMS ((tree));
150 static void add_substitution PARAMS ((tree));
151 static inline int is_std_substitution PARAMS ((tree, substitution_identifier_index_
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386-protos.h128 extern int ix86_function_arg_boundary (enum machine_mode, tree);
129 extern int ix86_return_in_memory (tree);
130 extern void ix86_va_start (tree, rtx);
131 extern rtx ix86_va_arg (tree, tree);
161 extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree);
162 extern rtx function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
164 tree, int);
165 extern rtx ix86_function_value (tree, tre
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c2 tree codes used in the GNU C and C++ compilers (see c-common.def
26 #include "tree.h"
28 #include "splay-tree.h"
43 void (*lang_expand_stmt) PARAMS ((tree));
50 void (*lang_expand_decl_stmt) PARAMS ((tree));
52 /* Create an empty statement tree rooted at T. */
56 tree *t;
67 /* T is a statement. Add it to the statement-tree. */
69 tree
71 tree
[all...]
H A Ddebug.h59 bool (* ignore_block) PARAMS ((tree));
77 void (* begin_function) PARAMS ((tree decl));
86 void (* function_decl) PARAMS ((tree decl));
90 void (* global_decl) PARAMS ((tree decl));
94 void (* deferred_inline_function) PARAMS ((tree decl));
99 void (* outlining_inline_function) PARAMS ((tree decl));
120 PARAMS ((tree));
122 PARAMS ((tree));
H A Ddwarf2out.h21 extern void dwarf2out_decl PARAMS ((tree));
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Dfdt.c37 static struct fdt tree; variable in typeref:struct:fdt
76 memset(&tree, 0, sizeof(struct fdt));
85 tree.header = (struct fdt_head *)fdt;
86 tree.tree = (char *)fdt + betoh32(tree.header->fh_struct_off);
87 tree.strings = (char *)fdt + betoh32(tree.header->fh_strings_off);
88 tree.memory = (char *)fdt + betoh32(tree
[all...]
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dfdt.c37 static struct fdt tree; variable in typeref:struct:fdt
76 memset(&tree, 0, sizeof(struct fdt));
85 tree.header = (struct fdt_head *)fdt;
86 tree.tree = (char *)fdt + betoh32(tree.header->fh_struct_off);
87 tree.strings = (char *)fdt + betoh32(tree.header->fh_strings_off);
88 tree.memory = (char *)fdt + betoh32(tree
[all...]
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dfdt.c37 static struct fdt tree; variable in typeref:struct:fdt
76 memset(&tree, 0, sizeof(struct fdt));
85 tree.header = (struct fdt_head *)fdt;
86 tree.tree = (char *)fdt + betoh32(tree.header->fh_struct_off);
87 tree.strings = (char *)fdt + betoh32(tree.header->fh_strings_off);
88 tree.memory = (char *)fdt + betoh32(tree
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30-protos.h31 extern rtx fr30_va_arg PARAMS ((tree, tree));
48 extern int fr30_num_arg_regs PARAMS ((int, tree));
49 extern int fr30_function_arg_partial_nregs PARAMS ((CUMULATIVE_ARGS, int, tree, int));
50 extern void fr30_setup_incoming_varargs PARAMS ((CUMULATIVE_ARGS, int, tree, int *));

Completed in 174 milliseconds

1234567891011>>