#include "parm.h"
#include <stdio.h>
#include "stree/ststructs.mh"
#include "../pass3/is_local.h"
Go to the source code of this file.
Functions | |
boolean | bld_analyze (NODE **arg) |
Variables | |
FILE * | unparse_file |
boolean | Vflag |
boolean | Oflag |
boolean | Nflag |
NODE * | insrtptr |
static boolean | surr_loop = FALSE |
static boolean | callcc_call = FALSE |
Definition at line 35 of file bld_analyze.c.
References callcc_call, calls_callcc(), dbgmsg, FALSE, findvl(), getfn(), getname(), getrl(), insrtptr, is_descendant, mklist(), mknode(), Nflag, NIL, Oflag, surr_loop, TRUE, unparse(), unparse_file, v, and Vflag.
Referenced by Ggeneratecode(), Ggeneratepcode(), GgenerateXcode(), Vgeneratecode(), and Vgeneratepcode().
boolean callcc_call = FALSE [static] |
FILE* unparse_file |
Definition at line 6 of file extract_sig.c.