Searched refs:osprintf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | plain_cpp.cc | 51 static void osprintf(ostream &os, const char *format, va_list arguments) in osprintf() function 71 static void osprintf(ostream &os, const char *format, ...) in osprintf() function 76 osprintf(os, format, arguments); in osprintf() 86 static void osprintf(ostream &os, int indent, const char *format, ...) in osprintf() function 90 osprintf(os, "%*s", indent, " "); in osprintf() 92 osprintf(os, format, arguments); in osprintf() 134 osprintf(os, "\n"); in generate() 135 osprintf(os, "namespace isl {\n\n"); in generate() 137 osprintf(os, "namespace checked {\n\n"); in generate() 140 osprintf(os, "\n"); in generate() [all …]
|