Home | History | Annotate | Download | only in compiler

Lines Matching refs:decl

344     /* for.statement : FOR "(" decl.or.expr expression ";" expression ")"
617 Stmnt decl = null;
619 decl = (Stmnt)ASTList.concat(decl,
620 new Stmnt(DECL, parseDeclarator(tbl, d)));
623 return decl;
646 Declarator decl = d.make(symbol, dim, init);
647 tbl.append(name, decl);
648 return decl;
1221 Declarator decl;
1233 decl = tbl.lookup(name);
1234 if (decl == null)
1237 return new Variable(name, decl); // local variable