Searched refs:testScanfNoGnuMalloc (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 | 176 testScanfNoGnuMalloc("s%Las", 1, LD); in TEST() 177 testScanfNoGnuMalloc("%ar", 1, F); in TEST() 178 testScanfNoGnuMalloc("%a[", 1, F); in TEST() 179 testScanfNoGnuMalloc("%a[]", 1, F); in TEST() 180 testScanfNoGnuMalloc("%a[]]", 1, F); in TEST() 181 testScanfNoGnuMalloc("%a[abc]", 1, F); in TEST() 182 testScanfNoGnuMalloc("%a[^abc]", 1, F); in TEST() 185 testScanfNoGnuMalloc("%as", 1, F); in TEST() 186 testScanfNoGnuMalloc("%aS", 1, F); in TEST() 187 testScanfNoGnuMalloc("%a13S", 1, F); in TEST() [all …]
|