Searched refs:NODE (Results 1 - 25 of 176) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dman.h32 extern NODE *make_manpage_node (char *pagename);
33 extern NODE *get_manpage_node (FILE_BUFFER *file_buffer,
36 extern long locate_manpage_xref (NODE *node, long int start, int dir);
37 extern REFERENCE **xrefs_of_manpage (NODE *node);
38 extern REFERENCE **manpage_xrefs_in_binding (NODE *node,
H A Dinfo-utils.h63 found in NODE. If there is no menu in NODE, just return a NULL pointer. */
64 extern REFERENCE **info_menu_of_node (NODE *node);
67 refrences found in NODE. If there are no cross references in NODE, just
69 extern REFERENCE **info_xrefs_of_node (NODE *node);
109 /* Return non-zero if NODE is one especially created by Info. */
110 extern int internal_info_node_p (NODE *node);
112 /* Make NODE appear to be one especially created by Info, and give it NAME. */
113 extern void name_internal_node (NODE *nod
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxdefs.h32 NODE *cxx_new(NODE *p);
33 NODE *cxx_delete(NODE *p, int del);
34 void dclns(NODE *attr, char *n);
35 struct symtab *cxxlookup(NODE *p, int declare);
40 struct symtab *cxxftnfind(NODE *p, int flags);
41 struct symtab *cxxdeclvar(NODE *p);
43 NODE *cxxrstruct(int soru, NODE *att
[all...]
H A Dpass1.h244 extern NODE
245 *buildtree(int, NODE *, NODE *r),
250 *tymerge(NODE *, NODE *),
251 *stref(NODE *),
257 *bpsize(NODE *),
258 *convert(NODE *, int),
259 *pconvert(NODE *),
260 *oconvert(NODE *),
[all...]
H A Dbuiltins.c42 static NODE *
43 builtin_alloca(NODE *f, NODE *a, TWORD rt)
45 NODE *t, *u;
64 static NODE *
65 builtin_constant_p(NODE *f, NODE *a, TWORD rt)
67 void putjops(NODE *p, void *arg);
83 static NODE *
84 builtin_expect(NODE *
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h197 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
198 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
200 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
201 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
203 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
204 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
206 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
207 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM)
210 #define THUNK_FUNCTION_CHECK(NODE) __extension__ \
211 ({ __typeof (NODE) cons
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcp-tree.h164 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
165 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
167 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
168 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
170 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
171 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
173 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
174 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM)
177 #define NON_THUNK_FUNCTION_CHECK(NODE) __extension__ \
178 ({ const tree __t = (NODE); \
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree.h157 /* Returns nonzero iff NODE is an expression of some kind. */
159 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
463 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->common.code)
464 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->common.code = (VALUE))
689 #define TREE_BLOCK(NODE) ((NODE)->exp.block)
717 #define TREE_TYPE(NODE) ((NOD
[all...]
H A Dtree-chrec.h26 #define CHREC_VAR(NODE) TREE_OPERAND (NODE, 0)
27 #define CHREC_LEFT(NODE) TREE_OPERAND (NODE, 1)
28 #define CHREC_RIGHT(NODE) TREE_OPERAND (NODE, 2)
29 #define CHREC_VARIABLE(NODE) TREE_INT_CST_LOW (CHREC_VAR (NODE))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree.h168 /* Returns nonzero iff NODE is an expression of some kind. */
170 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
644 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->base.code)
645 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->base.code = (VALUE))
861 #define TREE_CHAIN(NODE) __extension__ \
862 (*({__typeof (NODE) const __t = (NODE); \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/nova/
H A Dorder.c35 int canaddr(NODE *);
58 offstar(NODE *p, int shape)
60 NODE *r;
86 myormake(NODE *q)
96 shumul(NODE *p, int order)
112 setincr(NODE *p)
125 setbin(NODE *p)
136 setasg(NODE *p, int cookie)
145 setuni(NODE *p, int cookie)
164 setorder(NODE *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h239 extern NODE
240 *buildtree(int, NODE *, NODE *r),
245 *tymerge(NODE *, NODE *),
246 *stref(NODE *),
252 *bpsize(NODE *),
253 *convert(NODE *, int),
254 *pconvert(NODE *),
255 *oconvert(NODE *),
[all...]
H A Dbuiltins.c42 static NODE *
43 builtin_alloca(NODE *f, NODE *a, TWORD rt)
45 NODE *t, *u;
64 static NODE *
65 builtin_constant_p(NODE *f, NODE *a, TWORD rt)
67 void putjops(NODE *p, void *arg);
83 static NODE *
84 builtin_expect(NODE *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h225 // void (*rew)(struct optab *, NODE *); /* special rewrite */
231 extern NODE resc[];
234 extern NODE
238 *mkbinode(int, NODE *, NODE *, TWORD),
239 *mkunode(int, NODE *, int, TWORD),
240 *getlr(NODE *p, int);
244 void e2print(NODE *p, int down, int *a, int *b);
247 int match(NODE *p, int cookie);
249 int special(NODE *, in
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c35 offstar(NODE *p, int shape)
52 myormake(NODE *q)
57 shumul(NODE *p, int shape)
65 setbin(NODE *p)
71 setasg(NODE *p, int cookie)
77 setuni(NODE *p, int cookie)
102 setorder(NODE *p)
108 livecall(NODE *p)
/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dtree.c53 static void add_node(NODE *, NODE *);
54 static void free_tree(NODE *);
63 NODE *np;
68 if (!(np = (NODE *)malloc(sizeof(NODE)))) {
73 if (!(head = np = (NODE *)malloc(sizeof(NODE))))
101 add_node(NODE *node, NODE *cur_nod
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h276 #define NODE struct node macro
278 NODE *amd64_builtin_stdarg_start(NODE *f, NODE *a, unsigned int);
279 NODE *amd64_builtin_va_arg(NODE *f, NODE *a, unsigned int);
280 NODE *amd64_builtin_va_end(NODE *f, NODE *
284 #undef NODE macro
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h393 #define NODE struct node macro
395 NODE *powerpc_builtin_stdarg_start(NODE *f, NODE *a, unsigned int);
396 NODE *powerpc_builtin_va_arg(NODE *f, NODE *a, unsigned int);
397 NODE *powerpc_builtin_va_end(NODE *f, NODE *
401 #undef NODE macro
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dorder.c37 int canaddr(NODE *);
53 offstar(NODE *p, int shape)
55 NODE *r;
79 myormake(NODE *q)
81 NODE *p, *r;
101 shumul(NODE *p, int shape)
118 setbin(NODE *p)
128 setasg(NODE *p, int cookie)
134 NODE *l, *r;
157 setuni(NODE *
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dextern.h57 int compare(NODE *, FTSENT *);
60 void dump_nodes(const char *, NODE *, int);
62 int matchtags(NODE *);
/netbsd-6-1-5-RELEASE/usr.bin/tsort/
H A Dtsort.c82 typedef struct node_str NODE; typedef in typeref:struct:node_str
85 NODE **n_prevp; /* pointer to previous node's n_next */
86 NODE *n_next; /* next node in graph */
87 NODE **n_arcs; /* array of arcs to other nodes */
101 static NODE *graph, **cycle_buf, **longest_cycle;
106 static int find_cycle(NODE *, NODE *, int, int);
107 static NODE *get_node(char *);
109 static void remove_node(NODE *);
209 NODE *n
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/mips/
H A Dorder.c55 offstar(NODE * p, int shape)
75 myormake(NODE * q)
85 shumul(NODE *p, int shape)
101 setbin(NODE * p)
112 setasg(NODE * p, int cookie)
121 setuni(NODE * p, int cookie)
236 setorder(NODE * p)
246 livecall(NODE *p)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dorder.c33 int canaddr(NODE *);
47 offstar(NODE *p, int shape)
49 NODE *q;
69 setbin(NODE *p)
72 NODE *r, *s;
104 setasg(NODE *p, int cookie)
111 setuni(NODE *p, int cookie)
117 special(NODE *p, int shape)
148 setorder(NODE *p)
166 myormake(NODE *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dorder.c35 int canaddr(NODE *);
47 inctree(NODE *p)
67 offstar(NODE *p, int shape)
96 myormake(NODE *p)
98 NODE *q = p->n_left;
125 shumul(NODE *p, int shape)
143 setbin(NODE *p)
154 setasg(NODE *p, int cookie)
163 setuni(NODE *p, int cookie)
227 setorder(NODE *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h258 #define NODE struct node macro
262 NODE *builtin_ffs(NODE *f, NODE *a, unsigned int t);
264 NODE *vax_builtin_frame_address(NODE *f, NODE *a, unsigned int t);
265 NODE *vax_builtin_return_address(NODE *f, NODE *
267 #undef NODE macro
[all...]

Completed in 226 milliseconds

12345678