Lines Matching refs:declaration
60 static void get_declaration(declaration *, defkind);
61 static void get_prog_declaration(declaration *, defkind, int);
137 check_self_reference(const char *name, const declaration *decp, int first)
161 is_self_reference(definition *defp, declaration *decp)
163 declaration current;
170 * Check for valid declaration:
199 * If the current declaration prefix in empty
232 /* Set up the current declaration */
248 declaration dec;
264 * Keep a referenct to the last declaration to check for
274 * Check for tail recurse. If the last declaration refers to this
287 declaration dec;
434 declaration dec;
487 defp->def.un.default_decl = calloc(1, sizeof (declaration));
553 declaration dec;
566 get_declaration(declaration *dec, defkind dkind)
605 error("array declaration expected");
609 error("variable-length array declaration expected");
615 get_prog_declaration(declaration *dec, defkind dkind, int num)