Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h140 TOKif, TOKelse, TOKwhile, TOKfor, TOKdo, TOKswitch, enumerator
H A Dtokens.c263 { "switch", TOKswitch },
H A Dparse.c5028 if (peekNext() == TOKswitch) in parseStatement()
5469 case TOKswitch: in parseStatement()