Searched defs:regex_match (Results 1 – 4 of 4) sorted by relevance
36 TEST_IGNORE_NODISCARD std::regex_match(s, re); in LLVMFuzzerTestOneInput() member in LLVMFuzzerTestOneInput::std
35 TEST_IGNORE_NODISCARD std::regex_match(s, re); in LLVMFuzzerTestOneInput() member in LLVMFuzzerTestOneInput::std
213 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function452 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
104 std::unique_ptr<RE2> regex_match; member