Home | History | Annotate | Download | only in modula3

Lines Matching refs:RETURN

13  * The m3rawrettype typemap contains the M3 type used as return value.
450 RETURN $null;
469 RETURN $null;
570 RETURN $null;
576 RETURN $null;
581 RETURN $null;
610 /* The m3out typemap is used for converting function return types from the return type
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);
671 RETURN $imcall;
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);
729 RETURN (obj == null) ? IntPtr.Zero : obj.swigCPtr;