#include <symbol.h>
Data Fields | |
int | id |
unsigned int | hashval |
unsigned int | symlen |
const char * | symstr |
struct ctrump_symbol * | chain |
Definition at line 53 of file symbol.h.
unsigned int ctrump_symbol::hashval |
Definition at line 55 of file symbol.h.
Referenced by ctrump_intern(), ctrump_loop_index_hash(), and ctrump_loop_subscript_hash().
unsigned int ctrump_symbol::symlen |
Definition at line 56 of file symbol.h.
Referenced by ctrump_intern(), print_sym(), and symbol_str().
const char* ctrump_symbol::symstr |
Definition at line 57 of file symbol.h.
Referenced by ctrump_intern(), print_sym(), and symbol_str().
struct ctrump_symbol* ctrump_symbol::chain [read] |