Searched refs:regex_helper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libcxx/fuzzing/ |
H A D | fuzzing.cpp | 451 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()
|