Searched refs:is_greedy (Results 1 – 3 of 3) sorted by relevance
3740 is_greedy(), in ToNode()3787 bool is_greedy, in ToNode() argument3832 0, new_max, is_greedy, body, compiler, on_success, true); in ToNode()3850 if (is_greedy) { in ToNode()3905 if (is_greedy) { in ToNode()
907 stream()->Add(that->is_greedy() ? "g " : that->is_possessive() ? "p " : "n "); in VisitQuantifier()
2416 bool is_greedy,2430 bool is_greedy() { return type_ == GREEDY; } in is_greedy() function