Home
last modified time | relevance | path

Searched refs:arrayTypeCompatibleWithoutCasting (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h930 bool arrayTypeCompatibleWithoutCasting(Type *t1, Type *t2);
H A Ddcast.d3694 extern (C++) bool arrayTypeCompatibleWithoutCasting(Type t1, Type t2) in arrayTypeCompatibleWithoutCasting() function
H A Dexpressionsem.d8423 if (!arrayTypeCompatibleWithoutCasting(exp.e2.type, taa.index)) in visit()
11584 if (!arrayTypeCompatibleWithoutCasting(exp.e1.type, ta.index)) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h954 bool arrayTypeCompatibleWithoutCasting(Type *t1, Type *t2);
H A Ddcast.c3374 bool arrayTypeCompatibleWithoutCasting(Type *t1, Type *t2) in arrayTypeCompatibleWithoutCasting() function
H A Dexpressionsem.c4975 if (!arrayTypeCompatibleWithoutCasting(exp->e2->type, taa->index)) in visit()