Home
last modified time | relevance | path

Searched refs:arrayTypeCompatible (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h953 bool arrayTypeCompatible(Loc loc, Type *t1, Type *t2);
H A Ddcast.c3349 bool arrayTypeCompatible(Loc loc, Type *t1, Type *t2) in arrayTypeCompatible() function
H A Dexpressionsem.c7655 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()