public UnaOpSig(PredefinedType pt, UnaOpMask grfuom, int cuosSkip, PfnBindUnaOp pfn, UnaOpFuncKind fnkind) { this.pt = pt; this.grfuom = grfuom; this.cuosSkip = cuosSkip; this.pfn = pfn; this.fnkind = fnkind; }
public UnaOpFullSig(CType type, PfnBindUnaOp pfn, LiftFlags grflt, UnaOpFuncKind fnkind) { this.pt = PredefinedType.PT_UNDEFINEDINDEX; this.grfuom = UnaOpMask.None; this.cuosSkip = 0; this.pfn = pfn; _type = type; _grflt = grflt; this.fnkind = fnkind; }