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

  /src/usr.bin/xlint/common/
lint.h 132 type_properties(tspec_t t) function in typeref:typename:const ttab_t *
137 #define size_in_bits(t) (type_properties(t)->tt_size_in_bits)
138 #define signed_type(t) (type_properties(t)->tt_signed_counterpart)
139 #define unsigned_type(t) (type_properties(t)->tt_unsigned_counterpart)
140 #define is_integer(t) (type_properties(t)->tt_is_integer)
141 #define is_uinteger(t) (type_properties(t)->tt_is_uinteger)
142 #define is_floating(t) (type_properties(t)->tt_is_floating)
143 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic)
144 #define is_complex(t) (type_properties(t)->tt_is_complex)
145 #define is_scalar(t) (type_properties(t)->tt_is_scalar
    [all...]

Completed in 11 milliseconds