Lines Matching defs:arguments
51 static void osprintf(ostream &os, const char *format, va_list arguments)
57 va_copy(copy, arguments);
61 vsnprintf(string_pointer, size + 1, format, arguments);
73 va_list arguments;
75 va_start(arguments, format);
76 osprintf(os, format, arguments);
77 va_end(arguments);
88 va_list arguments;
91 va_start(arguments, format);
92 osprintf(os, format, arguments);
93 va_end(arguments);
961 * with as arguments the isl_ctx of the object and the argument name,
993 * to valid. The validity of other arguments is checked
1318 /* Print code that checks that all isl object arguments to "method" are valid
1786 * should extra methods be added that take as arguments
2008 * If the C callback does not take its arguments, then