Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h142 TOKsynchronized, TOKreturn, TOKgoto, TOKtry, TOKcatch, TOKfinally, enumerator
H A Dtokens.c272 { "catch", TOKcatch },
H A Dparse.c4697 token.value != TOKcatch && in checkDanglingElse()
5691 while (token.value == TOKcatch) in parseStatement()