Searched defs:onePassProg (Results 1 – 1 of 1) sorted by relevance
23 type onePassProg struct { struct24 Inst []onePassInst25 Start int // index of start instruction26 NumCap int // number of InstCapture insts in re208 func cleanupOnePass(prog *onePassProg, original *syntax.Prog) {293 func makeOnePass(p *onePassProg) *onePassProg {