Searched refs:cp_thing (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derrfn.c43 static void cp_thing PROTO ((errorfn *, int, const char *, va_list));
51 cp_thing (errfn, atarg1, format, ap) function
207 cp_thing ((errorfn *) error, 0, format, ap);
226 cp_thing ((errorfn *) warning, 0, format, ap);
245 cp_thing ((errorfn *) pedwarn, 0, format, ap);
264 cp_thing ((errorfn *) compiler_error, 0, format, ap);
293 cp_thing ((errorfn *) sprintf, 0, format, ap);
312 cp_thing ((errorfn *) error_with_file_and_line, 1, format, ap);
331 cp_thing ((errorfn *) warning_with_file_and_line, 1, format, ap);
350 cp_thing ((errorf
[all...]

Completed in 88 milliseconds