Lines Matching refs:inst_methods
1448 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument
1473 if (inst_methods) in build_v1_protocol_initializer()
1474 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_protocol_initializer()
1695 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument
1706 if (inst_methods) in build_v1_category_initializer()
1707 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_category_initializer()
1749 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local
1781 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v1_category()
1796 inst_methods, class_methods, in generate_v1_category()
2007 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local
2109 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (impent->imp_context), in generate_v1_class_structs()
2126 CLS_FACTORY | cls_flags, inst_methods, inst_ivars, in generate_v1_class_structs()