Home
last modified time | relevance | path

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

/openbsd/usr.bin/rpcgen/
H A 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;
H A 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));
H A Drpc_clntout.c102 decl_list *l;
158 decl_list *l;
H A Drpc_hout.c150 decl_list *l;
180 decl_list *l;
336 decl_list *dl;
H A Drpc_cout.c319 decl_list *dl;
413 decl_list *dl;
415 decl_list *cur, *psav;
H A Drpc_sample.c86 decl_list *l;
H A Drpc_svcout.c290 decl_list *l;
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.h1075 tree decl_list; member
1225 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
H A DChangeLog-2002975 * cp-tree.h (lang_type_class): Add decl_list field.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h1214 tree decl_list; member
1357 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
H A DChangeLog2386 * cp-tree.h (lang_type_class): Add decl_list field.