#include "defines.h"#include "host.m"#include "host.h"#include "target.m"#include "target.h"#include "globals.m"#include "tokens.m"#include "sytb.m"#include "s_globals.m"#include "debug.m"#include "globals.h"#include "tokens.h"#include "sytb.h"#include "s_globals.h"
Go to the source code of this file.
Functions | |
| void | blockdata_stmt_semantics (void) |
| void | entry_stmt_semantics (void) |
| void | function_stmt_semantics (void) |
| void | module_stmt_semantics (void) |
| void | program_stmt_semantics (void) |
| void | subroutine_stmt_semantics (void) |
Variables | |
| static char | USMID [] = "\n@(#)5.0_pl/sources/s_dcl_pu.c 5.2 06/16/99 10:02:23\n" |
| void blockdata_stmt_semantics | ( | void | ) |
Definition at line 81 of file s_dcl_pu.c.
References Func_Entry, Func_Exit, NULL, and TRACE.
| void entry_stmt_semantics | ( | void | ) |
Definition at line 111 of file s_dcl_pu.c.
References cdir_switch_entry::align, ATP_ALIGN, cdir_switches, curr_stmt_sh_idx, Error, FALSE, Func_Entry, Func_Exit, IR_IDX_L, NULL, cdir_switch_entry::parallel_region, PRINTMSG(), SH_IR_IDX, stmt_start_col, stmt_start_line, and TRACE.

| void function_stmt_semantics | ( | void | ) |
Definition at line 151 of file s_dcl_pu.c.
References Func_Entry, Func_Exit, NULL, and TRACE.
| void module_stmt_semantics | ( | void | ) |
Definition at line 180 of file s_dcl_pu.c.
References Func_Entry, Func_Exit, NULL, and TRACE.
| void program_stmt_semantics | ( | void | ) |
Definition at line 210 of file s_dcl_pu.c.
References Func_Entry, Func_Exit, NULL, and TRACE.
| void subroutine_stmt_semantics | ( | void | ) |
Definition at line 241 of file s_dcl_pu.c.
References Func_Entry, Func_Exit, NULL, and TRACE.
char USMID[] = "\n@(#)5.0_pl/sources/s_dcl_pu.c 5.2 06/16/99 10:02:23\n" [static] |
Definition at line 37 of file s_dcl_pu.c.
1.6.1