/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | intrinsics.cc | 318 ptr = modify_expr (ptr, fold_build2 (code, TREE_TYPE (ptr), ptr, bitnum)); in expand_intrinsic_bt() 323 cond = modify_expr (tmp, cond); in expand_intrinsic_bt() 536 exp = modify_expr (parmn, exp); in expand_intrinsic_vaarg() 633 exp = modify_expr (overflow, exp); in expand_intrinsic_checkedint() 692 return modify_expr (result, value); in expand_volatile_store()
|
H A D | expr.cc | 214 tree expr = modify_expr (lhs, convert_expr (rhs, e1->type, e1b->type)); in binop_assignment() 739 var = compound_expr (modify_expr (var, init), var); in visit() 906 result = modify_expr (build_deref (ptrexp), rhs); in visit() 1087 tree vthis_exp = modify_expr (component_ref (t1, field), value); in visit() 2336 setup_exp = modify_expr (var, aggregate_initializer_decl (cd)); in visit() 2344 setup_exp = modify_expr (build_deref (new_call), in visit() 2384 modify_expr (field, value)); in visit() 2443 new_call = compound_expr (modify_expr (field, value), new_call); in visit() 2523 tree init = modify_expr (var, build_constructor (tarray, elms)); in visit() 2564 tree init = modify_expr (build_deref (result), in visit() [all …]
|
H A D | modules.cc | 194 tree var_expr = modify_expr (decl, value); in build_funcs_gates_fn() 362 tree expr_list = modify_expr (dso_initialized_node, condition); in build_dso_cdtor_fn() 374 tree assign_expr = modify_expr (dso, build_struct_literal (dso_type, ve)); in build_dso_cdtor_fn()
|
H A D | d-codegen.cc | 1060 t = modify_expr (result, t); in build_array_struct_comparison() 1318 modify_expr (tree lhs, tree rhs) in modify_expr() function 1663 t = modify_expr (build_deref (ptr), value); in build_array_set() 2526 tree chain_expr = modify_expr (chain_field, in build_closure() 2542 tree expr = modify_expr (field, vsym); in build_closure()
|
H A D | d-tree.h | 542 extern tree modify_expr (tree, tree);
|
H A D | d-convert.cc | 882 expr = compound_expr (modify_expr (var, expr), var); in d_array_convert()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | intrinsics.cc | 355 ptr = modify_expr (ptr, fold_build2 (code, TREE_TYPE (ptr), ptr, bitnum)); in expand_intrinsic_bt() 360 cond = modify_expr (tmp, cond); in expand_intrinsic_bt() 572 exp = modify_expr (parmn, exp); in expand_intrinsic_vaarg() 695 exp = modify_expr (overflow, exp); in expand_intrinsic_checkedint() 756 return modify_expr (result, value); in expand_volatile_store()
|
H A D | expr.cc | 203 tree expr = modify_expr (lhs, convert_expr (rhs, e1->type, e1b->type)); in binop_assignment() 725 var = compound_expr (modify_expr (var, init), var); in visit() 892 result = modify_expr (build_deref (ptrexp), rhs); in visit() 1096 tree vthis_exp = modify_expr (component_ref (t1, field), value); in visit() 2289 setup_exp = modify_expr (var, aggregate_initializer_decl (cd)); in visit() 2332 modify_expr (field, value)); in visit() 2382 new_call = compound_expr (modify_expr (field, value), new_call); in visit() 2460 tree init = modify_expr (var, build_constructor (tarray, elms)); in visit() 2501 tree init = modify_expr (build_deref (result), in visit() 2733 ctor = compound_expr (modify_expr (var, ctor), var); in visit() [all …]
|
H A D | modules.cc | 196 tree var_expr = modify_expr (decl, value); in build_funcs_gates_fn() 364 tree expr_list = modify_expr (dso_initialized_node, condition); in build_dso_cdtor_fn() 376 tree assign_expr = modify_expr (dso, build_struct_literal (dso_type, ve)); in build_dso_cdtor_fn()
|
H A D | d-codegen.cc | 683 init = compound_expr (init, modify_expr (tmp, exp)); in build_address() 853 return modify_expr (build_deref (ptr), cst); in build_memset_call() 1117 t = modify_expr (result, t); in build_array_struct_comparison() 1387 modify_expr (tree lhs, tree rhs) in modify_expr() function 1758 t = modify_expr (build_deref (ptr), value); in build_array_set() 1840 tree assign = modify_expr (var, build_constructor (satype, elms)); in build_array_from_exprs() 2815 tree chain_expr = modify_expr (chain_field, in build_closure() 2835 tree expr = modify_expr (field, vsym); in build_closure()
|
H A D | d-tree.h | 561 extern tree modify_expr (tree, tree);
|
H A D | d-convert.cc | 987 expr = compound_expr (modify_expr (var, expr), var); in d_array_convert()
|
H A D | ChangeLog-2013 | 950 (modify_expr): New function overload to set return type directly. 951 * d-elem.cc (CatAssignExp::toElem): Use new modify_expr. 987 (IRState::modify): Replace with modify_expr.
|
H A D | ChangeLog-2016 | 624 (modify_expr): Remove overload. Updated all callers. 640 Updated all callers to use modify_expr().
|
H A D | ChangeLog-2015 | 286 * d-codegen.h (component_ref, modify_expr, vmodify_expr, build_vinit)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | contexts.rst | 375 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | contexts.rst | 375 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.def | 500 DEFTREECODE (MODIFY_EXPR, "modify_expr", tcc_expression, 2)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.def | 510 DEFTREECODE (MODIFY_EXPR, "modify_expr", tcc_expression, 2)
|
H A D | ChangeLog-2005 | 11798 requiring a cast in a non RHS of modify_expr. Add a cast when required.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 5402 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 4891 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
|