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

  /src/usr.bin/xlint/common/
lint.h 119 bool tt_is_floating:1; /* floating point type */ member in struct:__anon8359
140 #define is_floating(t) (type_properties(t)->tt_is_floating)

Completed in 15 milliseconds