Home
last modified time | relevance | path

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

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