Searched defs:dotExp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.c | 2127 Expression *Type::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 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 3784 Expression *TypeVector::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 3898 Expression *TypeArray::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 4216 Expression *TypeSArray::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 4476 Expression *TypeDArray::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 4825 Expression *TypeAArray::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 5120 Expression *TypeReference::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function 6532 Expression *TypeDelegate::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() function [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | typesem.d | 3367 Expression dotExp(Type mt, Scope* sc, Expression e, Identifier ident, int flag) in dotExp() function
|