il1_formal.h 452 B

12345678910111213141516
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* I N L I N E S U B S T I T U T I O N
  7. *
  8. * I L 1 _ F O R M A L . C
  9. */
  10. extern formal(); /* (proc_p p; bblock_p b; offset off;
  11. * int type, usage)
  12. * Analyze a reference to a parameter of p.
  13. * The type denotes its size (single,double,
  14. * pointer).
  15. */