Searched refs:arrayTypeCompatibleWithoutCasting (Results 1 – 6 of 6) sorted by relevance
930 bool arrayTypeCompatibleWithoutCasting(Type *t1, Type *t2);
3694 extern (C++) bool arrayTypeCompatibleWithoutCasting(Type t1, Type t2) in arrayTypeCompatibleWithoutCasting() function
8423 if (!arrayTypeCompatibleWithoutCasting(exp.e2.type, taa.index)) in visit()11584 if (!arrayTypeCompatibleWithoutCasting(exp.e1.type, ta.index)) in visit()
954 bool arrayTypeCompatibleWithoutCasting(Type *t1, Type *t2);
3374 bool arrayTypeCompatibleWithoutCasting(Type *t1, Type *t2) in arrayTypeCompatibleWithoutCasting() function
4975 if (!arrayTypeCompatibleWithoutCasting(exp->e2->type, taa->index)) in visit()