| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | expr.cc | 188 lexpr = compound_expr (lexpr, lhs); in binop_assignment() 201 rhs = compound_expr (rexpr, rhs); in binop_assignment() 204 return compound_expr (lexpr, expr); in binop_assignment() 416 result = compound_expr (t2saved, result); in visit() 419 result = compound_expr (t1saved, result); in visit() 725 var = compound_expr (modify_expr (var, init), var); in visit() 893 result = compound_expr (rexpr, result); in visit() 900 result = compound_expr (compound_expr (lexpr, ptr), result); in visit() 901 this->result_ = compound_expr (result, build_deref (ptr)); in visit() 926 this->result_ = compound_expr (t1, t2); in visit() [all …]
|
| H A D | d-codegen.cc | 588 lhs = compound_expr (lhs, stabilize_expr (&rhs)); in stabilize_expr() 682 init = compound_expr (init, build_memset_call (tmp)); in build_address() 683 init = compound_expr (init, modify_expr (tmp, exp)); in build_address() 696 return compound_expr (init, exp); in build_address() 935 tmemcmp = compound_expr (t2, tmemcmp); in lower_struct_comparison() 937 tmemcmp = compound_expr (t1, tmemcmp); in lower_struct_comparison() 1035 exp = compound_expr (t2, exp); in build_struct_comparison() 1037 exp = compound_expr (t1, exp); in build_struct_comparison() 1063 return compound_expr (compound_expr (t1init, t2init), result); in build_struct_comparison() 1145 return compound_expr (body, result); in build_array_struct_comparison() [all …]
|
| H A D | d-convert.cc | 448 result = compound_expr (exp, result); in convert_expr() 592 result = compound_expr (exp, result); in convert_expr() 613 return compound_expr (exp, build_zero_cst (build_ctype (tbtype))); in convert_expr() 936 result = compound_expr (expr, result); in convert_for_condition() 987 expr = compound_expr (modify_expr (var, expr), var); in d_array_convert()
|
| H A D | modules.cc | 197 expr_list = compound_expr (expr_list, var_expr); in build_funcs_gates_fn() 205 expr_list = compound_expr (expr_list, call_expr); in build_funcs_gates_fn() 377 expr_list = compound_expr (expr_list, assign_expr); in build_dso_cdtor_fn() 382 expr_list = compound_expr (expr_list, call_expr); in build_dso_cdtor_fn()
|
| H A D | intrinsics.cc | 362 return compound_expr (cond, compound_expr (ptr, tmp)); in expand_intrinsic_bt() 698 return compound_expr (exp, real_part (result)); in expand_intrinsic_checkedint()
|
| H A D | d-tree.h | 567 extern tree compound_expr (tree, tree);
|
| H A D | ChangeLog-2016 | 323 (compound_expr): Likewise. 602 (compound_expr): Likewise. 636 Updated all callers to use compound_expr().
|
| H A D | decl.cc | 865 exp = compound_expr (exp, decl); in visit() 871 = compound_expr (TARGET_EXPR_CLEANUP (exp), in visit()
|
| H A D | toir.cc | 1049 add_stmt (compound_expr (init, expr)); in visit()
|
| H A D | ChangeLog-2015 | 287 (build_nop, build_vconvert, build_boolop, compound_expr)
|
| H A D | ChangeLog-2021 | 673 (compound_expr): Remove intermediate expressions that have no
|
| H A D | ChangeLog-2013 | 993 (IRState::compound): Replace with compound_expr.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | expr.cc | 199 lexpr = compound_expr (lexpr, lhs); in binop_assignment() 212 rhs = compound_expr (rexpr, rhs); in binop_assignment() 215 return compound_expr (lexpr, expr); in binop_assignment() 413 result = compound_expr (t2saved, result); in visit() 416 result = compound_expr (t1saved, result); in visit() 739 var = compound_expr (modify_expr (var, init), var); in visit() 907 result = compound_expr (rexpr, result); in visit() 914 result = compound_expr (compound_expr (lexpr, ptr), result); in visit() 915 this->result_ = compound_expr (result, build_deref (ptr)); in visit() 977 this->result_ = compound_expr (result, t1); in visit() [all …]
|
| H A D | d-codegen.cc | 585 lhs = compound_expr (lhs, stabilize_expr (&rhs)); in stabilize_expr() 679 return compound_expr (init, exp); in build_address() 871 tmemcmp = compound_expr (t2, tmemcmp); in lower_struct_comparison() 873 tmemcmp = compound_expr (t1, tmemcmp); in lower_struct_comparison() 975 exp = compound_expr (t2, exp); in build_struct_comparison() 977 exp = compound_expr (t1, exp); in build_struct_comparison() 1006 return compound_expr (compound_expr (t1init, t2init), result); in build_struct_comparison() 1088 return compound_expr (body, result); in build_array_struct_comparison() 1262 return compound_expr (init, result); in component_ref() 1274 init = compound_expr (init, stabilize_expr (&rhs)); in build_assign() [all …]
|
| H A D | modules.cc | 195 expr_list = compound_expr (expr_list, var_expr); in build_funcs_gates_fn() 203 expr_list = compound_expr (expr_list, call_expr); in build_funcs_gates_fn() 375 expr_list = compound_expr (expr_list, assign_expr); in build_dso_cdtor_fn() 380 expr_list = compound_expr (expr_list, call_expr); in build_dso_cdtor_fn()
|
| H A D | d-convert.cc | 448 result = compound_expr (exp, result); in convert_expr() 581 result = compound_expr (exp, result); in convert_expr() 602 return compound_expr (exp, build_zero_cst (build_ctype (tbtype))); in convert_expr() 882 expr = compound_expr (modify_expr (var, expr), var); in d_array_convert()
|
| H A D | intrinsics.cc | 325 return compound_expr (cond, compound_expr (ptr, tmp)); in expand_intrinsic_bt() 636 return compound_expr (exp, real_part (result)); in expand_intrinsic_checkedint()
|
| H A D | d-tree.h | 548 extern tree compound_expr (tree, tree);
|
| H A D | decl.cc | 764 exp = force_target_expr (compound_expr (exp, decl)); in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 1959 tree s1, s2, s3, compound_expr; in objc_maybe_build_modify_expr() local 2004 …compound_expr = build_compound_expr (input_location, build_compound_expr (input_location, s1, s2),… in objc_maybe_build_modify_expr() 2006 compound_expr = build_compound_expr (input_location, s2, s3); in objc_maybe_build_modify_expr() 2014 suppress_warning (compound_expr, OPT_Wunused); in objc_maybe_build_modify_expr() 2015 return compound_expr; in objc_maybe_build_modify_expr() 2049 tree s1, s2, s3, compound_expr; in objc_build_incr_expr_for_property_ref() local 2132 compound_expr = build_compound_expr (location, build_compound_expr (location, s1, s2), s3); in objc_build_incr_expr_for_property_ref() 2136 suppress_warning (compound_expr, OPT_Wunused); in objc_build_incr_expr_for_property_ref() 2137 return compound_expr; in objc_build_incr_expr_for_property_ref()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 1896 tree s1, s2, s3, compound_expr; in objc_maybe_build_modify_expr() local 1941 …compound_expr = build_compound_expr (input_location, build_compound_expr (input_location, s1, s2),… in objc_maybe_build_modify_expr() 1943 compound_expr = build_compound_expr (input_location, s2, s3); in objc_maybe_build_modify_expr() 1951 TREE_NO_WARNING (compound_expr) = 1; in objc_maybe_build_modify_expr() 1952 return compound_expr; in objc_maybe_build_modify_expr() 1986 tree s1, s2, s3, compound_expr; in objc_build_incr_expr_for_property_ref() local 2069 compound_expr = build_compound_expr (location, build_compound_expr (location, s1, s2), s3); in objc_build_incr_expr_for_property_ref() 2073 TREE_NO_WARNING (compound_expr) = 1; in objc_build_incr_expr_for_property_ref() 2074 return compound_expr; in objc_build_incr_expr_for_property_ref()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | sparc.c | 13836 compound_expr (tree t1, tree t2) in compound_expr() function 13884 *hold = compound_expr (compound_expr (hold_stfsr, hold_mask), hold_ldfsr); in sparc_atomic_assign_expand_fenv() 13925 update_call = compound_expr (update_shift, update_call); in sparc_atomic_assign_expand_fenv() 13929 = compound_expr (compound_expr (update_stfsr, update_ldfsr), update_call); in sparc_atomic_assign_expand_fenv()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | sparc.cc | 13794 compound_expr (tree t1, tree t2) in compound_expr() function 13842 *hold = compound_expr (compound_expr (hold_stfsr, hold_mask), hold_ldfsr); in sparc_atomic_assign_expand_fenv() 13883 update_call = compound_expr (update_shift, update_call); in sparc_atomic_assign_expand_fenv() 13887 = compound_expr (compound_expr (update_stfsr, update_ldfsr), update_call); in sparc_atomic_assign_expand_fenv()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.tuples | 7683 * testsuite/gcc.dg/gimple/compound_expr.c: Add checks. 7700 * testsuite/gcc.dg/gimple/compound_expr.c: Add dg-final. 7806 * gcc.dg/gimple/compound_expr.c: New. 7808 * gcc.dg/gimple/compound_expr.c: New.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.def | 497 DEFTREECODE (COMPOUND_EXPR, "compound_expr", tcc_expression, 2)
|