Home
last modified time | relevance | path

Searched refs:TOKinterface (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h130 TOKstruct, TOKclass, TOKinterface, TOKunion, TOKenum, TOKimport, enumerator
H A Dtokens.c282 { "interface", TOKinterface },
H A Dparse.c353 case TOKinterface: in parseDeclDefs()
2254 case TOKinterface: in parseAggregate()
3880 token.value == TOKinterface) in parseDeclarations()
5072 case TOKinterface: in parseStatement()
7039 token.value == TOKinterface || in parsePrimaryExp()
H A Dexpressionsem.c1960 case TOKinterface: in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.c282 { "interface", TOKinterface },
H A Dparse.c353 case TOKinterface: in parseDeclDefs()
2254 case TOKinterface: in parseAggregate()
3880 token.value == TOKinterface) in parseDeclarations()
5072 case TOKinterface: in parseStatement()
7039 token.value == TOKinterface || in parsePrimaryExp()
H A Dexpressionsem.c1960 case TOKinterface: in visit()