Home
last modified time | relevance | path

Searched refs:comp_proto_with_proto (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc184 static int comp_proto_with_proto (tree, tree, int);
5257 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5997 if (comp_proto_with_proto (method, existing_entry, 1)) in insert_method_into_method_map()
6019 if (comp_proto_with_proto (method, TREE_VEC_ELT (existing_entry, i), 1)) in insert_method_into_method_map()
6253 && !comp_proto_with_proto (method, existing_method, 1)) in objc_add_method()
8677 comp_proto_with_proto (tree proto1, tree proto2, int strict) in comp_proto_with_proto() function
8929 if (!comp_proto_with_proto (method, proto, 1)) in really_start_method()
H A DChangeLog1304 * objc-act.c (comp_proto_with_proto): Do not create and use
1307 comp_proto_with_proto ().
2378 (comp_proto_with_proto): Separated from ...
3665 (comp_proto_with_proto): Add strict parameter.
3701 comp_proto_with_proto.
4149 (comp_proto_with_proto): Do not call groktypename(); types are no
4152 (really_start_method): Call comp_proto_with_proto() instead of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c184 static int comp_proto_with_proto (tree, tree, int);
5178 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5911 if (comp_proto_with_proto (method, existing_entry, 1)) in insert_method_into_method_map()
5933 if (comp_proto_with_proto (method, TREE_VEC_ELT (existing_entry, i), 1)) in insert_method_into_method_map()
6167 && !comp_proto_with_proto (method, existing_method, 1)) in objc_add_method()
8563 comp_proto_with_proto (tree proto1, tree proto2, int strict) in comp_proto_with_proto() function
8804 if (!comp_proto_with_proto (method, proto, 1)) in really_start_method()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200016756 (comp_proto_with_proto): Replace function_type1 and
H A DChangeLog-20037848 (comp_proto_with_proto): Use it instead of comptypes(), since