Home
last modified time | relevance | path

Searched refs:tupletype (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d567 TypeTuple tupletype; // !=null if this is a type tuple variable
593 if (!tupletype) in getType()
634 tupletype = new TypeTuple(args); in getType()
636 return tupletype.typeSemantic(Loc.initial, null); in getType()
638 return tupletype; in getType()
H A Ddeclaration.h170 TypeTuple *tupletype; // !=NULL if this is a type tuple variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c180 this->tupletype = NULL; in TupleDeclaration()
202 if (!tupletype) in getType()
233 tupletype = new TypeTuple(args); in getType()
235 return tupletype->semantic(Loc(), NULL); in getType()
238 return tupletype; in getType()
H A Ddeclaration.h176 TypeTuple *tupletype; // !=NULL if this is a type tuple variable