#include <stdio.h>#include "parm.h"#include "stree/ststructs.mh"#include "stree/stsigs.mh"#include "sigs.h"#include "pass3/decl_pairs.h"#include "pass3/is_local.h"Go to the source code of this file.
Defines | |
| #define | TRACE |
| #define | DEBUG |
Functions | |
| NODE * | on_dontsubst (NODE *s) |
| NODE * | subst1 () |
| NODE * | subst (NODE *p, NODE *params, NODE *args) |
| NODE * | subst1 (NODE *p, NODE *params, NODE *args) |
| boolean | trivial (NODE *p) |
| NODE * | unshare1 () |
| NODE * | unshare (NODE *p) |
| NODE * | unshare1 (NODE *p) |
Variables | |
| unsigned | stplinks [] |
| int | stsize [] |
| int | yynerrs |
| struct cn * | dontsubst |
| NODE * | substerr |
| FILE * | unparse_file |
Definition at line 565 of file subst.c.
References add_dlist, addright(), clear_construction(), copynode(), dbgmsg, dl_new_decl(), FALSE, fn_count, free, length(), malloc, NIL, stplinks, stsigs, stsize, TRUE, unparse(), unparse_file, unshare1(), and v.
| NODE* unshare1 | ( | ) |
Referenced by unshare(), and unshare1().
Definition at line 55 of file findmpsig.c.
| unsigned stplinks[] |
| int stsize[] |
Definition at line 50 of file findapplsig.c.
Referenced by findapplsig(), findidsig(), findsig(), subst1(), and tsubst1().
| FILE* unparse_file |
| int yynerrs |
Definition at line 31 of file testvertex.c.
1.5.4