| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.h | 135 #define EXCEPTIONAL_CLASS_P(NODE)\ argument 136 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_exceptional) 140 #define CONSTANT_CLASS_P(NODE)\ argument 141 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_constant) 146 #define CONSTANT_CLASS_OR_WRAPPER_P(NODE)\ argument 147 (CONSTANT_CLASS_P (tree_strip_any_location_wrapper (NODE))) 151 #define TYPE_P(NODE)\ argument 152 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_type) 156 #define DECL_P(NODE)\ argument 157 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_declaration) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 588 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \ argument 589 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL) 591 #define TYPE_FUNCTION_OR_TEMPLATE_DECL_CHECK(NODE) \ argument 592 TREE_CHECK3(NODE,TYPE_DECL,TEMPLATE_DECL,FUNCTION_DECL) 594 #define TYPE_FUNCTION_OR_TEMPLATE_DECL_P(NODE) \ argument 595 (TREE_CODE (NODE) == TYPE_DECL || TREE_CODE (NODE) == TEMPLATE_DECL \ 596 || TREE_CODE (NODE) == FUNCTION_DECL) 598 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \ argument 599 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL) 601 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \ argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.h | 134 #define EXCEPTIONAL_CLASS_P(NODE)\ argument 135 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_exceptional) 139 #define CONSTANT_CLASS_P(NODE)\ argument 140 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_constant) 145 #define CONSTANT_CLASS_OR_WRAPPER_P(NODE)\ argument 146 (CONSTANT_CLASS_P (tree_strip_any_location_wrapper (NODE))) 150 #define TYPE_P(NODE)\ argument 151 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_type) 155 #define DECL_P(NODE)\ argument 156 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_declaration) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.h | 613 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \ argument 614 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL) 616 #define TYPE_FUNCTION_OR_TEMPLATE_DECL_CHECK(NODE) \ argument 617 TREE_CHECK3(NODE,TYPE_DECL,TEMPLATE_DECL,FUNCTION_DECL) 619 #define TYPE_FUNCTION_OR_TEMPLATE_DECL_P(NODE) \ argument 620 (TREE_CODE (NODE) == TYPE_DECL || TREE_CODE (NODE) == TEMPLATE_DECL \ 621 || TREE_CODE (NODE) == FUNCTION_DECL) 623 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \ argument 624 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL) 626 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \ argument [all …]
|
| H A D | name-lookup.h | 32 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) argument 36 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited) argument 42 #define HIDDEN_TYPE_BINDING_P(NODE) ((NODE)->type_is_hidden) argument 134 #define BINDING_VECTOR_ALLOC_CLUSTERS(NODE) \ argument 135 (BINDING_VECTOR_CHECK (NODE)->base.u.dependence_info.clique) 136 #define BINDING_VECTOR_NUM_CLUSTERS(NODE) \ argument 137 (BINDING_VECTOR_CHECK (NODE)->base.u.dependence_info.base) 138 #define BINDING_VECTOR_CLUSTER_BASE(NODE) \ argument 139 (((tree_binding_vec *)BINDING_VECTOR_CHECK (NODE))->vec) 140 #define BINDING_VECTOR_CLUSTER_LAST(NODE) \ argument [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | pass1.h | 245 extern NODE 246 *buildtree(int, NODE *, NODE *r), 251 *tymerge(NODE *, NODE *), 252 *stref(NODE *), 258 *bpsize(NODE *), 259 *convert(NODE *, int), 260 *pconvert(NODE *), 261 *oconvert(NODE *), 262 *ptmatch(NODE *), 263 *makety(NODE *, TWORD, TWORD, union dimfun *, struct attr *), [all …]
|
| H A D | builtins.c | 43 static NODE * 44 builtin_alloca(const struct bitable *bt, NODE *a) in builtin_alloca() 46 NODE *t, *u; in builtin_alloca() 64 static NODE * 65 builtin_constant_p(const struct bitable *bt, NODE *a) in builtin_constant_p() 67 void putjops(NODE *p, void *arg); in builtin_constant_p() 68 NODE *f; in builtin_constant_p() 83 static NODE * 84 builtin_expect(const struct bitable *bt, NODE *a) in builtin_expect() 86 NODE *f; in builtin_expect() [all …]
|
| H A D | cxxdefs.h | 32 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 *attr, NODE *t, char *tag); 44 NODE *cxxmatchftn(NODE *, NODE *); 45 NODE *cxxaddhidden(NODE *, NODE *); 46 NODE *cxxstructref(NODE *p, int f, char *name);
|
| H A D | cgram.y | 169 NODE *cftnod; 174 NODE *bdty(int op, ...); 176 static struct symtab *fundef(NODE *tp, NODE *p); 177 static void olddecl(NODE *p, NODE *a); 178 static struct symtab *init_declarator(NODE *tn, NODE *p, int assign, NODE *a); 181 static void addcase(NODE *p); 183 static void gcccase(NODE *p, NODE *); 185 static struct attr *gcc_attr_wrapper(NODE *p); 191 static struct symtab *clbrace(NODE *); 192 static NODE *cmop(NODE *l, NODE *r); [all …]
|
| H A D | cxxcode.c | 41 dclns(NODE *attr, char *n) in dclns() 73 static NODE * 77 NODE *p, *a, *b; in callftn() 83 a = va_arg(ap, NODE *); in callftn() 86 b = va_arg(ap, NODE *); in callftn() 100 NODE * 101 cxx_new(NODE *p) in cxx_new() 103 NODE *q = p; in cxx_new() 104 NODE *t1 = bcon(1); in cxx_new() 124 NODE * [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | pass2.h | 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 *, int); 250 int setasg(NODE *, int); 251 int setuni(NODE *, int); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-tree.h | 68 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \ argument 69 TREE_CHECK2 (NODE, VAR_DECL, FUNCTION_DECL) 185 #define FRAMEINFO_CREATES_FRAME(NODE) \ argument 186 (TREE_LANG_FLAG_0 (FUNCFRAME_INFO_CHECK (NODE))) 189 #define FRAMEINFO_STATIC_CHAIN(NODE) \ argument 190 (TREE_LANG_FLAG_1 (FUNCFRAME_INFO_CHECK (NODE))) 193 #define FRAMEINFO_IS_CLOSURE(NODE) \ argument 194 (TREE_LANG_FLAG_2 (FUNCFRAME_INFO_CHECK (NODE))) 196 #define FRAMEINFO_TYPE(NODE) \ argument 197 (((tree_frame_info *) FUNCFRAME_INFO_CHECK (NODE))->frame_type) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-tree.h | 178 #define FRAMEINFO_CREATES_FRAME(NODE) \ argument 179 (TREE_LANG_FLAG_0 (FUNCFRAME_INFO_CHECK (NODE))) 182 #define FRAMEINFO_STATIC_CHAIN(NODE) \ argument 183 (TREE_LANG_FLAG_1 (FUNCFRAME_INFO_CHECK (NODE))) 186 #define FRAMEINFO_IS_CLOSURE(NODE) \ argument 187 (TREE_LANG_FLAG_2 (FUNCFRAME_INFO_CHECK (NODE))) 189 #define FRAMEINFO_TYPE(NODE) \ argument 190 (((tree_frame_info *) FUNCFRAME_INFO_CHECK (NODE))->frame_type) 209 #define IDENTIFIER_LANG_SPECIFIC(NODE) \ argument 210 ((struct lang_identifier *) IDENTIFIER_NODE_CHECK (NODE)) [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| H A D | code.c | 33 #define NODE P1ND macro 98 NODE *p, *q; in efcode() 121 NODE *n; in bfcode() 165 NODE * 166 funcode(NODE *p) in funcode() 168 NODE *r, *l; in funcode() 205 NODE * 206 builtin_cfa(const struct bitable *bt, NODE *a) in builtin_cfa() 212 NODE * 213 builtin_return_address(const struct bitable *bt, NODE *a) in builtin_return_address() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
| H A D | code.c | 98 NODE *p; in putintemp() 113 NODE *p, *q; in param_64bit() 178 NODE *p, *q; in param_32bit() 198 NODE *p, *q, *t; in param_double() 230 NODE *p, *q, *t; in param_float() 262 NODE *p, *q; in param_retstruct() 280 NODE *p, *q; in param_struct() 374 NODE *p, *q; in bfcode() 394 NODE *p, *q; in efcode() 477 static NODE * [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.h | 971 #define STATEMENT_LIST_STMT_EXPR(NODE) \ argument 972 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE)) 975 #define STATEMENT_LIST_HAS_LABEL(NODE) \ argument 976 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE)) 979 #define C_MAYBE_CONST_EXPR_PRE(NODE) \ argument 980 TREE_OPERAND (C_MAYBE_CONST_EXPR_CHECK (NODE), 0) 981 #define C_MAYBE_CONST_EXPR_EXPR(NODE) \ argument 982 TREE_OPERAND (C_MAYBE_CONST_EXPR_CHECK (NODE), 1) 983 #define C_MAYBE_CONST_EXPR_INT_OPERANDS(NODE) \ argument 984 TREE_LANG_FLAG_0 (C_MAYBE_CONST_EXPR_CHECK (NODE)) [all …]
|
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | llist.h | 53 #define llist_entry(NODE, TYPE, FIELD) container_of(NODE, TYPE, FIELD) argument 127 #define llist_for_each_safe(NODE, TMP, HEAD) \ argument 128 for ((NODE) = (HEAD); \ 129 (NODE) && ((TMP) = (NODE)->next, 1); \ 130 (NODE) = (TMP)) 132 #define llist_for_each_entry(ENTRY, NODE, FIELD) \ argument 133 for ((ENTRY) = ((NODE) == NULL ? NULL : \ 135 llist_entry(NODE, typeof(*(ENTRY)), FIELD))); \ 139 #define llist_for_each_entry_safe(ENTRY, TMP, NODE, FIELD) \ argument 140 for ((ENTRY) = ((NODE) == NULL ? NULL : \ [all …]
|
| /netbsd-src/usr.bin/tsort/ |
| H A D | tsort.c | 85 typedef struct node_str NODE; typedef 88 NODE **n_prevp; /* pointer to previous node's n_next */ 89 NODE *n_next; /* next node in graph */ 90 NODE **n_arcs; /* array of arcs to other nodes */ 104 static NODE *graph, **cycle_buf, **longest_cycle; 109 static size_t find_cycle(NODE *, NODE *, size_t, size_t); 110 static NODE *get_node(const char *); 111 static void remove_node(NODE *); 206 NODE *n1; in add_arc() 207 NODE *n2; in add_arc() [all …]
|
| /netbsd-src/usr.bin/ctags/ |
| H A D | tree.c | 53 static void add_node(NODE *, NODE *); 54 static void free_tree(NODE *); 63 NODE *np; in pfnote() 68 if (!(np = (NODE *)malloc(sizeof(NODE)))) { in pfnote() 73 if (!(head = np = (NODE *)malloc(sizeof(NODE)))) in pfnote() 101 add_node(NODE *node, NODE *cur_node) in add_node() 131 free_tree(NODE *node) in free_tree() 133 NODE *nnode; in free_tree()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | macdefs.h | 392 #define NODE struct node macro 394 NODE *powerpc_builtin_stdarg_start(NODE *f, NODE *a, unsigned int); 395 NODE *powerpc_builtin_va_arg(NODE *f, NODE *a, unsigned int); 396 NODE *powerpc_builtin_va_end(NODE *f, NODE *a, unsigned int); 397 NODE *powerpc_builtin_va_copy(NODE *f, NODE *a, unsigned int); 398 NODE *powerpc_builtin_frame_address(NODE *f, NODE *a, unsigned int); 399 NODE *powerpc_builtin_return_address(NODE *f, NODE *a, unsigned int); 400 #undef NODE
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
| H A D | local2.c | 35 void acon(NODE *p); 36 int argsize(NODE *p); 109 tlen(p) NODE *p; 142 fldexpand(NODE *p, int cookie, char **cp) in fldexpand() 153 bfasg(NODE *p) 155 NODE *fn = p->n_left; 209 starg(NODE *p) 223 zzzcode(NODE *p, int c) in zzzcode() 289 rewfld(NODE *p) in rewfld() 294 int canaddr(NODE *); [all …]
|
| H A D | order.c | 35 int canaddr(NODE *); 61 offstar(NODE *p, int shape) in offstar() 63 NODE *r; in offstar() 85 myormake(NODE *q) in myormake() 95 shumul(NODE *p, int shape) in shumul() 112 setbin(NODE *p) in setbin() 123 setasg(NODE *p, int cookie) in setasg() 132 setuni(NODE *p, int cookie) in setuni() 151 setorder(NODE *p) in setorder() 160 livecall(NODE *p) in livecall()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| H A D | local2.c | 34 void acon(NODE *p); 35 int argsize(NODE *p); 36 void genargs(NODE *p); 158 tlen(p) NODE *p; 186 twollcomp(NODE *p) 230 zzzcode(NODE *p, int c) 232 NODE *l; 297 rewfld(NODE *p) 302 int canaddr(NODE *); 304 canaddr(NODE *p) [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| H A D | order.c | 33 int canaddr(NODE *); 56 offstar(NODE *p, int shape) in offstar() 58 NODE *q; in offstar() 82 myormake(NODE *q) in myormake() 90 shumul(NODE *p, int shape) in shumul() 107 setbin(NODE *p) in setbin() 118 setasg(NODE *p, int cookie) in setasg() 127 setuni(NODE *p, int cookie) in setuni() 156 setorder(NODE *p) in setorder() 165 livecall(NODE *p) in livecall()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
| H A D | code.c | 42 #define NODE P1ND macro 127 NODE *p, *q; in efcode() 164 NODE *p; in putintemp() 177 NODE *p, *q; in param_retptr() 194 NODE *p, *q; in param_struct() 225 NODE *p, *q; in param_64bit() 263 NODE *p, *q; in param_32bit() 287 NODE *p, *q, *t; in param_double() 334 NODE *p, *q, *t; in param_float() 411 NODE *p, *q; in bfcode() [all …]
|