Searched refs:funcIsDeadcodeClosure (Results 1 – 1 of 1) sorted by relevance
232 funcIsDeadcodeClosure // true if closure is deadcode const252 func (f *Func) IsDeadcodeClosure() bool { return f.flags&funcIsDeadcodeClosure != 0 }266 func (f *Func) SetIsDeadcodeClosure(b bool) { f.flags.set(funcIsDeadcodeClosure, b) }