Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_args (0.25 sec)

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

    	v.Aux = StringToAux("")
    	return v
    }
    func (f *Func) ConstOffPtrSP(t *types.Type, c int64, sp *Value) *Value {
    	v := f.constVal(OpOffPtr, t, c, true)
    	if len(v.Args) == 0 {
    		v.AddArg(sp)
    	}
    	return v
    }
    
    func (f *Func) Frontend() Frontend                                  { return f.fe }
    func (f *Func) Warnl(pos src.XPos, msg string, args ...interface{}) { f.fe.Warnl(pos, msg, args...) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top