#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "codegen.h"
#include "op_codes.h"
#include "pass4/sigs.h"
#include "pass3/is_local.h"
Go to the source code of this file.
Functions | |
compile_decl (NODE *v) | |
Variables | |
int | yydebug |
int | yynerrs |
FILE * | Goutfile |
NODE * | Gcurrent |
boolean | Pflag |
boolean | Tflag |
boolean | Vflag |
int | avail_loc |
compile_decl | ( | NODE * | v | ) |
int avail_loc |
Definition at line 15 of file extract_sig.c.
Definition at line 127 of file main.c.
Referenced by Ffuncbody(), Gfunc_body(), main(), and Vfuncbody().
Definition at line 6 of file extract_sig.c.
int yynerrs |
Definition at line 31 of file testvertex.c.