Searched refs:property_list (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c379 tree ARG_UNUSED (property_list))
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-02.c2473 tree property_list)
2515 if (property_list)
2516 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, property_list, 0));
2654 tree protocol_list, tree property_list,
2685 if (property_list)
2686 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, property_list, 0));
2988 tree ivars, tree property_list)
3058 if (property_list)
3059 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, property_list, 0));
2470 build_v2_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods, tree opt_ins_meth, tree opt_cls_meth, tree property_list) argument
2652 build_v2_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
2983 build_v2_class_ro_t_initializer(tree type, tree name, unsigned int flags, unsigned int instanceStart, unsigned int instanceSize, tree ivarLayout, tree baseMethods, tree baseProtocols, tree ivars, tree property_list) argument
H A Dobjc-next-runtime-abi-01.c1706 tree protocol_list, tree property_list,
1742 if (property_list)
1743 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, property_list, 0));
1817 generate_objc_class_ext (tree property_list, tree context) argument
1833 if (!property_list && !weak_ivar_layout_tree)
1852 if (property_list)
1853 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, property_list, 0));
1704 build_v1_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
H A Dobjc-act.c7838 and 'property_list' is a chained list of all the property
7841 objc_add_dynamic_declaration (location_t location, tree property_list)
7848 if (property_list == error_mark_node)
7884 for (chain = property_list; chain; chain = TREE_CHAIN (chain))
7837 objc_add_dynamic_declaration(location_t location, tree property_list) argument

Completed in 126 milliseconds