Lines Matching refs:declaration
67 static void get_declaration(declaration *, defkind);
68 static void get_prog_declaration(declaration *, defkind, int);
123 declaration dec;
150 declaration dec;
296 declaration dec;
344 defp->def.un.default_decl = ALLOC(declaration);
398 declaration dec;
411 get_declaration(declaration *dec, defkind dkind)
453 error("Array declaration expected");
458 error("Variable-length array declaration expected");
464 get_prog_declaration(declaration *dec, defkind dkind, int num /* arg number */)