Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/common/
Dinittyp.c117 typeinfo("auto", AUTO_TYPE, AUTO_TYPE, 0, 0, ' '),
Dlint.h90 AUTO_TYPE, /* GCC's __auto_type */ enumerator
/netbsd/src/usr.bin/xlint/lint1/
Dinit.c895 if (in->in_sym->s_type->t_tspec == AUTO_TYPE) in initialization_expr()
Dcgram.y1158 if ($1->s_type->t_tspec != AUTO_TYPE)
Dlex.c136 kwdef("__auto_type", T_TYPE, .u.kw_tspec = AUTO_TYPE, 99,1,1),