HomeSort by relevance Sort by last modified time
    Searched refs:regex_helper (Results 1 - 2 of 2) sorted by null

  /external/libcxx/fuzzing/
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);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 81 static int regex_helper( function
146 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) {
274 if (!regex_helper(regex_str, dst_str, matches, REGEX_DST_MATCHES)) {
379 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) {

Completed in 312 milliseconds