Home
last modified time | relevance | path

Searched refs:regex_helper (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/fuzzing/
Dfuzzing.cpp451 static int regex_helper(const uint8_t *data, size_t size, std::regex::flag_type flag) in regex_helper() function
469 (void) regex_helper(data, size, std::regex_constants::ECMAScript); in regex_ECMAScript()
475 (void) regex_helper(data, size, std::regex_constants::basic); in regex_POSIX()
481 (void) regex_helper(data, size, std::regex_constants::extended); in regex_extended()
487 (void) regex_helper(data, size, std::regex_constants::awk); in regex_awk()
493 (void) regex_helper(data, size, std::regex_constants::grep); in regex_grep()
499 (void) regex_helper(data, size, std::regex_constants::egrep); in regex_egrep()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c81 static int regex_helper( in regex_helper() function
146 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) { in init_rc_normal_src()
274 if (!regex_helper(regex_str, dst_str, matches, REGEX_DST_MATCHES)) { in init_rc_normal_dst()
379 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) { in parse_rc_normal_instruction()