Home
last modified time | relevance | path

Searched refs:method_b (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dmethods.c153 method_exchangeImplementations (struct objc_method * method_a, struct objc_method * method_b) in method_exchangeImplementations() argument
158 if (method_a == NULL || method_b == NULL) in method_exchangeImplementations()
167 old_implementation_b = method_b->method_imp; in method_exchangeImplementations()
170 method_b->method_imp = old_implementation_a; in method_exchangeImplementations()
174 __objc_update_classes_with_methods (method_a, method_b); in method_exchangeImplementations()
H A Dclass.c783 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b) in __objc_update_classes_with_methods() argument
834 if (method == method_b) in __objc_update_classes_with_methods()
836 if (method_b != NULL) in __objc_update_classes_with_methods()
838 (sidx) method_b->method_name->sel_id, in __objc_update_classes_with_methods()
839 method_b->method_imp); in __objc_update_classes_with_methods()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dmethods.c153 method_exchangeImplementations (struct objc_method * method_a, struct objc_method * method_b) in method_exchangeImplementations() argument
158 if (method_a == NULL || method_b == NULL) in method_exchangeImplementations()
167 old_implementation_b = method_b->method_imp; in method_exchangeImplementations()
170 method_b->method_imp = old_implementation_a; in method_exchangeImplementations()
174 __objc_update_classes_with_methods (method_a, method_b); in method_exchangeImplementations()
H A Dclass.c783 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b) in __objc_update_classes_with_methods() argument
834 if (method == method_b) in __objc_update_classes_with_methods()
836 if (method_b != NULL) in __objc_update_classes_with_methods()
838 (sidx) method_b->method_name->sel_id, in __objc_update_classes_with_methods()
839 method_b->method_imp); in __objc_update_classes_with_methods()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Druntime.h65 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b); /*…
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Druntime.h65 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b); /*…
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h556 method_exchangeImplementations (Method method_a, Method method_b);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h556 method_exchangeImplementations (Method method_a, Method method_b);