Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetIsDeadcodeClosure (0.21 sec)

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

    func (f *Func) SetNeedctxt(b bool)                 { f.flags.set(funcNeedctxt, b) }
    func (f *Func) SetIsHiddenClosure(b bool)          { f.flags.set(funcIsHiddenClosure, b) }
    func (f *Func) SetIsDeadcodeClosure(b bool)        { f.flags.set(funcIsDeadcodeClosure, b) }
    func (f *Func) SetHasDefer(b bool)                 { f.flags.set(funcHasDefer, 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