Home
last modified time | relevance | path

Searched defs:class_methods (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/objc/
H A DProtocol.h40 struct objc_method_description_list *instance_methods, *class_methods; variable
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1090 tree inst_methods, tree class_methods) in build_protocol_initializer()
1382 tree inst_methods, tree class_methods, in build_category_initializer()
1426 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local
1627 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local
H A Dobjc-next-runtime-abi-01.c1446 tree inst_methods, tree class_methods, in build_v1_protocol_initializer()
1693 tree inst_methods, tree class_methods, in build_v1_category_initializer()
1747 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local
2005 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local
H A Dobjc-next-runtime-abi-02.c2466 tree inst_methods, tree class_methods, in build_v2_protocol_initializer()
2648 tree inst_methods, tree class_methods, in build_v2_category_initializer()
2696 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local
3098 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local
H A Dobjc-act.c7859 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data()
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dmodule-abi-8.h167 struct objc_method_description_list *instance_methods, *class_methods; member
298 struct objc_method_list *class_methods; /* Linked list of member