#include <string.h>#include "subtype.h"#include "symboldef.h"#include "util.h"Include dependency graph for subtype.c:

Functions | |
| symboltable * | newsymboltable () |
| void * | malloc () |
| void ** | realloc () |
| void | init_subtypetable (symboltable **table) |
| void | insert_relation (symboltable *table, char *relation) |
| void | add_relations (symboltable *table, symboltable *classes) |
| bool | is_subtypeof (char *type, char *subtype) |
Variables | |
| symboltable ** | use_files |
| symboltable * | subtype_table |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.6