Searched refs:resolveTupleIndex (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.h | 695 void resolveTupleIndex(Loc loc, Scope *sc, Dsymbol *s,
|
H A D | mtype.c | 6774 void TypeQualified::resolveTupleIndex(Loc loc, Scope *sc, Dsymbol *s, in resolveTupleIndex() function 6876 resolveTupleIndex(loc, sc, s, &ex, &tx, &sx, id); in resolveHelper()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | typesem.d | 121 private void resolveTupleIndex(const ref Loc loc, Scope* sc, Dsymbol s, out Expression pe, out Type… in resolveTupleIndex() function 248 resolveTupleIndex(loc, sc, s, ex, tx, sx, id);
|