Searched refs:do_format (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-format.cpp | 71 void do_format() { in do_format() function 77 format("%s %s %u %d %i %p\n", "hello", s, 10u, x, y, &do_format); in do_format() 78 format("%s %s %u %d %i %p\n", "hello", s, 10u, x, y, do_format); in do_format() 85 f.format("%s %s %u %d %i %p\n", "hello", s, 10u, x, y, &do_format); in do_format() 86 f.format("%s %s %u %d %i %p\n", "hello", s, 10u, x, y, do_format); in do_format()
|