#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "codegen.h"
#include "op_codes.h"
Go to the source code of this file.
Defines | |
#define | IFDEBUG(x) |
Functions | |
void | Ggen_special () |
void | type_constr (NODE *p, int rloc) |
void | Ggen_special (unsigned spcl, int rloc, int pe_loc) |
Variables | |
int | yydebug |
int | yynerrs |
char | str_code_buf [] |
int | avail_loc |
int | Glevel |
FILE * | Goutfile |
#define IFDEBUG | ( | x | ) |
Definition at line 12 of file type_constr.c.
void Ggen_special | ( | unsigned | spcl, | |
int | rloc, | |||
int | pe_loc | |||
) |
void Ggen_special | ( | ) |
Referenced by type_constr().
void type_constr | ( | NODE * | p, | |
int | rloc | |||
) |
int avail_loc |
Definition at line 15 of file extract_sig.c.
Referenced by compile_decl(), compile_stub(), construct_inline(), Gappl(), Garg_trace(), Gcompile_funcs(), get_RIC(), Gexpression(), Gfunc_body(), Gfuncconstructor(), Ggen_special(), Gheap_expression(), Gident(), Gpush_size(), Gtraverse(), type_constr(), and Vallocwalk().
char str_code_buf[] |
Definition at line 39 of file appl.c.
Referenced by compile_stub(), Fexpression(), find_inline(), Gappl(), Gexpression(), Gfind_inline(), Gfunc_body(), Ggeneratepcode(), Gspcl_to_inline(), read_signature(), Vexpression(), and Vspcl_to_inline().
int yynerrs |
Definition at line 31 of file testvertex.c.