Searched refs:enum_ (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | tokens.d | 162 enum_, enumerator 516 TOK.enum_, 609 enum_, extern_, float32, for_, goto_, if_, inline, int32, int64, register, in with() 722 TOK.enum_: "enum", 1010 case TOK.enum_: in toChars()
|
| H A D | tokens.h | 171 enum_, enumerator
|
| H A D | cparse.d | 286 case TOK.enum_: 1657 if (tt.tok == TOK.enum_) in cparseDeclaration() 1802 if (tt.id || tt.tok == TOK.enum_) in cparseDeclaration() 1815 if (tt.tok == TOK.enum_) in cparseDeclaration() 2226 case TOK.enum_: in cparseDeclarationSpecifiers() 3355 return new AST.TypeTag(loc, TOK.enum_, tag, base, members); 3860 case TOK.enum_: in isDeclarationSpecifiers() 4216 case TOK.enum_: in isSpecifierQualifierList()
|
| H A D | parse.d | 324 case TOK.enum_: 4226 case TOK.enum_: 4340 if (token.value == TOK.enum_) 5327 case TOK.enum_: in parseForeach() 5816 case TOK.enum_: 6539 case TOK.enum_: in parseStructInitializer() 8233 … || token.value == TOK.class_ || token.value == TOK.super_ || token.value == TOK.enum_ in parsePrimaryExp()
|
| H A D | typesem.d | 2077 case TOK.enum_: in typeSemantic() 2118 if (mtype.tok == TOK.enum_ && !mtype.members) in typeSemantic() 2131 if (mtype.tok == TOK.enum_ && s.isEnumDeclaration()) in typeSemantic() 2199 if (mtype.tok == TOK.enum_ && s.isEnumDeclaration()) in typeSemantic()
|
| H A D | hdrgen.d | 2917 SCstring(STC.manifest, Token.toString(TOK.enum_)), in stcToString() 3925 if (t.tok == TOK.enum_ && t.base.ty != TY.Tint32) in typeToBufferx()
|
| H A D | expressionsem.d | 5618 case TOK.enum_: in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/ |
| H A D | ChangeLog | 311 * testsuite/libphobos.typeinfo/enum_.d: New file.
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 104501 022137c81bdd2f5b3a98cba92fdad9a7 libphobos/testsuite/libphobos.typeinfo/enum_.d
|