Searched refs:tree (Results 126 - 150 of 741) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dtarghooks.c56 #include "tree.h"
88 default_return_in_memory (tree type,
89 tree fntype ATTRIBUTE_UNUSED)
100 default_objc_fpreturn_msgcall (tree type, bool no_long_double)
120 tree type ATTRIBUTE_UNUSED,
190 tree
201 tree
202 default_cxx_get_cookie_size (tree type)
204 tree cookie_size;
208 tree sizetype_siz
[all...]
H A Dtree-dfa.c28 #include "tree.h"
41 #include "tree-dump.h"
42 #include "tree-gimple.h"
43 #include "tree-flow.h"
44 #include "tree-inline.h"
45 #include "tree-pass.h"
70 static tree collect_dfa_stats_r (tree *, int *, void *);
71 static tree find_vars_r (tree *, in
[all...]
H A Dipa-type-escape.c40 #include "tree.h"
41 #include "tree-flow.h"
42 #include "tree-inline.h"
43 #include "tree-pass.h"
50 #include "tree-gimple.h"
118 /* A splay tree of bitmaps. An element X in the splay tree has a bit
123 /* A splay tree of bitmaps. An element Y in the splay tree has a bit
132 /* Records tree node
[all...]
H A Dtree-ssa-propagate.c26 #include "tree.h"
37 #include "tree-dump.h"
38 #include "tree-flow.h"
39 #include "tree-pass.h"
40 #include "tree-ssa-propagate.h"
145 static GTY(()) VEC(tree,gc) *interesting_ssa_edges;
161 static GTY(()) VEC(tree,gc) *varying_ssa_edges;
253 add_ssa_edge (tree var, bool is_varying)
260 tree use_stmt = USE_STMT (use_p);
267 VEC_safe_push (tree, g
[all...]
H A Dtree-inline.c27 #include "tree.h"
28 #include "tree-inline.h"
39 #include "tree-iterator.h"
42 #include "tree-mudflap.h"
43 #include "tree-flow.h"
46 #include "tree-flow.h"
55 #include "tree-gimple.h"
68 Duplicate the body, using the given splay tree; some parameters
90 1 if we should expand functions calls inline at the tree level.
110 static tree declare_return_variabl
[all...]
H A Dtree-ssa-alias.c26 #include "tree.h"
38 #include "tree-dump.h"
39 #include "tree-gimple.h"
40 #include "tree-flow.h"
41 #include "tree-inline.h"
42 #include "tree-pass.h"
43 #include "tree-ssa-structalias.h"
64 tree var;
104 static bool may_alias_p (tree, HOST_WIDE_INT, tree, HOST_WIDE_IN
178 add_to_worklist(tree alias, VEC (tree, heap) **worklist, VEC (int, heap) **worklist2, int reason) argument
193 mark_aliases_call_clobbered(tree tag, VEC (tree, heap) **worklist, VEC (int, heap) **worklist2) argument
[all...]
H A Dtree-browser.c26 #include "tree.h"
27 #include "tree-inline.h"
41 #include "tree-browser.def"
57 #include "tree-browser.def"
77 #include "tree.def"
91 static tree find_node_with_code (tree *, int *, void *);
92 static tree store_child_info (tree *, int *, void *);
93 static void TB_update_up (tree);
[all...]
H A Dtree-ssa-phiopt.c26 #include "tree.h"
33 #include "tree-flow.h"
34 #include "tree-pass.h"
35 #include "tree-dump.h"
40 edge, edge, tree, tree, tree);
42 edge, edge, tree, tree, tree);
[all...]
H A Dbuiltins.c29 #include "tree.h"
30 #include "tree-gimple.h"
49 #include "tree-mudflap.h"
68 tree built_in_decls[(int) END_BUILTINS];
72 tree implicit_built_in_decls[(int) END_BUILTINS];
74 static int get_pointer_alignment (tree, unsigned int);
75 static const char *c_getstr (tree);
77 static int target_char_cast (tree, char *);
78 static rtx get_memory_rtx (tree, tree);
[all...]
H A Dtree-ssa-uncprop.c25 #include "tree.h"
36 #include "tree-dump.h"
37 #include "tree-flow.h"
40 #include "tree-pass.h"
41 #include "tree-ssa-propagate.h"
49 tree rhs;
50 tree lhs;
70 tree stmt;
86 tree cond = COND_EXPR_COND (stmt);
111 tree op
[all...]
H A Dipa-prop.h24 #include "tree.h"
70 tree value;
91 /* Represent which DECL tree (or reference to such tree)
92 will be replaced by another tree while versioning. */
95 /* The tree that will be replaced. */
96 tree old_tree;
97 /* The new (replacing) tree. */
98 tree new_tree;
125 /* Mapping each parameter to its PARM_DECL tree
[all...]
H A Dconvert.c30 #include "tree.h"
41 tree
42 convert_to_pointer (tree type, tree expr)
49 tree t = build_int_cst (type, 0);
86 tree
87 convert_to_block_pointer (tree type, tree expr)
94 tree t = build_int_cst (type, 0);
128 tree
[all...]
H A Dtree-ssa-pre.c28 #include "tree.h"
31 #include "tree-inline.h"
32 #include "tree-flow.h"
33 #include "tree-gimple.h"
34 #include "tree-dump.h"
38 #include "tree-iterator.h"
41 #include "tree-pass.h"
50 walks up the dominator tree and looks in those avail sets.
145 the code, trading off temporary memory usage for speed. The tree
177 expressions they represent via a tree annotatio
429 phi_trans_lookup(tree e, basic_block pred, VEC (tree, gc) *vuses) argument
451 phi_trans_add(tree e, tree v, basic_block pred, VEC (tree, gc) *vuses) argument
[all...]
H A Dtree-ssa-copy.c25 #include "tree.h"
36 #include "tree-dump.h"
37 #include "tree-flow.h"
38 #include "tree-pass.h"
39 #include "tree-ssa-propagate.h"
61 may_propagate_copy (tree dest, tree orig)
63 tree type_d = TREE_TYPE (dest);
64 tree type_o = TREE_TYPE (orig);
111 tree mt_des
[all...]
H A Dtree-flow-inline.h1 /* Inline functions for tree-flow.h
26 tree-flow.h. See tree-flow.h for documentation. */
77 static inline tree
100 static inline tree
113 fill_referenced_var_vec (VEC (tree, heap) **vec)
116 tree var;
119 VEC_safe_push (tree, heap, *vec, var);
125 var_ann (tree t)
138 get_var_ann (tree va
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c27 #include "tree.h"
28 #include "cp-tree.h"
39 tree value;
40 tree type;
45 static cxx_binding *binding_for_name (cxx_scope *, tree);
46 static tree lookup_name_innermost_nonclass_level (tree);
47 static tree push_overloaded_decl (tree, int, bool);
48 static bool lookup_using_namespace (tree, struc
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips-protos.h180 extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx);
182 tree, int);
184 enum machine_mode, tree, int);
185 extern int function_arg_boundary (enum machine_mode, tree);
186 extern bool mips_pad_arg_upward (enum machine_mode, tree);
187 extern bool mips_pad_reg_upward (enum machine_mode, tree);
188 extern void mips_va_start (tree, rtx);
200 extern int mips_output_external (FILE *, tree, const char *);
203 extern void mips_output_aligned_bss (FILE *, tree, const char *,
205 extern void mips_output_aligned_decl_common (FILE *, tree, cons
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.c207 fold_unary (etree_type *tree) argument
209 exp_fold_tree_1 (tree->unary.child);
212 switch (tree->type.node_code)
279 fold_binary (etree_type *tree) argument
281 exp_fold_tree_1 (tree->binary.lhs);
285 if (expld.result.valid_p && tree->type.node_code == SEGMENT_START)
291 segment_name = tree->binary.rhs->name.name;
306 exp_fold_tree_1 (tree->binary.rhs);
316 && tree->type.node_code == '+')
324 && (tree
466 fold_trinary(etree_type *tree) argument
476 fold_name(etree_type *tree) argument
680 exp_fold_tree_1(etree_type *tree) argument
823 exp_fold_tree(etree_type *tree, asection *current_section, bfd_vma *dotp) argument
832 exp_fold_tree_no_dot(etree_type *tree) argument
965 exp_print_tree(etree_type *tree) argument
1046 exp_get_vma(etree_type *tree, bfd_vma def, char *name) argument
1060 exp_get_value_int(etree_type *tree, int def, char *name) argument
1066 exp_get_fill(etree_type *tree, fill_type *def, char *name) argument
1124 exp_get_abs_int(etree_type *tree, int def, char *name) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dwinnt.c31 #include "tree.h"
49 static tree associated_type (tree);
50 static tree gen_stdcall_or_fastcall_suffix (tree, bool);
51 static bool i386_pe_dllexport_p (tree);
52 static bool i386_pe_dllimport_p (tree);
53 static void i386_pe_mark_dllexport (tree);
54 static void i386_pe_mark_dllimport (tree);
67 tree
[all...]
H A Dnetware.c30 #include "tree.h"
41 static tree
42 gen_stdcall_or_fastcall_decoration (tree decl, char prefix)
49 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl));
89 static tree
90 gen_regparm_prefix (tree decl, unsigned nregs)
97 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl));
134 i386_nlm_encode_section_info (tree decl, rtx rtl, int first)
143 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl));
144 tree newi
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c36 ** Add keycode/string to tries-tree.
48 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) argument
54 (void *) *tree, _nc_visbuf(str), code));
58 if ((*tree) != 0) {
59 ptr = savedptr = (*tree);
89 } else { /* (*tree) == 0 :: First sequence to be added */
90 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1);
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dignore_test.sh77 mkdir -p $i/tree
80 # tree: Test three different cases (add, modify, remove) that all
81 # match the tree/* glob.
82 echo "foo" > $NEW/tree/add
84 echo "old" > $i/tree/modify
86 echo "new" > $NEW/tree/modify
88 echo "old" > $i/tree/remove
91 # rmdir: Remove a whole tree.
194 D /tree/remove
196 U /tree/modif
[all...]
/freebsd-11-stable/contrib/unbound/util/storage/
H A Ddnstree.c74 void name_tree_init(rbtree_type* tree) argument
76 rbtree_init(tree, &name_tree_compare);
79 void addr_tree_init(rbtree_type* tree) argument
81 rbtree_init(tree, &addr_tree_compare);
84 int name_tree_insert(rbtree_type* tree, struct name_tree_node* node, argument
93 return rbtree_insert(tree, &node->node) != NULL;
96 int addr_tree_insert(rbtree_type* tree, struct addr_tree_node* node, argument
104 return rbtree_insert(tree, &node->node) != NULL;
134 void addr_tree_init_parents(rbtree_type* tree) argument
137 (struct addr_tree_node*)rbtree_first(tree));
140 name_tree_init_parents(rbtree_type* tree) argument
166 name_tree_find(rbtree_type* tree, uint8_t* name, size_t len, int labs, uint16_t dclass) argument
178 name_tree_lookup(rbtree_type* tree, uint8_t* name, size_t len, int labs, uint16_t dclass) argument
210 addr_tree_lookup(rbtree_type* tree, struct sockaddr_storage* addr, socklen_t addrlen) argument
241 addr_tree_find(rbtree_type* tree, struct sockaddr_storage* addr, socklen_t addrlen, int net) argument
255 name_tree_next_root(rbtree_type* tree, uint16_t* dclass) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpe.c30 #include "tree.h"
41 tree current_class_type; /* FIXME */
45 tree decl;
47 tree exp;
63 tree decl;
65 tree imp;
104 tree decl;
109 tree idp;
140 tree decl;
144 tree id
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64-c.c26 #include "tree.h"
33 static void ia64_hpux_add_pragma_builtin (tree func);
41 tree x;
175 ia64_hpux_add_pragma_builtin (tree func)

Completed in 194 milliseconds

1234567891011>>