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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c232 static int comp_proto_with_proto (tree, tree, int);
5979 /* Used by `build_objc_method_call' and `comp_proto_with_proto'. Return
6066 if (!comp_proto_with_proto (meth, loop->value, 0))
6918 int already_there = comp_proto_with_proto (method, hsh->key, 1);
6920 already_there |= comp_proto_with_proto (method, loop->value, 1);
6956 && !comp_proto_with_proto (method, mth, 1))
8456 comp_proto_with_proto (tree proto1, tree proto2, int strict)
8647 if (!comp_proto_with_proto (method, proto, 1))
8436 comp_proto_with_proto (tree proto1, tree proto2, int strict) function
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c216 static int comp_proto_with_proto PARAMS ((tree, tree));
5696 if (!comp_proto_with_proto (method, mth))
5710 if (!comp_proto_with_proto (method, hsh->key))
5739 if (!comp_proto_with_proto (method, mth))
5753 if (!comp_proto_with_proto (method, hsh->key))
7142 comp_proto_with_proto (proto0, proto1)
7121 comp_proto_with_proto (proto0, proto1) function

Completed in 133 milliseconds