Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h152 Type *arrayof; // array of this type variable
H A Dmtype.d361 Type arrayof; // array of this type variable
1111 t.arrayof = null; in nullAttributes()
1984 if (!arrayof) in arrayOf()
1987 arrayof = t.merge(); in arrayOf()
1989 return arrayof; in arrayOf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h157 Type *arrayof; // array of this type variable
H A Dmtype.c134 this->arrayof = NULL; in Type()
334 t->arrayof = NULL; in nullAttributes()
1203 if (!arrayof) in arrayOf()
1206 arrayof = t->merge(); in arrayOf()
1208 return arrayof; in arrayOf()