Home
last modified time | relevance | path

Searched refs:decl_list (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/usr.bin/rpcgen/
Drpc_parse.h90 struct decl_list { struct
92 struct decl_list *next; argument
94 typedef struct decl_list decl_list; typedef
97 decl_list *decls;
118 decl_list *decls;
Drpc_parse.c114 decl_list *decls;
115 decl_list **tailp;
125 decls = malloc(sizeof(decl_list));
142 decl_list *decls;
143 decl_list **tailp;
184 decls = malloc(sizeof(decl_list));
193 decls = malloc(sizeof(decl_list));
Drpc_clntout.c102 decl_list *l;
158 decl_list *l;
Drpc_hout.c150 decl_list *l;
180 decl_list *l;
336 decl_list *dl;
Drpc_cout.c319 decl_list *dl;
413 decl_list *dl;
415 decl_list *cur, *psav;
Drpc_sample.c86 decl_list *l;
Drpc_svcout.c290 decl_list *l;
/openbsd/src/gnu/gcc/gcc/cp/
Dcp-tree.h1075 tree decl_list; member
1225 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
DChangeLog-2002975 * cp-tree.h (lang_type_class): Add decl_list field.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.h1214 tree decl_list; member
1357 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
DChangeLog2386 * cp-tree.h (lang_type_class): Add decl_list field.