Home
last modified time | relevance | path

Searched defs:htmlFuncPrinter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dhtml.go1194 type htmlFuncPrinter struct { struct
1195 w io.Writer
1198 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) {