#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "codegen.h"
#include "pass4/sigs.h"
#include "pass3/is_local.h"
Go to the source code of this file.
Defines | |
#define | DEBUG DEBUG |
Functions | |
boolean | is_int_const1 () |
void | is_const_init () |
boolean | is_int_const (NODE *p) |
boolean | is_int_const1 (NODE *p) |
Variables | |
int | yydebug |
int | yynerrs |
FILE * | unparse_file |
char | str_code_buf [] |
long | int_const_val |
NODE * | id_Integer |
NODE * | id_plus |
NODE * | id_times |
char * | Int_string_code |
char * | Int_add_code |
char * | Int_mul_code |
static int | is_initialized = 0 |
#define DEBUG DEBUG |
Definition at line 4 of file is_int_const.c.
void is_const_init | ( | ) |
Definition at line 36 of file is_int_const.c.
References dbgmsg, FALSE, getcomp(), id_Integer, id_plus, id_times, Int_add_code, Int_mul_code, Int_string_code, is_initialized, and NIL.
Referenced by is_int_const().
Definition at line 77 of file is_int_const.c.
References FALSE, has_sig, is_const_init(), is_initialized, and is_int_const1().
Definition at line 91 of file is_int_const.c.
References FALSE, Int_add_code, int_const_val, Int_mul_code, Int_string_code, is_int_const1(), NIL, and TRUE.
boolean is_int_const1 | ( | ) |
Referenced by is_int_const(), and is_int_const1().
char* Int_add_code |
long int_const_val |
Definition at line 19 of file is_int_const.c.
Referenced by construct_inline(), Fexpression(), Gappl(), Gident(), is_int_const1(), and Vexpression().
char* Int_mul_code |
char* Int_string_code |
int is_initialized = 0 [static] |
char str_code_buf[] |
FILE* unparse_file |
int yynerrs |
Definition at line 31 of file testvertex.c.