Searched refs:METHOD_REF (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 4712 #define METHOD_REF 1 macro 5194 arglist = get_arg_type_list (method_prototype, METHOD_REF, 5240 tree arglist = get_arg_type_list (method_prototype, METHOD_REF, 7131 TYPE_ARG_TYPES (function1_template) = get_arg_type_list (proto0, METHOD_REF, 0); 7132 TYPE_ARG_TYPES (function2_template) = get_arg_type_list (proto1, METHOD_REF, 0);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 5968 #define METHOD_REF 1 macro 6492 (method_prototype, METHOD_REF, super_flag))); in build_objc_method_call() 8454 for (type1 = get_arg_type_list (proto1, METHOD_REF, 0), in comp_proto_with_proto() 8455 type2 = get_arg_type_list (proto2, METHOD_REF, 0); in comp_proto_with_proto()
|