Home
last modified time | relevance | path

Searched defs:max_match (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/libdwfl/
Ddwfl_module_getsrc_file.c50 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local
/external/elfutils/src/libdw/
Ddwarf_getsrc_file.c51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() local
/external/v8/src/
Dast.h2635 virtual int max_match() OVERRIDE { return max_match_; } in max_match() function
2656 virtual int max_match() OVERRIDE { return max_match_; } in max_match() function
2684 virtual int max_match() OVERRIDE { return 0; } in max_match() function
2729 virtual int max_match() OVERRIDE { return 1; } in max_match() function
2766 virtual int max_match() OVERRIDE { return data_.length(); } in max_match() function
2785 virtual int max_match() OVERRIDE { return length_; } in max_match() function
2827 virtual int max_match() OVERRIDE { return max_match_; } in max_match() function
2862 virtual int max_match() OVERRIDE { return body_->max_match(); } in max_match() function
2893 virtual int max_match() OVERRIDE { return 0; } in max_match() function
2917 virtual int max_match() OVERRIDE { return capture_->max_match(); } in max_match() function
[all …]
/external/v8/test/cctest/
Dtest-regexp.cc126 int max_match; member
140 int max_match = result.tree->max_match(); in CheckMinMaxMatch() local