Searched refs:tree (Results 76 - 100 of 999) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001026-1.c7 typedef void *tree; typedef
10 real_value_from_int_cst (tree x, tree y)
21 tree type;
22 tree i;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.c25 #include "tree.h"
26 #include "c-tree.h"
27 #include "tree-inline.h"
42 /* Do nothing (tree). */
46 tree t ATTRIBUTE_UNUSED;
66 /* Do nothing (return the tree node passed). */
68 tree
70 tree t;
77 tree
79 tree
[all...]
H A Dlanghooks-def.h31 extern HOST_WIDE_INT hook_get_alias_set_0 PARAMS ((tree));
45 extern void lhd_do_nothing_t PARAMS ((tree));
49 extern HOST_WIDE_INT lhd_get_alias_set PARAMS ((tree));
50 extern tree lhd_return_tree PARAMS ((tree));
51 extern tree lhd_return_null_tree PARAMS ((tree));
52 extern int lhd_safe_from_p PARAMS ((rtx, tree));
53 extern int lhd_staticp PARAMS ((tree));
54 extern int lhd_unsafe_for_reeval PARAMS ((tree));
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2 building tree structure, checking semantic consistency, and
29 #include "tree.h"
30 #include "cp-tree.h"
31 #include "tree-inline.h"
52 static tree maybe_convert_cond PARAMS ((tree));
53 static tree simplify_aggr_init_exprs_r PARAMS ((tree *, int *, void *));
55 static void emit_associated_thunks PARAMS ((tree));
56 static void genrtl_try_block PARAMS ((tree));
[all...]
H A Drtti.c26 #include "tree.h"
27 #include "cp-tree.h"
63 about each of the type_info types. The global tree nodes such as
74 static tree build_headof PARAMS((tree));
75 static tree ifnonnull PARAMS((tree, tree));
76 static tree tinfo_name PARAMS((tree));
[all...]
H A Dexcept.c28 #include "tree.h"
32 #include "cp-tree.h"
37 #include "tree-inline.h"
39 static void push_eh_cleanup PARAMS ((tree));
40 static tree prepare_eh_type PARAMS ((tree));
41 static tree build_eh_type_type PARAMS ((tree));
42 static tree do_begin_catch PARAMS ((void));
43 static int dtor_nothrow PARAMS ((tree));
[all...]
H A Dclass.c28 #include "tree.h"
29 #include "cp-tree.h"
49 tree name;
52 tree type;
56 tree access;
65 tree binfo;
67 tree derived;
70 tree rtti_binfo;
73 tree inits;
75 tree* last_ini
[all...]
H A Dtree.c25 #include "tree.h"
26 #include "cp-tree.h"
34 #include "tree-inline.h"
37 static tree bot_manip PARAMS ((tree *, int *, void *));
38 static tree bot_replace PARAMS ((tree *, int *, void *));
39 static tree build_cplus_array_type_1 PARAMS ((tree, tree));
[all...]
/openbsd-current/usr.sbin/dhcpd/
H A Dtree.h1 /* $OpenBSD: tree.h,v 1.5 2004/09/16 18:35:43 deraadt Exp $ */
55 struct tree { struct
59 struct tree *left;
60 struct tree *right;
70 struct tree *tree; member in struct:tree::__anon10587::limit
90 struct tree *tree; member in struct:tree_cache
H A Dtree.c1 /* $OpenBSD: tree.c,v 1.18 2017/02/13 19:13:14 krw Exp $ */
55 #include "tree.h"
60 struct tree *);
77 tree_cache(struct tree *tree) argument
87 tc->tree = tree;
91 struct tree *
95 struct tree *nt;
98 nt = calloc(1, sizeof(struct tree));
158 tree_limit(struct tree *tree, int limit) argument
238 tree_evaluate_recurse(int *bufix, unsigned char **bufp, int *bufcount, struct tree *tree) argument
[all...]
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Daddrtree.c2 * edns-subnet/addrtree.c -- radix tree for edns subnet cache.
36 * addrtree -- radix tree for edns subnet cache.
83 * @param tree: Tree the node lives in.
90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, argument
97 tree->node_count++;
110 * @param tree: tree the node lives in
115 node_size(const struct addrtree *tree, const struct addrnode *n) argument
118 (n->elem?tree->sizefunc(n->elem):0);
125 struct addrtree *tree; local
154 clean_node(struct addrtree *tree, struct addrnode *node) argument
165 lru_pop(struct addrtree *tree, struct addrnode *node) argument
186 lru_push(struct addrtree *tree, struct addrnode *node) argument
201 lru_update(struct addrtree *tree, struct addrnode *node) argument
215 purge_node(struct addrtree *tree, struct addrnode *node) argument
244 lru_cleanup(struct addrtree *tree) argument
272 addrtree_size(const struct addrtree *tree) argument
277 addrtree_delete(struct addrtree *tree) argument
361 addrtree_insert(struct addrtree *tree, const addrkey_t *addr, addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl, time_t now, int only_match_scope_zero) argument
478 addrtree_find(struct addrtree *tree, const addrkey_t *addr, addrlen_t sourcemask, time_t now) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Doutput.h154 extern void declare_weak (tree);
156 extern void merge_weak (tree, tree);
170 extern void assemble_alias (tree, tree);
172 extern void default_assemble_visibility (tree, int);
176 extern void assemble_asm (tree);
182 extern void assemble_start_function (tree, const char *);
186 extern void assemble_end_function (tree, const char *);
197 extern void assemble_variable (tree, in
[all...]
H A Dtree-vectorizer.h97 tree exit_cond;
100 tree num_iters;
132 VEC(tree,heap) *may_misalign_stmts;
180 tree stmt;
195 tree vectype;
198 tree vectorized_stmt;
220 tree related_stmt;
246 static inline stmt_vec_info vinfo_for_stmt (tree stmt);
256 vinfo_for_stmt (tree stmt)
300 Simple Loop Peeling Utilities - in tree
[all...]
H A Dtree-ssa-threadedge.c26 #include "tree.h"
38 #include "tree-dump.h"
39 #include "tree-flow.h"
42 #include "tree-pass.h"
43 #include "tree-ssa-propagate.h"
83 static tree
84 lhs_of_dominating_assert (tree op, basic_block bb, tree stmt)
87 tree use_stmt;
117 remove_temporary_equivalences (VEC(tree, hea
212 record_temporary_equivalences_from_stmts_at_dest(edge e, VEC(tree, heap) **stack, tree (*simplify) (tree, tree)) argument
354 simplify_control_stmt_condition(edge e, tree stmt, tree dummy_cond, tree (*simplify) (tree, tree), bool handle_dominating_asserts) argument
494 thread_across_edge(tree dummy_cond, edge e, bool handle_dominating_asserts, VEC(tree, heap) **stack, tree (*simplify) (tree, tree)) argument
[all...]
H A Dc-common.c27 #include "tree.h"
42 #include "tree-inline.h"
43 #include "c-tree.h"
45 #include "tree-iterator.h"
47 #include "tree-mudflap.h"
105 tree short_integer_type_node;
106 tree long_integer_type_node;
107 tree long_long_integer_type_node;
109 tree short_unsigned_type_node;
110 tree long_unsigned_type_nod
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dinit.c29 #include "tree.h"
32 #include "cp-tree.h"
39 static bool begin_init_stmts (tree *, tree *);
40 static tree finish_init_stmts (bool, tree, tree);
41 static void construct_virtual_base (tree, tree);
42 static void expand_aggr_init_1 (tree, tre
[all...]
H A Drtti.c28 #include "tree.h"
29 #include "cp-tree.h"
68 tree type; /* The RECORD_TYPE for this type_info object */
70 tree vtable; /* The VAR_DECL of the vtable. Only filled at end of
73 tree name; /* IDENTIFIER_NODE for the ABI specified name of
97 VEC(tree,gc) *unemitted_tinfo_decls;
104 static tree build_headof (tree);
105 static tree ifnonnull (tree, tre
[all...]
H A Dexcept.c30 #include "tree.h"
34 #include "cp-tree.h"
39 #include "tree-inline.h"
40 #include "tree-iterator.h"
43 static void push_eh_cleanup (tree);
44 static tree prepare_eh_type (tree);
45 static tree build_eh_type_type (tree);
46 static tree do_begin_catc
[all...]
H A Dclass.c30 #include "tree.h"
31 #include "cp-tree.h"
39 #include "tree-dump.h"
52 tree name;
55 tree type;
59 tree access;
72 tree binfo;
74 tree derived;
77 tree rtti_binfo;
80 tree init
[all...]
H A Dtree.c27 #include "tree.h"
28 #include "cp-tree.h"
35 #include "tree-inline.h"
40 static tree bot_manip (tree *, int *, void *);
41 static tree bot_replace (tree *, int *, void *);
42 static tree build_cplus_array_type_1 (tree, tree);
[all...]
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt-protos.h32 extern const char * mt_cannot_inline_p (tree);
33 extern int mt_function_arg_boundary (enum machine_mode, tree);
34 extern void mt_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
60 extern void mt_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree, int);
61 extern rtx mt_function_arg (const CUMULATIVE_ARGS *, enum machine_mode, tree, int, int);
62 extern void mt_va_start (tree, rtx);
64 extern rtx mt_function_value (tree, enum machine_mode, tree);
/openbsd-current/usr.sbin/smtpd/
H A Dtree.c1 /* $OpenBSD: tree.c,v 1.8 2021/06/14 17:58:16 eric Exp $ */
19 #include <sys/tree.h>
24 #include "tree.h"
38 tree_check(struct tree *t, uint64_t id)
43 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL);
47 tree_set(struct tree *t, uint64_t id, void *data)
53 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) {
57 SPLAY_INSERT(_tree, &t->tree, entry);
69 tree_xset(struct tree *t, uint64_t id, void *data)
77 if (SPLAY_INSERT(_tree, &t->tree, entr
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c30 #include "tree.h"
34 #include "java-tree.h"
40 static tree convert_ieee_real_to_integer PARAMS ((tree, tree));
41 static tree parse_signature_type PARAMS ((const unsigned char **,
43 static tree lookup_do PARAMS ((tree, tree, tree, tre
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A.c7 struct tree struct
9 struct tree *car, *cdr, *wfl;
15 typedef struct tree *tree; typedef in typeref:struct:tree
16 #define NULL_TREE ((tree)0)
41 extern tree current_class, this_identifier_node;
42 extern tree super_identifier_node, length_identifier_node;
44 tree resolve_and_layout (tree, tree);
[all...]
/openbsd-current/gnu/usr.bin/cc/cc_int/
H A DMakefile23 double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o \
24 tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o \
25 gimplify.o tree
[all...]

Completed in 490 milliseconds

1234567891011>>