Searched defs:htmlFuncPrinter (Results 1 – 1 of 1) sorted by relevance
1194 type htmlFuncPrinter struct { struct1195 w io.Writer1198 func (p htmlFuncPrinter) header(f *Func) {}1200 func (p htmlFuncPrinter) startBlock(b *Block, reachable bool) {1224 func (p htmlFuncPrinter) endBlock(b *Block, reachable bool) {1235 func (p htmlFuncPrinter) value(v *Value, live bool) {1245 func (p htmlFuncPrinter) startDepCycle() {1249 func (p htmlFuncPrinter) endDepCycle() {1253 func (p htmlFuncPrinter) named(n LocalSlot, vals []*Value) {