Home | History | Annotate | Download | only in syntax

Lines Matching refs:Arg

115 	Arg  uint32 // InstAlt, InstAltMatch, InstCapture, InstEmptyWidth
159 for i.op() == InstRune && len(i.Rune) == 1 && Flags(i.Arg)&FoldCase == 0 {
176 flag |= EmptyOp(i.Arg)
212 if Flags(i.Arg)&FoldCase != 0 {
263 switch EmptyOp(i.Arg) {
277 panic("unknown empty width arg")
315 bw(b, "alt -> ", u32(i.Out), ", ", u32(i.Arg))
317 bw(b, "altmatch -> ", u32(i.Out), ", ", u32(i.Arg))
319 bw(b, "cap ", u32(i.Arg), " -> ", u32(i.Out))
321 bw(b, "empty ", u32(i.Arg), " -> ", u32(i.Out))
334 if Flags(i.Arg)&FoldCase != 0 {