IDENT
case IDENT:
be_state = IDENT;
case IDENT:
be_state = IDENT;
if (!Aspec && IDENT(SrcSt, ArchSt))
(token == IDENT ||
if ((type = symbol[symput].type) != IDENT) {
IDENT(struct);
IDENT(union);
IDENT(enum);
IDENT(__attribute); IDENT(__attribute__);
IDENT(volatile); IDENT(__volatile); IDENT(__volatile__);
IDENT(double);
IDENT(static);
IDENT(restrict); IDENT(__restrict); IDENT(__restrict__);
IDENT(_Bool);
IDENT(_Alignas);
IDENT(_Atomic);
IDENT(_Noreturn);
IDENT(_Thread_local);
IDENT(L);
IDENT(asm); IDENT_RESERVED(__asm); IDENT_RESERVED(__asm__);
IDENT(alignof); IDENT_RESERVED(__alignof); IDENT_RESERVED(__alignof__);
IDENT(defined);
IDENT(once);
IDENT(__has_attribute);
IDENT(__has_builtin);
IDENT(memset); IDENT(memcpy);
IDENT(copy_to_user); IDENT(copy_from_user);
IDENT(main);
IDENT, /* drv_linkinfo */
IDENT, /* short description */