Home | History | Annotate | Download | only in modula3

Lines Matching refs:NEW

455 %{*($&1_ltype*)&$result = new $1_ltype((const $1_ltype &)$1); %}
634 RETURN NEW(REF $1_basetype, $imcall);
637 RETURN NEW($1_basetype, $imcall, $owner);
641 RETURN (cPtr = IntPtr.Zero) ? null : NEW($1_basetype, cPtr, $owner);
681 RETURN new $&*1_mangle($imcall, true);
685 RETURN new $1_basetype($imcall, $owner);
690 RETURN (cPtr == IntPtr.Zero) ? null : new $1_basetype(cPtr, $owner);