Home
last modified time | relevance | path

Searched defs:do_match (Results 1 – 2 of 2) sorted by relevance

/external/federated-compute/fcp/base/
Dmatch_test.cc111 constexpr auto do_match = [](V const& v) { in TEST() local
125 constexpr auto do_match = [](V const& v) { in TEST() local
/external/mesa3d/src/amd/compiler/tests/
Dcheck_output.py224 def do_match(g, pattern, output, skip_lines, in_func=False): function