Home
last modified time | relevance | path

Searched refs:isAssocArray (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h216 bool isAssocArray(Type *t);
H A Dctfeexpr.c618 bool isAssocArray(Type *t) in isAssocArray() function
H A Ddinterpret.c4211 bool wantRef = (tn->ty == Tarray || isAssocArray(tn) ||tn->ty == Tclass); in interpretAssignToSlice()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d638 bool isAssocArray(Type t) in isAssocArray() function
H A Ddinterpret.d4311 bool wantRef = (tn.ty == Tarray || isAssocArray(tn) || tn.ty == Tclass); in interpretAssignToSlice()