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

/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc183 // function pointer typedefs and overload RunStrChrTest implementation.
184 // We can't use macro for RunStrChrTest body here, as this macro would
189 UNUSED static void RunStrChrTest(PointerToStrChr1 StrChr) { function
205 UNUSED static void RunStrChrTest(PointerToStrChr2 StrChr) { function
223 RunStrChrTest(&strchr);
225 RunStrChrTest(&index);

Completed in 522 milliseconds