Searched refs:type_properties (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dlint.h131 type_properties(tspec_t t) function
136 #define size_in_bits(t) (type_properties(t)->tt_size_in_bits)
137 #define signed_type(t) (type_properties(t)->tt_signed_counterpart)
138 #define unsigned_type(t) (type_properties(t)->tt_unsigned_counterpart)
139 #define is_integer(t) (type_properties(t)->tt_is_integer)
140 #define is_uinteger(t) (type_properties(t)->tt_is_uinteger)
141 #define is_floating(t) (type_properties(t)->tt_is_floating)
142 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic)
143 #define is_complex(t) (type_properties(t)->tt_is_complex)
144 #define is_scalar(t) (type_properties(
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c98 const ttab_t *p1 = type_properties(t1), *p2 = type_properties(t2);
3601 enum rank_kind rk1 = type_properties(nst)->tt_rank_kind;
3602 enum rank_kind rk2 = type_properties(ost)->tt_rank_kind;

Completed in 194 milliseconds