Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dlex.c96 #define kwdef_type(name, tspec, since) \ macro
139 kwdef_type( "_Bool", BOOL, 99),
140 kwdef_type( "bool", BOOL, 23),
144 kwdef_type( "char", CHAR, 78),
145 kwdef_type( "_Complex", COMPLEX, 99),
150 kwdef_type( "double", DOUBLE, 78),
157 kwdef_type( "float", FLOAT, 78),
164 kwdef_type( "int", INT, 78),
166 kwdef_type( "__int128_t", INT128, 99),
168 kwdef_type( "long", LONG, 78),
[all …]