Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc79 std::vector<unsigned> scanf_sizes; in testScanf2() local
81 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format, in testScanf2()
85 verifyFormatResults(format, n, scanf_sizes, expected_sizes); in testScanf2()