Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for staticAssignInlinedCall (0.49 sec)

  1. src/cmd/compile/internal/staticinit/sched.go

    			assign(base.Pos, a, 0, val)
    			staticdata.InitAddr(l, loff+int64(types.PtrSize), a.Linksym())
    		}
    
    		return true
    
    	case ir.OINLCALL:
    		r := r.(*ir.InlinedCallExpr)
    		return s.staticAssignInlinedCall(l, loff, r, typ)
    	}
    
    	if base.Flag.Percent != 0 {
    		ir.Dump("not static", r)
    	}
    	return false
    }
    
    func (s *Schedule) initplan(n ir.Node) {
    	if s.Plans[n] != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top