Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c193 static int comp_proto_with_proto (tree, tree, int);
5073 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5806 if (comp_proto_with_proto (method, existing_entry, 1)) in insert_method_into_method_map()
5828 if (comp_proto_with_proto (method, TREE_VEC_ELT (existing_entry, i), 1)) in insert_method_into_method_map()
6062 && !comp_proto_with_proto (method, existing_method, 1)) in objc_add_method()
8453 comp_proto_with_proto (tree proto1, tree proto2, int strict) in comp_proto_with_proto() function
8694 if (!comp_proto_with_proto (method, proto, 1)) in really_start_method()