HomeSort by: relevance | last modified time | path
    Searched refs:PROTOCOL_OPTIONAL_NST_METHODS (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.h 211 #define PROTOCOL_OPTIONAL_NST_METHODS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3)
objc-next-runtime-abi-01.cc 1580 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1592 generate_v1_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,
objc-act.cc 521 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;
objc-next-runtime-abi-02.cc 2797 generate_v2_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.h 215 #define PROTOCOL_OPTIONAL_NST_METHODS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3)
objc-next-runtime-abi-01.cc 1583 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1595 generate_v1_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,
objc-act.cc 519 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name);
6187 existing_method = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method);
6215 TREE_CHAIN (method) = PROTOCOL_OPTIONAL_NST_METHODS (klass);
6216 PROTOCOL_OPTIONAL_NST_METHODS (klass) = method;
objc-next-runtime-abi-02.cc 2800 generate_v2_meth_descriptor_table (PROTOCOL_OPTIONAL_NST_METHODS (p), p,

Completed in 59 milliseconds