Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c1887 tree temp_variable_decl, bind; in objc_build_incr_expr_for_property_ref() local
1897 temp_variable_decl = objc_create_temporary_var (TREE_TYPE (argument), "__objc_property_temp"); in objc_build_incr_expr_for_property_ref()
1898 DECL_SOURCE_LOCATION (temp_variable_decl) = location; in objc_build_incr_expr_for_property_ref()
1899 bind = build3 (BIND_EXPR, void_type_node, temp_variable_decl, NULL, NULL); in objc_build_incr_expr_for_property_ref()
1915 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
1922 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
1930 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
1944 s2 = objc_build_setter_call (argument, temp_variable_decl); in objc_build_incr_expr_for_property_ref()
1950 temp_variable_decl, increment)); in objc_build_incr_expr_for_property_ref()
1956 temp_variable_decl, increment)); in objc_build_incr_expr_for_property_ref()
[all …]