Searched refs:match_expression (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/lib/uwildmat/ |
D | uwildmat.c | 374 match_expression(const unsigned char *text, const unsigned char *start, in match_expression() function 444 return (match_expression(utext, upat, false) == UWILDMAT_MATCH); in uwildmat() 460 return match_expression(utext, upat, true); in uwildmat_poison()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.c | 52 match_expression(const nir_search_expression *expr, nir_alu_instr *instr, 291 return match_expression(nir_search_value_as_expression(value), in match_value() 392 match_expression(const nir_search_expression *expr, nir_alu_instr *instr, in match_expression() function 721 if (match_expression(search, instr, in nir_replace_instr()
|
/external/catch2/docs/ |
D | matchers.md | 47 auto match_expression = Catch::EndsWith( "as a service" ) || 49 REQUIRE_THAT(str, match_expression);
|