Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp592 typedef void(*PointerToCallStrtol)(const char*, char**, int); typedef
594 void RunStrtolOOBTest(PointerToCallStrtol Strtol) { in RunStrtolOOBTest()