| H A D | mtype.c | 2127 Expression *Type::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 2295 e = Type::dotExp(sc, e, ident, flag); in noMember() 2593 Expression *TypeError::dotExp(Scope *, Expression *, Identifier *, int) { return new ErrorExp(); } in dotExp() function 3426 Expression *TypeBasic::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 3492 return Type::dotExp(sc, e, ident, flag); in dotExp() 3784 Expression *TypeVector::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 3809 return Type::dotExp(sc, e, ident, flag); in dotExp() 3811 return basetype->dotExp(sc, e->castTo(sc, basetype), ident, flag); in dotExp() 3898 Expression *TypeArray::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 3900 e = Type::dotExp(sc, e, ident, flag); in dotExp() [all …]
|