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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c5679 tree mth;
5682 if (!(mth = lookup_method (CLASS_CLS_METHODS (class), method)))
5692 IDENTIFIER_POINTER (METHOD_SEL_NAME (mth)));
5696 if (!comp_proto_with_proto (method, mth))
5698 IDENTIFIER_POINTER (METHOD_SEL_NAME (mth)));
5722 tree mth;
5725 if (!(mth = lookup_method (CLASS_NST_METHODS (class), method)))
5735 IDENTIFIER_POINTER (METHOD_SEL_NAME (mth)));
5739 if (!comp_proto_with_proto (method, mth))
5741 IDENTIFIER_POINTER (METHOD_SEL_NAME (mth)));
5666 tree mth; local
5708 tree mth; local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6929 tree mth;
6931 if (!(mth = lookup_method (is_class
6956 && !comp_proto_with_proto (method, mth, 1))
6959 IDENTIFIER_POINTER (METHOD_SEL_NAME (mth)));
6915 tree mth; local

Completed in 90 milliseconds