Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NeverReturns (0.26 sec)

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

    func (f *Func) NilCheckDisabled() bool         { return f.flags&funcNilCheckDisabled != 0 }
    func (f *Func) InlinabilityChecked() bool      { return f.flags&funcInlinabilityChecked != 0 }
    func (f *Func) NeverReturns() bool             { return f.flags&funcNeverReturns != 0 }
    func (f *Func) OpenCodedDeferDisallowed() bool { return f.flags&funcOpenCodedDeferDisallowed != 0 }
    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