Searched refs:testScanf2 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_format_interceptor_test.cpp | 75 static void testScanf2(const char *format, int scanf_result, in testScanf2() function 93 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ true, n, ap); in testScanf() 101 testScanf2(format, scanf_result, /* allowGnuMalloc */ true, n, ap); in testScanfPartial() 108 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ false, n, ap); in testScanfNoGnuMalloc()
|