/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | init.c | 684 if (category->class_methods) in __objc_exec_class() 686 category->class_methods); in __objc_exec_class() 727 if (category->class_methods) in __objc_exec_class() 729 category->class_methods); in __objc_exec_class() 980 if (protocol->class_methods) in __objc_init_protocol() 981 __objc_register_selectors_from_description_list (protocol->class_methods); in __objc_init_protocol()
|
H A D | protocols.c | 377 methods = ((struct objc_protocol *)protocol)->class_methods; in protocol_getMethodDescription() 430 methods = ((struct objc_protocol *)protocol)->class_methods; in protocol_copyMethodDescriptionList()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/ |
H A D | module-abi-8.h | 167 struct objc_method_description_list *instance_methods, *class_methods; member 298 struct objc_method_list *class_methods; /* Linked list of member
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-gnu-runtime-abi-01.c | 1090 tree inst_methods, tree class_methods) in build_protocol_initializer() argument 1116 if (class_methods) in build_protocol_initializer() 1117 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_protocol_initializer() 1382 tree inst_methods, tree class_methods, in build_category_initializer() argument 1402 if (class_methods) in build_category_initializer() 1403 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_category_initializer() 1426 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local 1460 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (cat), buf); in generate_category() 1465 inst_methods, class_methods, in generate_category() 1627 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local [all …]
|
H A D | objc-next-runtime-abi-01.c | 1446 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument 1477 if (class_methods) in build_v1_protocol_initializer() 1478 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v1_protocol_initializer() 1693 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument 1710 if (class_methods) in build_v1_category_initializer() 1711 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v1_category_initializer() 1747 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local 1788 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (cat), buf, in generate_v1_category() 1794 inst_methods, class_methods, in generate_v1_category() 2005 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local [all …]
|
H A D | objc-next-runtime-abi-02.c | 2466 tree inst_methods, tree class_methods, in build_v2_protocol_initializer() argument 2491 if (class_methods) in build_v2_protocol_initializer() 2492 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v2_protocol_initializer() 2648 tree inst_methods, tree class_methods, in build_v2_category_initializer() argument 2665 if (class_methods) in build_v2_category_initializer() 2666 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v2_category_initializer() 2696 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local 2744 class_methods = generate_v2_dispatch_table (CLASS_CLS_METHODS (cat), buf, in generate_v2_category() 2750 inst_methods, class_methods, in generate_v2_category() 3098 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local [all …]
|
H A D | objc-act.c | 7155 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_getter() 7335 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_setter() 7859 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data() argument 7872 objc_synthesize_getter (klass, class_methods, x); in objc_gen_property_data() 7875 objc_synthesize_setter (klass, class_methods, x); in objc_gen_property_data()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/objc/ |
H A D | Protocol.h | 40 struct objc_method_description_list *instance_methods, *class_methods; variable
|