Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h56 TOKmodule, TOKdollar, enumerator
H A Dtokens.c219 { "module", TOKmodule },
H A Dparse.c101 if (skipAttributes(&token, &tk) && tk->value == TOKmodule) in parseModule()
103 while (token.value != TOKmodule) in parseModule()
163 if (token.value == TOKmodule) in parseModule()