Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetOpenCodedDeferDisallowed (0.17 sec)

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

    func (f *Func) SetInlinabilityChecked(b bool)      { f.flags.set(funcInlinabilityChecked, b) }
    func (f *Func) SetNeverReturns(b bool)             { f.flags.set(funcNeverReturns, b) }
    func (f *Func) SetOpenCodedDeferDisallowed(b bool) { f.flags.set(funcOpenCodedDeferDisallowed, b) }
    func (f *Func) SetClosureResultsLost(b bool)       { f.flags.set(funcClosureResultsLost, 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