Home
last modified time | relevance | path

Searched defs:method_list (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dselector.c90 struct objc_method_list * method_list; in __objc_register_selectors_from_class() local
108 __objc_register_selectors_from_list (struct objc_method_list *method_list) in __objc_register_selectors_from_list()
133 (struct objc_method_description_list *method_list) in __objc_register_selectors_from_description_list()
155 struct objc_method_list *method_list; in __objc_register_instance_methods_to_class() local
H A Dsendmsg.c537 __objc_install_methods_in_dtable (struct sarray *dtable, struct objc_method_list * method_list) in __objc_install_methods_in_dtable()
662 struct objc_method_list *method_list; in class_addMethod() local
683 struct objc_method_list * method_list = class_->methods; in class_addMethod() local
795 struct objc_method_list * method_list = list; in search_for_method_in_list() local
H A Dmethods.c72 struct objc_method_list* method_list; in class_copyMethodList() local
H A Dinit.c393 __objc_send_load_using_method_list (struct objc_method_list *method_list, Class class) in __objc_send_load_using_method_list()
444 struct objc_method_list *method_list = class->class_pointer->methods; in __objc_send_load() local
H A Dclass.c803 struct objc_method_list * method_list; in __objc_update_classes_with_methods() local
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dselector.c90 struct objc_method_list * method_list; in __objc_register_selectors_from_class() local
108 __objc_register_selectors_from_list (struct objc_method_list *method_list) in __objc_register_selectors_from_list()
133 (struct objc_method_description_list *method_list) in __objc_register_selectors_from_description_list()
155 struct objc_method_list *method_list; in __objc_register_instance_methods_to_class() local
H A Dsendmsg.c537 __objc_install_methods_in_dtable (struct sarray *dtable, struct objc_method_list * method_list) in __objc_install_methods_in_dtable()
662 struct objc_method_list *method_list; in class_addMethod() local
683 struct objc_method_list * method_list = class_->methods; in class_addMethod() local
795 struct objc_method_list * method_list = list; in search_for_method_in_list() local
H A Dmethods.c72 struct objc_method_list* method_list; in class_copyMethodList() local
H A Dinit.c393 __objc_send_load_using_method_list (struct objc_method_list *method_list, Class class) in __objc_send_load_using_method_list()
444 struct objc_method_list *method_list = class->class_pointer->methods; in __objc_send_load() local
H A Dclass.c803 struct objc_method_list * method_list; in __objc_update_classes_with_methods() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp147 #define ADD_METHOD(receiver, method_list, count, argument) \ argument
616 #define LSM_INSERT_SELECTOR(receiver, method_list, arguments) \ argument
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h147 struct objc_method method_list[1]; /* Variable length member
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h147 struct objc_method method_list[1]; /* Variable length member
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h473 uint32_t method_list; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3934 inline void swapStruct(struct objc_method_list_t &method_list) { in swapStruct()
4381 struct objc_method_list_t method_list; in print_method_list() local