Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dintrinsics.cc318 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 Dexpr.cc214 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 Dmodules.cc194 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 Dd-codegen.cc1060 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 Dd-tree.h542 extern tree modify_expr (tree, tree);
H A Dd-convert.cc882 expr = compound_expr (modify_expr (var, expr), var); in d_array_convert()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dintrinsics.cc355 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 Dexpr.cc203 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 Dmodules.cc196 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 Dd-codegen.cc683 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 Dd-tree.h561 extern tree modify_expr (tree, tree);
H A Dd-convert.cc987 expr = compound_expr (modify_expr (var, expr), var); in d_array_convert()
H A DChangeLog-2013950 (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 DChangeLog-2016624 (modify_expr): Remove overload. Updated all callers.
640 Updated all callers to use modify_expr().
H A DChangeLog-2015286 * d-codegen.h (component_ref, modify_expr, vmodify_expr, build_vinit)
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dcontexts.rst375 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dcontexts.rst375 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.def500 DEFTREECODE (MODIFY_EXPR, "modify_expr", tcc_expression, 2)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.def510 DEFTREECODE (MODIFY_EXPR, "modify_expr", tcc_expression, 2)
H A DChangeLog-200511798 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 Dlibgccjit.texi5402 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi4891 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>