Searched refs:isTypePointer (Results 1 – 13 of 13) sorted by relevance
119 if (t.isTypePointer()) in fieldLookup()121 t = t.isTypePointer().next; in fieldLookup()340 if (auto tp = t1.isTypePointer()) in cTypeEquivalence()
333 TypePointer *isTypePointer();
415 if (tb.isTypePointer()) in initializerSemantic()
2709 auto tp = t.toBasetype().isTypePointer(); in checkMain()2713 tp = tp.next.toBasetype().isTypePointer(); in checkMain()
1282 … if (!vd._init && !vd.type.isTypeBasic() && !vd.type.isTypePointer && !vd.type.isTypeStruct &&
2706 …inout(TypePointer) isTypePointer() { return ty == Tpointer ? cast(typeof(return))this : nu… in isTypePointer() function4071 auto tp = to.isTypePointer(); in implicitConvTo()
2728 t.isTypePointer())
1068 !(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()
2231 case Tpointer: return visitPointer(type.isTypePointer()); in typeSemantic()
3328 if (auto tptr = p.type.isTypePointer()) in funcDeclarationSemantic()
4863 auto tp = t.isTypePointer; in parseAliasDeclarations()
675 TypePointer *ti = d->tinfo->isTypePointer (); in visit()
2482 TypePointer *tpointer = tb->isTypePointer (); in visit()