Searched refs:maybe_make_artificial_property_decl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 1372 maybe_make_artificial_property_decl (tree interface, tree implementation, in maybe_make_artificial_property_decl() function 1552 x = maybe_make_artificial_property_decl (NULL_TREE, in objc_maybe_build_component_ref() 1569 x = maybe_make_artificial_property_decl (NULL_TREE, in objc_maybe_build_component_ref() 1615 x = maybe_make_artificial_property_decl in objc_maybe_build_component_ref() 1628 x = maybe_make_artificial_property_decl (interface_type, in objc_maybe_build_component_ref() 1694 x = maybe_make_artificial_property_decl (interface_type, in objc_maybe_build_component_ref() 1710 x = maybe_make_artificial_property_decl (interface_type, in objc_maybe_build_component_ref() 1818 x = maybe_make_artificial_property_decl (rtype, NULL_TREE, NULL_TREE, in objc_build_class_component_ref()
|
H A D | ChangeLog | 165 (maybe_make_artificial_property_decl): Set available. 1742 (maybe_make_artificial_property_decl): Added 'getter_name' 1745 maybe_make_artificial_property_decl. Added code for optional, 1748 maybe_make_artificial_property_decl. 1944 (maybe_make_artificial_property_decl): Added 'implementation' 1949 maybe_make_artificial_property_decl; added code to deal with 1954 maybe_make_artificial_property_decl, and store the getter call 2012 * objc-act.c (maybe_make_artificial_property_decl): New. 2014 maybe_make_artificial_property_decl if a property can not be
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 1309 maybe_make_artificial_property_decl (tree interface, tree implementation, in maybe_make_artificial_property_decl() function 1488 x = maybe_make_artificial_property_decl (NULL_TREE, in objc_maybe_build_component_ref() 1505 x = maybe_make_artificial_property_decl (NULL_TREE, in objc_maybe_build_component_ref() 1551 x = maybe_make_artificial_property_decl in objc_maybe_build_component_ref() 1564 x = maybe_make_artificial_property_decl (interface_type, in objc_maybe_build_component_ref() 1630 x = maybe_make_artificial_property_decl (interface_type, in objc_maybe_build_component_ref() 1646 x = maybe_make_artificial_property_decl (interface_type, in objc_maybe_build_component_ref() 1752 x = maybe_make_artificial_property_decl (rtype, NULL_TREE, NULL_TREE, in objc_build_class_component_ref()
|