Searched refs:warn_with_method (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 220 static void warn_with_method PARAMS ((const char *, int, tree)); 4783 warn_with_method ("using", type, meth); 4785 warn_with_method ("also found", type, loop->value); 7081 warn_with_method (message, mtype, method) in warn_with_method() function 7227 warn_with_method ("conflicting types for", type, method); 7228 warn_with_method ("previous declaration of", type, proto); 8359 warn_with_method ("found", type, meth); in finish_objc() 8361 warn_with_method ("found", type, loop->value); in finish_objc() 8375 warn_with_method ("found", type, meth); in finish_objc() 8377 warn_with_method ("found", type, loop->value); in finish_objc()
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 241 static void warn_with_method (const char *, int, tree); 6069 warn_with_method (methods ? "using" : "found", in check_duplicates() 6075 warn_with_method ("also found", in check_duplicates() 8380 warn_with_method (const char *message, int mtype, tree method) in warn_with_method() function 8631 warn_with_method ("conflicting types for", type, method); in really_start_method() 8632 warn_with_method ("previous declaration of", type, proto); in really_start_method()
|
| H A D | ChangeLog | 784 (build_objc_method_call, warn_with_method): Do not call groktypename().
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 7227 (warn_with_method): Ditto. 7675 (warn_with_method): Use warning_with_file_and_line.
|
| H A D | ChangeLog.7 | 1656 (warn_with_method): Likewise. 2691 (warn_with_method): Likewise.
|
| H A D | ChangeLog.2 | 9330 objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
|