Searched refs:isAssocArray (Results 1 – 5 of 5) sorted by relevance
216 bool isAssocArray(Type *t);
618 bool isAssocArray(Type *t) in isAssocArray() function
4211 bool wantRef = (tn->ty == Tarray || isAssocArray(tn) ||tn->ty == Tclass); in interpretAssignToSlice()
638 bool isAssocArray(Type t) in isAssocArray() function
4311 bool wantRef = (tn.ty == Tarray || isAssocArray(tn) || tn.ty == Tclass); in interpretAssignToSlice()