#include "symboldef.h"
Include dependency graph for spec_check.h:
Go to the source code of this file.
Functions | |
void | spec_type_check (typex *tp, symboltable *sym) |
int | spec_type_check_complete (typex *t0, typex *t1) |
void | spec_var_cmp (symboltable *sym0, symboltable *sym1, char *str, int name) |
void | spec_var_check (varx *vp, symboltable *sym, char *str) |
int | spec_func_check (mfpx *fp, symboltable *sym) |
int | strnullcmp (char *s0, char *s1) |
int | spec_func_check_complete (mfpx *f0, mfpx *f1) |
void | spec_check (void) |
void | check_subtypes (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|