Searched refs:objc_synthesize_getter (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | ChangeLog | 855 * objc-act.c (objc_synthesize_getter): Update calls to 1235 (objc_generate_cxx_ctor_or_dtor, objc_synthesize_getter, 1493 (objc_synthesize_getter): Check what struct setter/getter helper 1917 (objc_synthesize_getter): Search for the getter declaration in 2059 (objc_synthesize_getter): Implemented synthesizing getters that 2115 (objc_synthesize_getter): Mark 'klass' argument as unused. Use 2252 (objc_synthesize_getter): Updated call to 2374 (objc_synthesize_getter): New.
|
H A D | objc-act.cc | 131 static void objc_synthesize_getter (tree, tree, tree); 7360 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_getter() function 8081 objc_synthesize_getter (klass, class_methods, x); in objc_gen_property_data()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 131 static void objc_synthesize_getter (tree, tree, tree); 7260 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_getter() function 7981 objc_synthesize_getter (klass, class_methods, x); in objc_gen_property_data()
|