Searched refs:typeDotIdExp (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | initsem.d | 559 Expression e = typeDotIdExp(i.loc, sd.type, Id.call); in initializerSemantic()
|
| H A D | traits.d | 1023 ex = typeDotIdExp(e.loc, t, id); in semanticTraits()
|
| H A D | expression.d | 610 DotIdExp typeDotIdExp(const ref Loc loc, Type type, Identifier ident) in typeDotIdExp() function
|
| H A D | expressionsem.d | 9284 e2x = typeDotIdExp(e2x.loc, e1x.type, Id.call); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | traits.c | 765 ex = typeDotIdExp(e->loc, t, id); in semanticTraits()
|
| H A D | expression.h | 496 DotIdExp *typeDotIdExp(Loc loc, Type *type, Identifier *ident);
|
| H A D | parse.c | 6956 e = typeDotIdExp(loc, t, token.ident); in parsePrimaryExp() 7431 e = typeDotIdExp(loc, t, token.ident); in parseUnaryExp()
|
| H A D | expression.c | 4155 DotIdExp *typeDotIdExp(Loc loc, Type *type, Identifier *ident) in typeDotIdExp() function
|
| H A D | expressionsem.c | 5696 e2x = typeDotIdExp(e2x->loc, e1x->type, Id::call); in visit()
|