Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp255 typedef char*(*PointerToStrChr2)(char*, int); typedef
279 UNUSED static void RunStrChrTest(PointerToStrChr2 StrChr, int) { in RunStrChrTest()