Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c157 #define objc_v2_property_template \ macro
2017 if (!objc_v2_property_template) in build_metadata_templates()
2018 objc_v2_property_template = build_v2_property_template (); in build_metadata_templates()
2629 build_v2_property_list_template (objc_v2_property_template, in generate_v2_property_table()
2632 initlist = build_v2_property_table_initializer (objc_v2_property_template, in generate_v2_property_table()
2636 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v2_property_template)); in generate_v2_property_table()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc159 #define objc_v2_property_template \ macro
2022 if (!objc_v2_property_template) in build_metadata_templates()
2023 objc_v2_property_template = build_v2_property_template (); in build_metadata_templates()
2639 build_v2_property_list_template (objc_v2_property_template, in generate_v2_property_table()
2642 initlist = build_v2_property_table_initializer (objc_v2_property_template, in generate_v2_property_table()
2646 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v2_property_template)); in generate_v2_property_table()