Searched defs:RunStrChrTest (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc213 // function pointer typedefs and overload RunStrChrTest implementation.
214 // We can't use macro for RunStrChrTest body here, as this macro would
238 UNUSED static void RunStrChrTest(PointerToStrChr1 StrChr, ...) { function
241 UNUSED static void RunStrChrTest(PointerToStrChr2 StrChr, int) { function
246 RunStrChrTest(&strchr, 0);
249 RunStrChrTest(&index, 0);

Completed in 154 milliseconds