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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c4720 #define METHOD_REF 1
4724 METHOD_REF, saying whether we are trying to define a method or call
5204 arglist = get_arg_type_list (method_prototype, METHOD_REF,
5250 tree arglist = get_arg_type_list (method_prototype, METHOD_REF,
7152 TYPE_ARG_TYPES (function1_template) = get_arg_type_list (proto0, METHOD_REF, 0);
7153 TYPE_ARG_TYPES (function2_template) = get_arg_type_list (proto1, METHOD_REF, 0);
4712 #define METHOD_REF macro
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c5977 #define METHOD_REF 1
5981 METHOD_REF, saying whether we are trying to define a method or call
6503 (method_prototype, METHOD_REF, super_flag)));
8474 for (type1 = get_arg_type_list (proto1, METHOD_REF, 0),
8475 type2 = get_arg_type_list (proto2, METHOD_REF, 0);
5968 #define METHOD_REF macro

Completed in 218 milliseconds