Searched refs:inst_meth (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1451 struct imp_entry *imp, bool inst_meth)
1456 vec<ident_data_tuple, va_gc> *list = inst_meth ? class_super_refs
1468 ref->data = build_v2_superclass_ref_decl (id, inst_meth);
1476 if (inst_meth)
1489 decl = build_v2_superclass_ref_decl (id, inst_meth);
1498 struct imp_entry *imp, bool inst_meth)
1508 if (!inst_meth)
1524 super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl);
2552 tree inst_meth, class_meth, opt_inst_meth, opt_class_meth, props; local
2564 inst_meth
1450 next_runtime_abi_02_get_class_super_ref(location_t loc ATTRIBUTE_UNUSED, struct imp_entry *imp, bool inst_meth) argument
1497 next_runtime_abi_02_get_category_super_ref(location_t loc ATTRIBUTE_UNUSED, struct imp_entry *imp, bool inst_meth) argument
[all...]
H A Dobjc-gnu-runtime-abi-01.c823 struct imp_entry *imp, bool inst_meth)
825 if (inst_meth)
845 struct imp_entry *imp, bool inst_meth)
851 super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl);
822 gnu_runtime_abi_01_get_class_super_ref(location_t loc ATTRIBUTE_UNUSED, struct imp_entry *imp, bool inst_meth) argument
844 gnu_runtime_abi_01_get_category_super_ref(location_t loc ATTRIBUTE_UNUSED, struct imp_entry *imp, bool inst_meth) argument
H A Dobjc-next-runtime-abi-01.c943 struct imp_entry *imp, bool inst_meth)
945 if (inst_meth)
965 struct imp_entry *imp, bool inst_meth)
974 if (!inst_meth)
991 super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl);
942 next_runtime_abi_01_get_class_super_ref(location_t loc ATTRIBUTE_UNUSED, struct imp_entry *imp, bool inst_meth) argument
964 next_runtime_abi_01_get_category_super_ref(location_t loc ATTRIBUTE_UNUSED, struct imp_entry *imp, bool inst_meth) argument
H A Dobjc-act.c8798 bool inst_meth;
8828 inst_meth = (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL);
8832 imp_list, inst_meth);
8848 imp_list, inst_meth);
8794 bool inst_meth; local

Completed in 104 milliseconds