Searched refs:typeDotIdExp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c765 ex = typeDotIdExp(e->loc, t, id);
H A Dexpression.h496 DotIdExp *typeDotIdExp(Loc loc, Type *type, Identifier *ident);
H A Dparse.c6956 e = typeDotIdExp(loc, t, token.ident);
7431 e = typeDotIdExp(loc, t, token.ident);
H A Dexpression.c4155 DotIdExp *typeDotIdExp(Loc loc, Type *type, Identifier *ident) function
H A Dexpressionsem.c5696 e2x = typeDotIdExp(e2x->loc, e1x->type, Id::call);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d1023 ex = typeDotIdExp(e.loc, t, id);
H A Dinitsem.d559 Expression e = typeDotIdExp(i.loc, sd.type, Id.call);
H A Dexpression.d610 DotIdExp typeDotIdExp(const ref Loc loc, Type type, Identifier ident)
H A Dexpressionsem.d9284 e2x = typeDotIdExp(e2x.loc, e1x.type, Id.call);

Completed in 177 milliseconds