#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "decl_pairs.h"
#include "is_local.h"
#include "../pass4/sigs.h"
Go to the source code of this file.
Defines | |
#define | TRACE |
Functions | |
comp_st (NODE *p, NODE *q, NODE *tsigp, NODE *tsigq) | |
comp1_st (NODE *p, NODE *q, NODE *tsigp, NODE *tsigq, boolean exact) | |
Variables | |
int | stplinks [] |
int | stsigs [] |
FILE * | unparse_file |
NODE * | outer_p |
NODE * | outer_q |
NODE * | diff_p |
NODE * | diff_q |
Definition at line 67 of file comp_st.c.
References add_dlist, clr_dlist, comp1_st(), diff_p, diff_q, FALSE, NIL, outer_p, outer_q, unparse(), and unparse_file.
Referenced by accessible(), amatch(), check_sig(), checksigs(), comp_gden(), comp_tsc(), comp_wlc(), def_match(), finddecl1(), findsig(), getcomp(), impure(), infer_args(), inscomp(), sigids(), and vacuous_arg().
Definition at line 65 of file comp_st.c.
Referenced by comp1_st(), comp_st(), def_match(), findidsig(), and infer_args().
Definition at line 65 of file comp_st.c.
Referenced by comp1_st(), comp_st(), def_match(), findidsig(), and infer_args().
int stplinks[] |
Referenced by comp1_st(), import(), number(), reorder(), sigids(), subst1(), tsubst1(), and unshare1().
int stsigs[] |
Referenced by comp1_st(), import(), subst1(), tsubst1(), and unshare1().
FILE* unparse_file |