Home
last modified time | relevance | path

Searched refs:regex_grep (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/fuzzing/
DRoutineNames.txt18 regex_grep
Dfuzzing.h44 int regex_grep (const uint8_t *data, size_t size);
Dfuzz_test.cpp126 {"regex_grep", fuzzing::regex_grep},
Dfuzzing.cpp478 int regex_grep (const uint8_t *data, size_t size) in regex_grep() function
/external/libcxx/test/libcxx/fuzzing/
Dregex_grep.cpp34 assert(0 == fuzzing::regex_grep(data, size)); in main()