Searched refs:PROTOCOL_OPTIONAL_NST_METHODS (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h197 #define PROTOCOL_OPTIONAL_NST_METHODS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3) macro
H A Dobjc-next-runtime-abi-01.c1579 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1591 generate_v1_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,
H A Dobjc-act.c518 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name);
6103 existing_method = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method);
6131 TREE_CHAIN (method) = PROTOCOL_OPTIONAL_NST_METHODS (klass);
6132 PROTOCOL_OPTIONAL_NST_METHODS (klass) = method;
H A Dobjc-next-runtime-abi-02.c2786 generate_v2_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h211 #define PROTOCOL_OPTIONAL_NST_METHODS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3) macro
H A Dobjc-next-runtime-abi-01.cc1580 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1592 generate_v1_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,
H A Dobjc-act.cc521 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name);
6189 existing_method = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method);
6217 TREE_CHAIN (method) = PROTOCOL_OPTIONAL_NST_METHODS (klass);
6218 PROTOCOL_OPTIONAL_NST_METHODS (klass) = method;
H A Dobjc-next-runtime-abi-02.cc2797 generate_v2_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,

Completed in 439 milliseconds