Home
last modified time | relevance | path

Searched refs:build_x_binary_op (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2012638 * typeck.c (build_x_binary_op): Update warn_about_parentheses call.
1946 build_x_binary_op, build_x_compound_expr_from_list,
1999 c_inhibit_evaluation_warnings around build_x_binary_op call.
2076 * typeck.c (build_x_indirect_ref, build_x_binary_op,
2289 cp_build_function_call_vec, convert_arguments, build_x_binary_op,
2991 the tree returned by build_x_binary_op.
H A DChangeLog-2008352 * typeck.c (build_x_binary_op): Update call to
499 (build_x_binary_op): Same.
2238 (build_x_binary_op): Ditto.
H A DChangeLog-2006109 of expression. Use it when calling build_x_binary_op.
114 * typeck.c (build_x_binary_op): Add parameters arg1_code and
116 * cp-tree.h (build_x_binary_op): Update declaration.
H A Dsemantics.cc10016 tree tem = build_x_binary_op (EXPR_LOCATION (cond), in handle_omp_for_class_iterator()
10034 diff = build_x_binary_op (elocus, MINUS_EXPR, in handle_omp_for_class_iterator()
10117 iter_incr = build_x_binary_op (EXPR_LOCATION (rhs), in handle_omp_for_class_iterator()
11012 ifc = build_x_binary_op (OMP_CLAUSE_LOCATION (ifc), NE_EXPR, in finish_omp_cancel()
H A Dcp-tree.h8004 extern tree build_x_binary_op (const op_location_t &,
8009 inline tree build_x_binary_op (const op_location_t &loc, in build_x_binary_op() function
8013 return build_x_binary_op (loc, code, arg1, TREE_CODE (arg1), arg2, in build_x_binary_op()
H A DChangeLog-2021108 build_min_nt_loc instead of build_x_binary_op.
121 (build_x_binary_op): Likewise.
176 build_x_binary_op.
181 (build_x_binary_op): Likewise.
H A DChangeLog-2009776 * typeck.c (build_x_binary_op): Don't do warn_parentheses
3171 build_x_binary_op, but build2.
H A DChangeLog-201899 (build_x_binary_op): Likewise.
104 calling build_x_binary_op.
106 * typeck.c (build_x_binary_op): Convert 1st param from location_t
H A DChangeLog-2015162 (build_x_binary_op): Likewise.
345 and using the location in the call to build_x_binary_op, adding a
H A DChangeLog-20031633 build_x_indirect_ref, build_x_binary_op, build_x_unary_op,
3239 (build_x_binary_op): Likewise.
3481 (build_x_binary_op): Handle DOTSTAR_EXPR.
H A DChangeLog-20045678 (build_x_binary_op): Likewise.
5685 build_x_binary_op.
5689 (build_x_binary_op): Likewise.
H A DChangeLog-20191131 (build_x_binary_op): Add wrapper with fewer parms.
4757 * typeck.c (build_x_binary_op, build_x_unary_op): Call
5341 maybe_convert_cond when not in template or build_x_binary_op
H A Dtypeck.cc2609 build_x_binary_op (loc, in rationalize_conditional_expr()
4543 build_x_binary_op (const op_location_t &loc, enum tree_code code, tree arg1, in build_x_binary_op() function
H A Dparser.cc10204 current.lhs = build_x_binary_op (op_loc, current.tree_type, in cp_parser_binary_expression()
13852 condition = build_x_binary_op (input_location, NE_EXPR, in cp_convert_range_for()
13972 && (build_x_binary_op (input_location, NE_EXPR, in cp_parser_perform_range_for_lookup()
41730 return build_x_binary_op (cp_expr_loc_or_input_loc (cond), in cp_parser_omp_for_cond()
41814 lhs = build_x_binary_op (input_location, op, in cp_parser_omp_for_incr()
42164 cond = build_x_binary_op (input_location, NE_EXPR, in cp_convert_omp_range_for()
H A DChangeLog-20204785 before calling build_x_binary_op.
5155 as well as its range, because build_x_binary_op doesn't always do so.
H A DChangeLog-19944997 * typeck.c (build_x_binary_op): Put back speculative call to
5056 * typeck.c (build_x_binary_op, build_x_unary_op,
H A DChangeLog-20053490 array-new handling code. Use build_x_binary_op.
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A DChangeLog42 (plugin_build_binary_expr): Adjust call to build_x_binary_op.
H A Dlibcp1plugin.cc2796 result = build_x_binary_op (/*loc=*/0, opcode, op0, ERROR_MARK, in plugin_build_binary_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c8558 tree tem = build_x_binary_op (EXPR_LOCATION (cond), in handle_omp_for_class_iterator()
8576 diff = build_x_binary_op (elocus, MINUS_EXPR, TREE_OPERAND (cond, 1), in handle_omp_for_class_iterator()
8657 iter_incr = build_x_binary_op (EXPR_LOCATION (rhs), in handle_omp_for_class_iterator()
9520 ifc = build_x_binary_op (OMP_CLAUSE_LOCATION (ifc), NE_EXPR, in finish_omp_cancel()
H A Dcp-tree.h7593 extern tree build_x_binary_op (const op_location_t &,
7598 inline tree build_x_binary_op (const op_location_t &loc, in build_x_binary_op() function
7602 return build_x_binary_op (loc, code, arg1, TREE_CODE (arg1), arg2, in build_x_binary_op()
H A Dconstraint.cc158 cp_expr expr = build_x_binary_op (loc, code, in finish_constraint_binary_op()
H A Dtypeck.c2420 build_x_binary_op (loc, in rationalize_conditional_expr()
4281 build_x_binary_op (const op_location_t &loc, enum tree_code code, tree arg1, in build_x_binary_op() function
H A Dparser.c9736 current.lhs = build_x_binary_op (op_loc, current.tree_type, in cp_parser_binary_expression()
12674 condition = build_x_binary_op (input_location, NE_EXPR, in cp_convert_range_for()
12792 && (build_x_binary_op (input_location, NE_EXPR, in cp_parser_perform_range_for_lookup()
38400 return build_x_binary_op (cp_expr_loc_or_input_loc (cond), in cp_parser_omp_for_cond()
38484 lhs = build_x_binary_op (input_location, op, lhs, ERROR_MARK, rhs, in cp_parser_omp_for_incr()
38832 cond = build_x_binary_op (input_location, NE_EXPR, in cp_convert_omp_range_for()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2955 result = build_x_binary_op (/*loc=*/0, opcode, op0, ERROR_MARK, in plugin_build_binary_expr()

12