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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c222 static void warn_with_method PARAMS ((const char *, int, tree));
4791 warn_with_method ("using", type, meth);
4793 warn_with_method ("also found", type, loop->value);
7102 warn_with_method (message, mtype, method)
7248 warn_with_method ("conflicting types for", type, method);
7249 warn_with_method ("previous declaration of", type, proto);
8383 warn_with_method ("found", type, meth);
8385 warn_with_method ("found", type, loop->value);
8399 warn_with_method ("found", type, meth);
8401 warn_with_method ("foun
7081 warn_with_method (message, mtype, method) function
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c242 static void warn_with_method (const char *, int, tree);
6078 warn_with_method (methods ? "using" : "found",
6084 warn_with_method ("also found",
8400 warn_with_method (const char *message, int mtype, tree method)
8651 warn_with_method ("conflicting types for", type, method);
8652 warn_with_method ("previous declaration of", type, proto);
8380 warn_with_method (const char *message, int mtype, tree method) function

Completed in 97 milliseconds