Searched refs:arrayTypeCompatible (Results 1 – 3 of 3) sorted by relevance
953 bool arrayTypeCompatible(Loc loc, Type *t1, Type *t2);
3349 bool arrayTypeCompatible(Loc loc, Type *t1, Type *t2) in arrayTypeCompatible() function
7655 if (!arrayTypeCompatible(exp->e1->loc, exp->e1->type, ta->index)) in visit()7916 if (!arrayTypeCompatible(exp->loc, exp->e1->type, exp->e2->type)) in visit()