Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetNeedctxt (0.14 sec)

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

    func (f *Func) SetWrapper(b bool)                  { f.flags.set(funcWrapper, b) }
    func (f *Func) SetABIWrapper(b bool)               { f.flags.set(funcABIWrapper, b) }
    func (f *Func) SetNeedctxt(b bool)                 { f.flags.set(funcNeedctxt, b) }
    func (f *Func) SetIsHiddenClosure(b bool)          { f.flags.set(funcIsHiddenClosure, b) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top