/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-omp.c | 172 return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic() 180 x = build_modify_expr (input_location, lhs, NULL_TREE, opcode, in c_finish_omp_atomic() 219 x = build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic() 386 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR, in c_finish_omp_for()
|
H A D | c-common.h | 543 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-omp.c | 271 return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic() 295 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode, in c_finish_omp_atomic() 381 x = build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic() 587 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR, in c_finish_omp_for()
|
H A D | c-common.h | 585 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
|
/dflybsd-src/contrib/gcc-8.0/gcc/objc/ |
H A D | objc-tree.def | 57 happens in build_modify_expr() or cp_build_modify_expr()).
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-tree.def | 58 happens in build_modify_expr() or cp_build_modify_expr()).
|
H A D | objc-act.c | 1815 s1 = build_modify_expr (input_location, setter_argument, NULL_TREE, in objc_maybe_build_modify_expr() 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() 7450 statement = build_modify_expr in objc_synthesize_setter() 8776 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE, in get_super_receiver() 8814 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE, in get_super_receiver()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-parser.c | 5391 ret.value = build_modify_expr (op_location, lhs.value, lhs.original_type, in c_parser_expr_no_commas() 9924 init = build_modify_expr (init_loc, decl, decl_exp.original_type, in c_parser_omp_for_loop()
|
H A D | c-typeck.c | 4904 build_modify_expr (location_t location, tree lhs, tree lhs_origtype, in build_modify_expr() function 4936 tree inner = build_modify_expr (location, C_MAYBE_CONST_EXPR_EXPR (lhs), in build_modify_expr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 5838 build_modify_expr (location_t location, tree lhs, tree lhs_origtype, in build_modify_expr() function 5875 tree inner = build_modify_expr (location, C_MAYBE_CONST_EXPR_EXPR (lhs), in build_modify_expr()
|
H A D | c-parser.c | 6653 ret.value = build_modify_expr (op_location, lhs.value, lhs.original_type, in c_parser_expr_no_commas() 15753 init = build_modify_expr (init_loc, decl, decl_exp.original_type, in c_parser_omp_for_loop()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | semantics.c | 4644 incr = build_modify_expr (elocus, decl, NULL_TREE, PLUS_EXPR, in handle_omp_for_class_iterator()
|
H A D | typeck.c | 6620 build_modify_expr (location_t location ATTRIBUTE_UNUSED, in build_modify_expr() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | semantics.c | 7954 incr = build_modify_expr (elocus, decl, NULL_TREE, PLUS_EXPR, in handle_omp_for_class_iterator()
|
H A D | typeck.c | 7882 build_modify_expr (location_t location, in build_modify_expr() function
|