Home | History | Annotate | Download | only in modula3

Lines Matching full:cptr

640     cPtr := $imcall;
641 RETURN (cPtr = IntPtr.Zero) ? null : NEW($1_basetype, cPtr, $owner);
689 IntPtr cPtr = $imcall;
690 RETURN (cPtr == IntPtr.Zero) ? null : new $1_basetype(cPtr, $owner);