Home
last modified time | relevance | path

Searched defs:regex_match (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/re/re.alg/re.alg.search/
Dgrep.pass.cpp36 TEST_IGNORE_NODISCARD std::regex_match(s, re); in LLVMFuzzerTestOneInput() member in LLVMFuzzerTestOneInput::std
/external/llvm-project/libcxx/test/std/re/re.alg/re.alg.search/
Dgrep.pass.cpp35 TEST_IGNORE_NODISCARD std::regex_match(s, re); in LLVMFuzzerTestOneInput() member in LLVMFuzzerTestOneInput::std
/external/selinux/libselinux/src/
Dregex.c213 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
452 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h104 std::unique_ptr<RE2> regex_match; member