#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "pass4/sigs.h"
Go to the source code of this file.
Functions | |
unparse (NODE *p) | |
Variables | |
FILE * | unparse_file |
unparse | ( | NODE * | p | ) |
Definition at line 17 of file unparse.c.
References dbgmsg, ERR_SIG, FALSE, getname(), is_empty, length(), NIL, TRUE, unparse_file, and v.
Referenced by accessible(), amatch(), bld_analyze(), checksigs(), comp_st(), comp_wlc(), def_match(), findapplsig(), finddecl1(), findidsig(), findmpsig(), findsig(), fix_array_sig(), fixhints(), Gappl(), Garg_expression(), get_complexity(), get_type_def(), getcomp(), Gfind_inline(), Gheap_expression(), Gident(), Gtraverse(), id_accessible(), import(), main(), needs_new_nonl(), sig_in(), sig_out1(), sigids(), sl_analyze1(), subst(), tsubst(), unshare1(), Vallocwalk(), and Vappl().
FILE* unparse_file |
Definition at line 6 of file unparse.c.
Referenced by accessible(), amatch(), bld_analyze(), checksigs(), comp_st(), comp_wlc(), def_match(), findapplsig(), finddecl1(), findidsig(), findmpsig(), findsig(), fix_array_sig(), fixhints(), Gappl(), Garg_expression(), get_complexity(), get_type_def(), getcomp(), Gfind_inline(), Gheap_expression(), Gident(), Gtraverse(), id_accessible(), import(), main(), needs_new_nonl(), sig_in(), sig_out1(), sigids(), sl_analyze1(), subst(), tsubst(), unparse(), unshare1(), Vallocwalk(), and Vappl().