fuzzing.cpp | 451 static int regex_helper(const uint8_t *data, size_t size, std::regex::flag_type flag) function in namespace:fuzzing 469 (void) regex_helper(data, size, std::regex_constants::ECMAScript); 475 (void) regex_helper(data, size, std::regex_constants::basic); 481 (void) regex_helper(data, size, std::regex_constants::extended); 487 (void) regex_helper(data, size, std::regex_constants::awk); 493 (void) regex_helper(data, size, std::regex_constants::grep); 499 (void) regex_helper(data, size, std::regex_constants::egrep);
|