Searched refs:TOKinterface (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | tokens.h | 130 TOKstruct, TOKclass, TOKinterface, TOKunion, TOKenum, TOKimport, enumerator
|
H A D | tokens.c | 282 { "interface", TOKinterface },
|
H A D | parse.c | 353 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 D | expressionsem.c | 1960 case TOKinterface: in visit()
|
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.c | 282 { "interface", TOKinterface },
|
H A D | parse.c | 353 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 D | expressionsem.c | 1960 case TOKinterface: in visit()
|