Home
last modified time | relevance | path

Searched refs:prop_record (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-next-runtime-abi-01.c1048 tree prop_record; in build_v1_property_template() local
1051 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v1_property_template()
1058 objc_finish_struct (prop_record, decls); in build_v1_property_template()
1059 return prop_record; in build_v1_property_template()
HDobjc-next-runtime-abi-02.c1790 tree prop_record; in build_v2_property_template() local
1793 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()
1800 objc_finish_struct (prop_record, decls); in build_v2_property_template()
1801 return prop_record; in build_v2_property_template()