Searched refs:tree (Results 276 - 300 of 999) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/gcc/gcc/
H A Demit-rtl.h31 extern void set_mem_expr (rtx, tree);
H A Dc-convert.c32 #include "tree.h"
36 #include "c-tree.h"
56 In tree.c: get_narrower and get_unwidened. */
70 tree
71 convert (tree type, tree expr)
73 tree e = expr;
H A Dc-pretty-print.c28 #include "c-tree.h"
29 #include "tree-iterator.h"
50 static void pp_c_initializer_list (c_pretty_printer *, tree);
51 static void pp_c_brace_enclosed_initializer_list (c_pretty_printer *, tree);
53 static void pp_c_multiplicative_expression (c_pretty_printer *, tree);
54 static void pp_c_additive_expression (c_pretty_printer *, tree);
55 static void pp_c_shift_expression (c_pretty_printer *, tree);
56 static void pp_c_relational_expression (c_pretty_printer *, tree);
57 static void pp_c_equality_expression (c_pretty_printer *, tree);
58 static void pp_c_and_expression (c_pretty_printer *, tree);
[all...]
H A Dtree-eh.c25 #include "tree.h"
31 #include "tree-flow.h"
32 #include "tree-dump.h"
33 #include "tree-inline.h"
34 #include "tree-iterator.h"
35 #include "tree-pass.h"
89 record_stmt_eh_region (struct eh_region *region, tree t)
98 add_stmt_to_eh_region_fn (struct function *ifun, tree t, int num)
127 add_stmt_to_eh_region (tree t, int num)
133 remove_stmt_from_eh_region_fn (struct function *ifun, tree
[all...]
H A Dtree-ssa-ccp.c25 propagation engine (tree-ssa-propagate.c). Constant assignments of
195 #include "tree.h"
206 #include "tree-dump.h"
207 #include "tree-flow.h"
208 #include "tree-pass.h"
209 #include "tree-ssa-propagate.h"
283 ccp_decl_initial_min_invariant (tree t)
327 get_default_value (tree var)
329 tree sym = SSA_NAME_VAR (var);
358 tree stm
[all...]
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dfr30-protos.h31 extern int fr30_num_arg_regs (enum machine_mode, tree);
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore-protos.h39 extern int mcore_num_arg_regs (enum machine_mode, tree);
43 extern rtx mcore_function_value (tree, tree);
76 extern rtx mcore_function_arg (CUMULATIVE_ARGS, enum machine_mode, tree, int);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k-protos.h70 extern void m88k_va_start PARAMS ((tree, rtx));
86 enum machine_mode, tree, int *,
93 enum machine_mode, tree,
96 enum machine_mode, tree, int));
99 tree, int));
100 extern struct rtx_def *m88k_va_arg PARAMS ((tree, tree));
101 extern tree m88k_build_va_list PARAMS ((void));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips-protos.h40 PARAMS ((FILE *, tree, const char *,
58 extern struct rtx_def *mips_function_value PARAMS ((tree, tree,
63 extern int mips_return_in_memory PARAMS ((tree));
66 enum machine_mode, tree, int));
69 tree, int));
73 tree, int));
77 tree, int));
80 enum machine_mode, tree, int));
81 extern int mips16_constant_after_function_p PARAMS ((tree));
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k-protos.h41 extern int ns32k_return_pops_args PARAMS ((tree, tree, int));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16-protos.h36 PARAMS ((CUMULATIVE_ARGS, enum machine_mode, tree, int));
39 PARAMS ((CUMULATIVE_ARGS, int, tree, int *));
40 extern tree xstormy16_build_va_list PARAMS ((void));
44 extern void xstormy16_expand_builtin_va_start PARAMS ((tree, rtx));
45 extern rtx xstormy16_expand_builtin_va_arg PARAMS ((tree, tree));
47 extern rtx xstormy16_function_value PARAMS ((tree, tree));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprotector.h34 /* search a character array from the specified type tree */
36 extern int search_string_def PARAMS ((tree names));
H A Dc-convert.c29 #include "tree.h"
50 In tree.c: get_narrower and get_unwidened. */
64 tree
66 tree type, expr;
68 tree e = expr;
97 tree t = c_common_truthvalue_conversion (expr);
H A Dconvert.c28 #include "tree.h"
39 tree
41 tree type, expr;
79 tree
81 tree type, expr;
116 The result of this is always supposed to be a newly created tree node
119 tree
121 tree type, expr;
124 tree intype = TREE_TYPE (expr);
272 tree
[all...]
H A Dc-pretty-print.c26 #include "c-tree.h"
30 static void pp_c_character_literal PARAMS ((c_pretty_printer, tree));
31 static void pp_c_bool_literal PARAMS ((c_pretty_printer, tree));
32 static bool pp_c_enumerator PARAMS ((c_pretty_printer, tree));
33 static void pp_c_integer_literal PARAMS ((c_pretty_printer, tree));
34 static void pp_c_real_literal PARAMS ((c_pretty_printer, tree));
35 static void pp_c_string_literal PARAMS ((c_pretty_printer, tree));
37 static void pp_c_primary_expression PARAMS ((c_pretty_printer, tree));
40 static void pp_c_initializer_list PARAMS ((c_pretty_printer, tree));
42 static void pp_c_unary_expression PARAMS ((c_pretty_printer, tree));
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm-protos.h43 extern int arm_return_in_memory PARAMS ((tree));
44 extern void arm_encode_call_attribute PARAMS ((tree, int));
45 extern int arm_function_ok_for_sibcall PARAMS ((tree));
141 enum machine_mode, tree, int));
142 extern void arm_init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, rtx,
144 extern rtx arm_va_arg PARAMS ((tree, tree));
147 tree, int));
175 extern int is_called_in_ARM_mode PARAMS ((tree));
200 extern void arm_pe_unique_section PARAMS ((tree, in
[all...]
/openbsd-current/usr.bin/ctags/
H A DMakefile5 SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
/openbsd-current/usr.sbin/unbound/iterator/
H A Diter_donotq.h61 rbtree_type tree; member in struct:iter_donotq
/openbsd-current/sbin/unwind/libunbound/iterator/
H A Diter_donotq.h61 rbtree_type tree; member in struct:iter_donotq
/openbsd-current/usr.sbin/nsd/
H A Dxfrd-notify.h80 void init_notify_send(rbtree_type* tree, region_type* region,
86 void xfrd_send_notify(rbtree_type* tree, const struct dname* apex,
93 void notify_handle_master_zone_soainfo(rbtree_type* tree,
97 void close_notify_fds(rbtree_type* tree);
/openbsd-current/regress/sys/sys/tree/rb/
H A Drb-test.c71 #include <sys/tree.h>
91 struct tree;
103 static void print_tree(const struct tree *);
117 RB_HEAD(tree, node);
118 struct tree root = RB_INITIALIZER(&root);
120 RB_PROTOTYPE(tree, node, node_link, compare)
122 RB_GENERATE(tree, node, node_link, compare)
212 ins = RB_MIN(tree, &root);
221 ins = RB_MAX(tree, &root);
230 assert(RB_REMOVE(tree,
[all...]
/openbsd-current/lib/libfuse/
H A Dfuse_private.h26 #include <sys/tree.h>
57 SPLAY_HEAD(tree, treeentry);
106 struct tree vnode_tree;
132 /* tree.c */
135 int tree_check(struct tree *, uint64_t);
136 void *tree_set(struct tree *, uint64_t, void *);
137 void *tree_get(struct tree *, uint64_t);;
138 void *tree_pop(struct tree *, uint64_t);
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x-protos.h48 enum machine_mode, tree, int);
51 enum machine_mode, tree, int);
57 extern void c4x_init_cumulative_args (CUMULATIVE_ARGS *c, tree, rtx);
59 extern rtx c4x_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
239 extern void c4x_init_pragma (int (*) (tree *));
241 extern GTY(()) tree code_tree;
242 extern GTY(()) tree data_tree;
243 extern GTY(()) tree pure_tree;
244 extern GTY(()) tree noreturn_tree;
245 extern GTY(()) tree interrupt_tre
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc-protos.h23 extern void arc_va_start PARAMS ((tree, rtx));
24 extern rtx arc_va_arg PARAMS ((tree, tree));
62 extern enum arc_function_type arc_compute_function_type PARAMS ((tree));
64 enum machine_mode, tree,
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dwinnt-cxx.c31 #include "tree.h"
32 #include "cp/cp-tree.h" /* this is why we're a separate module */
39 i386_pe_type_dllimport_p (tree decl)
65 tree.c:merge_dllimport_decl_attributes. If this is the key method, the
105 i386_pe_type_dllexport_p (tree decl)
118 static inline void maybe_add_dllimport (tree decl)
125 i386_pe_adjust_class_at_definition (tree t)
127 tree member;
141 (See tree.c: merge_dllimport_decl_attributes).

Completed in 483 milliseconds

<<11121314151617181920>>