Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc2046 tree temp_variable_decl, bind; in objc_build_incr_expr_for_property_ref() local
2056 temp_variable_decl = objc_create_temporary_var (TREE_TYPE (argument), "__objc_property_temp"); in objc_build_incr_expr_for_property_ref()
2057 DECL_SOURCE_LOCATION (temp_variable_decl) = location; in objc_build_incr_expr_for_property_ref()
2058 bind = build3 (BIND_EXPR, void_type_node, temp_variable_decl, NULL, NULL); in objc_build_incr_expr_for_property_ref()
2074 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2081 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2089 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2103 s2 = objc_build_setter_call (argument, temp_variable_decl); in objc_build_incr_expr_for_property_ref()
2109 temp_variable_decl, increment)); in objc_build_incr_expr_for_property_ref()
2115 temp_variable_decl, increment)); in objc_build_incr_expr_for_property_ref()
[all …]