Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for entryNewValue2A (0.19 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		switch n.Class {
    		case ir.PPARAM:
    			// Be aware that blank and unnamed input parameters will not appear here, but do appear in the type
    			s.decladdrs[n] = s.entryNewValue2A(ssa.OpLocalAddr, types.NewPtr(n.Type()), n, s.sp, s.startmem)
    		case ir.PPARAMOUT:
    			s.decladdrs[n] = s.entryNewValue2A(ssa.OpLocalAddr, types.NewPtr(n.Type()), n, s.sp, s.startmem)
    		case ir.PAUTO:
    			// processed at each use, to prevent Addr coming
    			// before the decl.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top