#include <stdio.h>#include <ctype.h>#include "parm.h"#include "stree/ststructs.mh"#include "../pass4/sigs.h"#include "is_local.h"Go to the source code of this file.
Defines | |
| #define | DEBUG |
| #define | TRACE |
| #define | FN_LN_LEN 16 |
| #define | FN_NAME_LEN 10 |
Functions | |
| char * | getname () |
| void | check_sig () |
| sigids (NODE *p) | |
| void | check_sig (NODE *q) |
Variables | |
| FILE * | unparse_file |
| int | stplinks [] |
| int | yynerrs |
| char * | entry_name |
| static int | fn_count = 0 |
| static boolean | insig = FALSE |
| static NODE * | curr_void_decl = NIL |
| static NODE * | curr_sig_transp = NIL |
| static boolean | in_loop = FALSE |
| NODE * | var_Void |
| NODE * | sig_Signature |
| #define FN_LN_LEN 16 |
Referenced by sigids().
| #define FN_NAME_LEN 10 |
Referenced by sigids().
| void check_sig | ( | NODE * | q | ) |
| void check_sig | ( | ) |
Referenced by sigids().
| char* getname | ( | ) |
Definition at line 27 of file testvertex.c.
| sigids | ( | NODE * | p | ) |
Definition at line 64 of file sigids.c.
References check_sig(), comp_st(), curr_sig_transp, curr_void_decl, dbgmsg, entry_name, ERR_SIG, errmsg0, errmsg1, expand_str(), FALSE, findvl(), fn_count, FN_LN_LEN, fn_name, FN_NAME_LEN, getname(), getrl(), hascomp(), hasstring(), in_loop, insig, is_descendant, malloc, NIL, sig, stplinks, TRUE, unparse(), unparse_file, v, var_Void, and yynerrs.
Referenced by fixup().
NODE* curr_sig_transp = NIL [static] |
NODE* curr_void_decl = NIL [static] |
| char* entry_name |
int fn_count = 0 [static] |
| int stplinks[] |
| FILE* unparse_file |
| int yynerrs |
Definition at line 31 of file testvertex.c.
1.5.4