Searched refs:max_match (Results 1 – 7 of 7) sorted by relevance
204 virtual int max_match() = 0;229 int max_match() override { return max_match_; } in max_match() function253 int max_match() override { return max_match_; } in max_match() function281 int max_match() override { return 0; } in max_match() function303 int max_match() override { return 2; } in max_match() function339 int max_match() override { return data_.length(); } in max_match() function358 int max_match() override { return length_; } in max_match() function381 if (max > 0 && body->max_match() > kInfinity / max) { in RegExpQuantifier()384 max_match_ = max * body->max_match(); in RegExpQuantifier()396 int max_match() override { return max_match_; } in max_match() function[all …]
82 if (node->max_match() > 0) { in IsAnchoredAtStart()97 if (node->max_match() > 0) { in IsAnchoredAtEnd()303 max_match_ = first_alternative->max_match(); in RegExpDisjunction()307 max_match_ = Max(max_match_, alternative->max_match()); in RegExpDisjunction()330 int node_max_match = node->max_match(); in RegExpAlternative()
1775 if (atom->max_match() == 0) { in AddQuantifierToAtom()
6655 int max_length = data->tree->max_match(); in Compile()
51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() local138 if (cur_match < max_match) in dwarf_getsrc_file()162 if (cur_match == max_match) in dwarf_getsrc_file()
68 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local137 if (cur_match < max_match) in dwfl_module_getsrc_file()
147 unsigned int max_match; member942 while (m_len > c->conf.max_match) in code_match()944 code_match(c, c->conf.max_match - 3, m_off); in code_match()945 m_len -= c->conf.max_match - 3; in code_match()1103 if (c->conf.max_match < swd->nice_length) in ucl_nrv2b_99_compress()1104 swd->nice_length = c->conf.max_match; in ucl_nrv2b_99_compress()