Searched refs:testScanf2 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cc76 static void testScanf2(const char *format, int scanf_result, function
91 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ true, n, ap);
99 testScanf2(format, scanf_result, /* allowGnuMalloc */ true, n, ap);
106 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ false, n, ap);

Completed in 82 milliseconds