Searched refs:objc_synthesize_setter (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | ChangeLog | 1236 objc_synthesize_setter) Update calls to 1919 (objc_synthesize_setter): Search for the setter declaration in 2061 (objc_synthesize_setter): Implemented synthesizing setters that 2122 (objc_synthesize_setter): Mark 'klass' argument as unused. Use 2254 (objc_synthesize_setter): Updated call to 2375 (objc_synthesize_setter): New.
|
H A D | objc-act.cc | 132 static void objc_synthesize_setter (tree, tree, tree); 7541 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_setter() function 8084 objc_synthesize_setter (klass, class_methods, x); in objc_gen_property_data()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 132 static void objc_synthesize_setter (tree, tree, tree); 7441 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_setter() function 7984 objc_synthesize_setter (klass, class_methods, x); in objc_gen_property_data()
|