Home
last modified time | relevance | path

Searched refs:type_short_ptr (Results 1 – 3 of 3) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dtypes.c54 type_t *type_short_ptr; variable
174 type_short_ptr = make_pointer_type(type_short, TYPE_QUALIFIER_NONE); in init_basic_types()
H A Dtypes.h53 extern type_t *type_short_ptr;
H A Dformat_check.c459 case FMT_MOD_h: expected_type = type_short_ptr; break; in internal_check_printf_format()