#include <defines.h>
Data Fields | |
char * | name |
bool | is_signed |
bool | is_handled |
bool | is_sizeable |
sig_range * | prange |
sig_range * | urange |
typedef_item * | next |
Structure to hold information for a typedef'ed type. This information is stored within a module but is not written to the CDD file.
Specifies if this typedef type is handled by Covered
Referenced by db_add_typedef().
Specifies if this typedef type is signed
Referenced by db_add_typedef().
Specifies if a range can be later placed on this typedef
Referenced by db_add_typedef().
char* typedef_item_s::name |
Name of this typedef
Referenced by db_add_typedef(), db_find_typedef(), and funit_clean().
Pointer to next item in typedef list
Referenced by db_add_typedef(), db_find_typedef(), and funit_clean().
Dimensional packed range information for this type
Referenced by db_add_typedef(), and funit_clean().
Dimensional unpacked range information for this type
Referenced by db_add_typedef(), and funit_clean().