Searched refs:testPrintf (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_format_interceptor_test.cpp | 264 static void testPrintf(const char *format, unsigned n, ...) { in testPrintf() function 275 testPrintf("%5$d", 0); in TEST() 276 testPrintf("%.*5$d", 0); in TEST() 279 testPrintf("%0-m", 0); in TEST() 282 testPrintf("%*n", 1, I); in TEST() 283 testPrintf("%*.10n", 1, I); in TEST() 286 testPrintf("%10.10n", 1, I); in TEST() 287 testPrintf("%.3s", 1, 3); in TEST() 288 testPrintf("%.20s", 1, test_buf_size); in TEST() 291 testPrintf("%.*n", 1, I); in TEST() [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | format-strings-darwin.c | 42 void testPrintf(short x, long y) { in testPrintf() function
|