#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "pass5d/op_codes.h"
#include "pass5d/codegen.h"
Go to the source code of this file.
Defines | |
#define | MAXINLINELEN 20 |
#define | MAX_PROD_EXP_LEN 10 |
Functions | |
char * | construct_inline () |
char * | Ginline_cnvt () |
void | Gfind_inline (NODE *fc) |
char * | construct_inline (NODE *expr, long rloc, NODE *fc) |
char * | Gspcl_to_inline (unsigned spcl) |
Variables | |
char | str_code_buf [] |
boolean | Tflag |
boolean | Oflag |
boolean | Vflag |
FILE * | unparse_file |
long | int_const_val |
#define MAX_PROD_EXP_LEN 10 |
#define MAXINLINELEN 20 |
Definition at line 27 of file find_inline.c.
Definition at line 99 of file find_inline.c.
References avail_loc, cat_RIC(), construct_inline(), eval_decl(), free_RIC(), Ginline_cnvt(), int_const_val, is_int_const(), length(), MAXINLINELEN, NIL, RIC_len(), and vacuous_arg().
char* construct_inline | ( | ) |
Referenced by construct_inline(), and Gfind_inline().
void Gfind_inline | ( | NODE * | fc | ) |
Definition at line 35 of file find_inline.c.
References code, construct_inline(), dbgmsg, Ginline_cnvt(), length(), MAXSTRCODELEN, n_vacuous_params(), NIL, Oflag, RS, str_code_buf, Tflag, unparse(), unparse_file, vacuous_arg(), and Vflag.
char* Ginline_cnvt | ( | ) |
char* Gspcl_to_inline | ( | unsigned | spcl | ) |
Definition at line 229 of file find_inline.c.
References Ginline_cnvt(), MAX_PROD_EXP_LEN, NIL, str_code_buf, and val().
long int_const_val |
Definition at line 19 of file is_int_const.c.
char str_code_buf[] |
FILE* unparse_file |
Definition at line 6 of file extract_sig.c.