Lines Matching refs:temp_variable_decl
1983 tree temp_variable_decl, bind; in objc_build_incr_expr_for_property_ref() local
1993 temp_variable_decl = objc_create_temporary_var (TREE_TYPE (argument), "__objc_property_temp"); in objc_build_incr_expr_for_property_ref()
1994 DECL_SOURCE_LOCATION (temp_variable_decl) = location; in objc_build_incr_expr_for_property_ref()
1995 bind = build3 (BIND_EXPR, void_type_node, temp_variable_decl, NULL, NULL); in objc_build_incr_expr_for_property_ref()
2011 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2018 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2026 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2040 s2 = objc_build_setter_call (argument, temp_variable_decl); in objc_build_incr_expr_for_property_ref()
2046 temp_variable_decl, increment)); in objc_build_incr_expr_for_property_ref()
2052 temp_variable_decl, increment)); in objc_build_incr_expr_for_property_ref()
2066 s3 = convert (TREE_TYPE (argument), temp_variable_decl); in objc_build_incr_expr_for_property_ref()