Home
last modified time | relevance | path

Searched refs:isTypePointer (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimportc.d119 if (t.isTypePointer()) in fieldLookup()
121 t = t.isTypePointer().next; in fieldLookup()
340 if (auto tp = t1.isTypePointer()) in cTypeEquivalence()
H A Dmtype.h333 TypePointer *isTypePointer();
H A Dinitsem.d415 if (tb.isTypePointer()) in initializerSemantic()
H A Dfunc.d2709 auto tp = t.toBasetype().isTypePointer(); in checkMain()
2713 tp = tp.next.toBasetype().isTypePointer(); in checkMain()
H A Ddtoh.d1282 … if (!vd._init && !vd.type.isTypeBasic() && !vd.type.isTypePointer && !vd.type.isTypeStruct &&
H A Dmtype.d2706 …inout(TypePointer) isTypePointer() { return ty == Tpointer ? cast(typeof(return))this : nu… in isTypePointer() function
4071 auto tp = to.isTypePointer(); in implicitConvTo()
H A Dcparse.d2728 t.isTypePointer())
H A Dexpressionsem.d1068 !(t.isTypePointer() && t.nextOf().isTypeStruct() && t.nextOf().isTypeStruct().sym == ad) &&
6827 if (auto tp = se.type.toBasetype().isTypePointer()) in visit()
7820 if (auto tp = t1b.isTypePointer()) in visit()
H A Dtypesem.d2231 case Tpointer: return visitPointer(type.isTypePointer()); in typeSemantic()
H A Ddsymbolsem.d3328 if (auto tptr = p.type.isTypePointer()) in funcDeclarationSemantic()
H A Dparse.d4863 auto tp = t.isTypePointer; in parseAliasDeclarations()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc675 TypePointer *ti = d->tinfo->isTypePointer (); in visit()
H A Dexpr.cc2482 TypePointer *tpointer = tb->isTypePointer (); in visit()