HomeSort by: relevance | last modified time | path
    Searched refs:type_properties (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/common/
lint.h 130 type_properties(tspec_t t) function
135 #define size_in_bits(t) (type_properties(t)->tt_size_in_bits)
136 #define signed_type(t) (type_properties(t)->tt_signed_counterpart)
137 #define unsigned_type(t) (type_properties(t)->tt_unsigned_counterpart)
138 #define is_integer(t) (type_properties(t)->tt_is_integer)
139 #define is_uinteger(t) (type_properties(t)->tt_is_uinteger)
140 #define is_floating(t) (type_properties(t)->tt_is_floating)
141 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic)
142 #define is_complex(t) (type_properties(t)->tt_is_complex)
143 #define is_scalar(t) (type_properties(t)->tt_is_scalar
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 136 const ttab_t *p1 = type_properties(t1), *p2 = type_properties(t2);
3947 enum rank_kind rk1 = type_properties(nst)->tt_rank_kind;
3948 enum rank_kind rk2 = type_properties(ost)->tt_rank_kind;

Completed in 17 milliseconds