Searched refs:tree (Results 176 - 200 of 999) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/gcc/
H A Dtoplev.h70 extern void rest_of_decl_compilation (tree, int, int);
71 extern void rest_of_type_compilation (tree, int);
72 extern void tree_rest_of_compilation (tree);
77 extern void announce_function (tree);
81 extern void warn_deprecated_use (tree);
95 extern void wrapup_global_declaration_1 (tree);
96 extern bool wrapup_global_declaration_2 (tree);
97 extern bool wrapup_global_declarations (tree *, int);
98 extern void check_global_declaration_1 (tree);
99 extern void check_global_declarations (tree *, in
[all...]
H A Dtree-ssa-forwprop.c26 #include "tree.h"
32 #include "tree-flow.h"
33 #include "tree-pass.h"
34 #include "tree-dump.h"
39 form of tree combination. It is hoped all of this can disappear
40 when we have a generalized tree combiner.
161 ssa_name_defined_by_comparison_p (tree var)
163 tree def = SSA_NAME_DEF_STMT (var);
167 tree rhs = TREE_OPERAND (def, 1);
177 static tree
[all...]
H A Dcoretypes.h47 typedef union tree_node *tree; typedef in typeref:union:tree_node
75 #define tree union _dont_use_tree_here_ * macro
H A Dtree-scalar-evolution.c27 and on the loop hierarchy tree. This algorithm is not based on
239 #include "tree.h"
246 #include "tree-flow.h"
247 #include "tree-dump.h"
250 #include "tree-chrec.h"
251 #include "tree-scalar-evolution.h"
252 #include "tree-pass.h"
256 static tree analyze_scalar_evolution_1 (struct loop *, tree, tree);
[all...]
H A Dtree-mudflap.c1 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
30 #include "tree.h"
35 #include "tree-inline.h"
36 #include "tree-gimple.h"
37 #include "tree-flow.h"
38 #include "tree-mudflap.h"
39 #include "tree-dump.h"
40 #include "tree-pass.h"
56 static tree mf_build_string (const char *string);
57 static tree mf_varname_tre
[all...]
H A Dgimplify.c2 tree representation into the GIMPLE form.
28 #include "tree.h"
31 #include "tree-gimple.h"
32 #include "tree-inline.h"
36 #include "tree-flow.h"
83 tree current_bind_expr;
84 tree temps;
85 tree conditional_cleanups;
86 tree exit_label;
87 tree return_tem
5397 gimplify_expr(tree *expr_p, tree *pre_p, tree *post_p, bool (* gimple_test_f) (tree), fallback_t fallback) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldexp.c208 fold_unary (etree_type *tree, argument
216 result = exp_fold_tree (tree->unary.child,
221 switch (tree->type.node_code)
294 fold_binary (etree_type *tree, argument
302 result = exp_fold_tree (tree->binary.lhs, current_section,
308 other = exp_fold_tree (tree->binary.rhs,
321 && tree->type.node_code == '+'))
322 && (tree->type.node_code == '+'
323 || tree->type.node_code == '-'))
328 if (tree
432 fold_trinary(etree_type *tree, lang_output_section_statement_type *current_section, lang_phase_type allocation_done, bfd_vma dot, bfd_vma *dotp) argument
453 fold_name(etree_type *tree, lang_output_section_statement_type *current_section, lang_phase_type allocation_done, bfd_vma dot) argument
599 exp_fold_tree(etree_type *tree, lang_output_section_statement_type *current_section, lang_phase_type allocation_done, bfd_vma dot, bfd_vma *dotp) argument
753 exp_fold_tree_no_dot(etree_type *tree, lang_output_section_statement_type *current_section, lang_phase_type allocation_done) argument
890 exp_print_tree(etree_type *tree) argument
981 exp_get_vma(etree_type *tree, bfd_vma def, char *name, lang_phase_type allocation_done) argument
1000 exp_get_value_int(etree_type *tree, int def, char *name, lang_phase_type allocation_done) argument
1009 exp_get_fill(etree_type *tree, fill_type *def, char *name, lang_phase_type allocation_done) argument
1067 exp_get_abs_int(etree_type *tree, int def ATTRIBUTE_UNUSED, char *name, lang_phase_type allocation_done) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-common.c24 #include "tree.h"
41 #include "tree-inline.h"
44 extern tree lookup_name PARAMS ((tree)); /* Declared in c-tree.h. */
101 tree short_integer_type_node;
102 tree long_integer_type_node;
103 tree long_long_integer_type_node;
105 tree short_unsigned_type_node;
106 tree long_unsigned_type_nod
[all...]
H A Dexpr.h70 #ifdef TREE_CODE /* Don't lose if tree.h not included. */
72 as the sum of a tree-expression and a constant. This structure is
79 tree var;
83 /* Add the value of the tree INC to the `struct args_size' TO. */
87 tree inc = (INC); \
99 tree dec = (DEC); \
110 /* Convert the implicit sum in a `struct args_size' into a tree
164 extern bool default_must_pass_in_stack PARAMS((enum machine_mode, tree));
330 extern rtx expand_builtin PARAMS ((tree, rtx, rtx, enum machine_mode, int));
331 extern void std_expand_builtin_va_start PARAMS ((tree, rt
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck.c33 #include "tree.h"
36 #include "cp-tree.h"
46 static tree pfn_from_ptrmemfunc (tree);
47 static tree convert_for_assignment (tree, tree, const char *, tree, int);
48 static tree cp_pointer_int_sum (enum tree_code, tree, tre
[all...]
H A Dcp-gimplify.c1 /* C++-specific tree lowering bits; see also c-gimplify.c and tree-gimple.c.
27 #include "tree.h"
28 #include "cp-tree.h"
31 #include "tree-gimple.h"
42 static tree bc_label[2];
49 static tree
52 tree label = create_artificial_label ();
65 static tree
66 finish_bc_block (enum bc_t bc, tree labe
[all...]
H A Dcall.c31 #include "tree.h"
32 #include "cp-tree.h"
99 tree type;
108 tree expr;
125 static int equal_functions (tree, tree);
128 static tree build_over_call (struct z_candidate *, int);
129 static tree build_java_interface_fn_ref (tree, tree);
[all...]
H A Dpt.c34 #include "tree.h"
38 #include "cp-tree.h"
40 #include "tree-inline.h"
47 #include "tree-iterator.h"
50 /* The type of functions taking a tree, and some additional data, and
52 typedef int (*tree_fn_t) (tree, void*);
60 static GTY(()) tree pending_templates;
61 static GTY(()) tree last_pending_template;
66 static GTY(()) tree saved_trees;
69 static GTY(()) tree current_tinst_leve
12804 dependent_scope_ref_p(tree expression, bool criterion (tree)) argument
[all...]
H A Ddecl2.c35 #include "tree.h"
39 #include "cp-tree.h"
48 #include "tree-mudflap.h"
50 #include "tree-inline.h"
52 #include "tree-dump.h"
68 static void mark_vtable_entries (tree);
69 static bool maybe_emit_vtables (tree);
70 static bool acceptable_java_type (tree);
71 static tree start_objects (int, int);
72 static void finish_objects (int, int, tree);
[all...]
H A Ddecl.c35 #include "tree.h"
39 #include "cp-tree.h"
40 #include "tree-inline.h"
53 #include "tree-flow.h"
55 static tree grokparms (cp_parameter_declarator *, tree *);
56 static const char *redeclaration_error_message (tree, tree);
58 static int decl_jump_unsafe (tree);
59 static void require_complete_types_for_parms (tree);
[all...]
H A Dfriend.c26 #include "tree.h"
29 #include "cp-tree.h"
34 /* Friend data structures are described in cp-tree.h. */
39 is_friend (tree type, tree supplicant)
42 tree list;
43 tree context;
53 tree list = DECL_FRIENDLIST (TYPE_MAIN_DECL (type));
54 tree name = DECL_NAME (supplicant);
60 tree friend
[all...]
/openbsd-current/gnu/gcc/gcc/config/mn10300/
H A Dmn10300-protos.h25 extern void mn10300_va_start (tree, rtx);
51 enum machine_mode, tree, int);
52 extern rtx mn10300_function_value (tree, tree, int);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200-protos.h42 enum machine_mode, tree, int));
43 extern struct rtx_def *mn10200_va_arg PARAMS ((tree, tree));
45 enum machine_mode, tree, int));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-protos.h164 extern int ix86_function_arg_boundary PARAMS ((enum machine_mode, tree));
165 extern int ix86_return_in_memory PARAMS ((tree));
166 extern void ix86_va_start PARAMS ((tree, rtx));
167 extern rtx ix86_va_arg PARAMS ((tree, tree));
170 tree, int *, int));
194 extern void init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, rtx));
195 extern rtx function_arg PARAMS ((CUMULATIVE_ARGS *, enum machine_mode, tree, int));
198 tree, int));
200 tree, in
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c27 #include "tree.h"
28 #include "java-tree.h"
33 static int find_class_or_string_constant PARAMS ((CPool *, int, tree));
34 static int find_name_and_type_constant PARAMS ((CPool *, tree, tree));
35 static tree get_tag_node PARAMS ((int));
36 static tree build_constant_data_ref PARAMS ((void));
112 tree name;
123 tree name;
140 tree typ
[all...]
H A Dparse.c292 #include "tree.h"
298 #include "java-tree.h"
310 #include "tree-inline.h"
314 static void classitf_redefinition_error PARAMS ((const char *,tree, tree, tree));
315 static void variable_redefinition_error PARAMS ((tree, tree, tree, int));
316 static tree create_clas
[all...]
H A Dparse.y1 /* Source code parsing and tree node generation for the GNU compiler
27 /* This file parses java source code and issues a tree node image
52 #include "tree.h"
58 #include "java-tree.h"
70 #include "tree-inline.h"
74 static void classitf_redefinition_error PARAMS ((const char *,tree, tree, tree));
75 static void variable_redefinition_error PARAMS ((tree, tree, tre
[all...]
/openbsd-current/regress/sys/sys/tree/rb/
H A Drbt-test.c70 #include <sys/tree.h>
90 struct tree;
102 static void print_tree(const struct tree *);
116 RBT_HEAD(tree, node);
117 struct tree root = RBT_INITIALIZER(&root);
119 RBT_PROTOTYPE(tree, node, node_link, compare)
121 RBT_GENERATE(tree, node, node_link, compare);
188 RBT_INIT(tree, &root);
205 ins = RBT_ROOT(tree, &root);
211 ins = RBT_MIN(tree,
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c29 #include "tree.h"
30 #include "cp-tree.h"
41 static tree build_field_call PARAMS ((tree, tree, tree));
43 static int equal_functions PARAMS ((tree, tree));
45 static int compare_ics PARAMS ((tree, tree));
[all...]
H A Ddecl2.c33 #include "tree.h"
37 #include "cp-tree.h"
62 static void mark_vtable_entries PARAMS ((tree));
63 static void grok_function_init PARAMS ((tree, tree));
64 static int maybe_emit_vtables (tree);
65 static void add_using_namespace PARAMS ((tree, tree, int));
66 static cxx_binding *ambiguous_decl (tree, cxx_binding *, cxx_binding *,int);
67 static tree build_anon_union_var
[all...]

Completed in 501 milliseconds

1234567891011>>