Home | History | Annotate | Download | only in re2

Lines Matching full:pushes

58   // Pushes the given regular expression onto the stack.
62 // Pushes the literal rune r onto the stack.
65 // Pushes a regexp with the given op (and no args) onto the stack.
68 // Pushes a ^ onto the stack.
71 // Pushes a \b (word == true) or \B (word == false) onto the stack.
74 // Pushes a $ onto the stack.
77 // Pushes a . onto the stack
80 // Pushes a repeat operator regexp onto the stack.
85 // Pushes a repetition regexp onto the stack.
93 // Pushes a marker onto the stack.
207 // Pushes the given regular expression onto the stack.
367 // Pushes the literal rune r onto the stack.
397 // Pushes a ^ onto the stack.
405 // Pushes a \b or \B onto the stack.
412 // Pushes a $ onto the stack.
426 // Pushes a . onto the stack.
438 // Pushes a regexp with the given op (and no args) onto the stack.
444 // Pushes a repeat operator regexp onto the stack.
466 // Pushes a repetition regexp onto the stack.
502 // Pushes a marker onto the stack.
511 // Pushes a non-capturing marker onto the stack.