Searched refs:comp_proto_with_proto (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | ChangeLog | 332 (comp_proto_with_proto): Add strict parameter. 368 comp_proto_with_proto. 816 (comp_proto_with_proto): Do not call groktypename(); types are no 819 (really_start_method): Call comp_proto_with_proto() instead of
|
H A D | objc-act.c | 231 static int comp_proto_with_proto (tree, tree, int); 6057 if (!comp_proto_with_proto (meth, loop->value, 0)) in check_duplicates() 6904 int already_there = comp_proto_with_proto (method, hsh->key, 1); in add_method_to_hash_list() 6906 already_there |= comp_proto_with_proto (method, loop->value, 1); in add_method_to_hash_list() 6942 && !comp_proto_with_proto (method, mth, 1)) in objc_add_method() 8436 comp_proto_with_proto (tree proto1, tree proto2, int strict) in comp_proto_with_proto() function 8627 if (!comp_proto_with_proto (method, proto, 1)) in really_start_method()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 214 static int comp_proto_with_proto PARAMS ((tree, tree)); 5683 if (!comp_proto_with_proto (method, mth)) 5697 if (!comp_proto_with_proto (method, hsh->key)) 5725 if (!comp_proto_with_proto (method, mth)) 5739 if (!comp_proto_with_proto (method, hsh->key)) 7121 comp_proto_with_proto (proto0, proto1) in comp_proto_with_proto() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 1490 (comp_proto_with_proto): Replace function_type1 and
|