Home
last modified time | relevance | path

Searched refs:build_binary_op (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.gcc4341 * typeck.c (build_binary_op): Include types in error.
81 * typeck.c (build_binary_op): Call overflow_warning if
H A DChangeLog.tree-ssa240 (get_member_function_from_ptrfunc, build_binary_op): Likewise.
400 * typeck.c (build_binary_op): Initialize variable 'type'.
H A DChangeLog-200033 * typeck.c (build_binary_op): Fix pmf comparison logic.
1768 * typeck.c (build_binary_op): Likewise.
2114 * typeck.c (build_binary_op): Fix grammar in warning.
2415 (build_binary_op): Use composite_pointer_type.
2501 (build_binary_op): Likewise.
2504 build_binary_op.
2524 (build_binary_op): Add parameter.
2758 (build_binary_op): Likewise.
5635 * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
5968 * call.c (build_new_op): Use build_binary_op instead of
[all …]
H A DChangeLog307 * typeck.c (build_binary_op): Replace -Wstring-literal-comparison
514 (build_binary_op): Use temporary for inner type of vector types.
1430 * typeck.c (build_binary_op): Short-circuit pointer arithmetic in
3068 * typeck.c (build_binary_op): Annotate div-by-zero
3272 * typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().
3727 * typeck.c (build_binary_op): Issue warning if either operand of a
5271 * typeck.c (build_binary_op): Use invalid_binary_op hook.
5399 * typeck.c (build_binary_op): Handle vectors.
H A DChangeLog-2004964 * typeck.c (build_binary_op): Honor build_type, even when in a
1326 convert_arguments, build_binary_op, pointer_diff, build_unary_op,
1674 (build_binary_op): Likewise. Do not try to optimize computations
2422 build_binary_op, build_unary_op, expand_ptrmemfunc_cst): Likewise.
2886 get_member_function_from_ptrfunc, build_binary_op, pointer_diff,
3306 * typeck.c (build_binary_op): Do not use RDIV_EXPR for
5481 (build_binary_op): Likewise.
H A DChangeLog-20021851 (build_binary_op): Likewise.
1939 (build_binary_op): Likewise.
3405 * typeck.c (build_binary_op): Update.
3912 * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
3980 * typeck.c (build_binary_op): Rename itf_* to tf_*.
H A DChangeLog-19951682 (build_binary_op): Likewise.
2762 (build_binary_op): Likewise.
2849 * typeck.c (build_binary_op): Return an error_mark_node if either
2966 (build_binary_op): Undo default_conversion if it wasn't useful.
H A Dtypeck.c3081 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, in build_binary_op() function
4061 return build_binary_op (NE_EXPR, expr, integer_zero_node, 1); in cp_truthvalue_conversion()
H A Dparser.c18818 if_condition = build_binary_op (NE_EXPR, limit_decl_assign_expr, in objc_foreach_stmt()
18856 if_condition = build_binary_op (NE_EXPR, startMutations_decl, exp, 1); in objc_foreach_stmt()
18885 do_condition = build_binary_op (LT_EXPR, counter_decl, limit_decl, 1); in objc_foreach_stmt()
18896 do_condition = build_binary_op (NE_EXPR, exp, in objc_foreach_stmt()
H A DChangeLog-1994149 * typeck.c (build_binary_op): Lose checks on TYPE_PTRMEMFUNC_P with
1691 * typeck.c (build_binary_op): Use the types before default
1709 * typeck.c (build_binary_op): Use the types before default
2407 (build_binary_op): Convert args of && and || to bool.
H A Dcp-tree.h4555 build_binary_op(code, arg1, arg2, 1)
H A DChangeLog-20031746 * typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2768 (build_binary_op): Do not use of comp_target_types.
3135 * typeck.c (build_binary_op): Do not warn about signed
H A DChangeLog-19994953 same_type_p for pmf bits. Don't use build_binary_op to compare
5236 * cp-tree.h (build_binary_op): Remove unneeded parameter.
5238 build_binary_op.
H A DChangeLog-199820 * typeck.c (build_binary_op): Mark parameter `convert_p' with
1014 (build_binary_op): Gut.
H A DChangeLog-20011318 (build_binary_op): Don't do initial decay or default
/freebsd-12.1/contrib/gcc/
H A Dc-common.h771 extern tree build_binary_op (enum tree_code, tree, tree, int);
H A Dc-common.c2505 ptrop = build_binary_op (subcode, ptrop, in pointer_int_sum()
2523 build_binary_op (MULT_EXPR, intop, in pointer_int_sum()
2626 return build_binary_op ((TREE_SIDE_EFFECTS (TREE_OPERAND (expr, 1)) in c_common_truthvalue_conversion()
2686 return (build_binary_op in c_common_truthvalue_conversion()
2694 return build_binary_op (NE_EXPR, expr, integer_zero_node, 1); in c_common_truthvalue_conversion()
H A Dc-typeck.c2098 return build_indirect_ref (build_binary_op (PLUS_EXPR, ar, index, 0), in build_array_ref()
2765 result.value = build_binary_op (code, arg1.value, arg2.value, 1); in parser_build_binary_op()
2867 op0 = build_binary_op (MINUS_EXPR, convert (restype, op0), in pointer_diff()
3132 return build_binary_op (PLUS_EXPR, in build_unary_op()
3979 newrhs = build_binary_op (modifycode, lhs, rhs, 1); in build_modify_expr()
8235 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, in build_binary_op() function
H A DChangeLog.gcc4389 (build_binary_op): Pass types to binary_op_error.
H A DChangeLog1187 (build_binary_op): Likewise.
1428 (build_binary_op): Likewise.
H A DFSFChangeLog.101389 * c-typeck.c (build_binary_op): Check warn_sign_compare rather
1586 (build_binary_op): Fix precedence errors.
7566 * c-typeck.c (build_binary_op): Warn when ~unsigned is compared
8079 * c-typeck.c (build_binary_op): Also warn about ordered
9116 * c-typeck.c (build_binary_op): Don't call common_type for
9261 * c-typeck.c (build_binary_op): New variable build_type controls
10051 * c-typeck.c (build_binary_op): Avoid spurious warning
H A Dc-decl.c6557 enum_next_value = build_binary_op (PLUS_EXPR, value, integer_one_node, 0); in build_enumerator()
H A DChangeLog-200011757 * c-typeck.c (common_type, build_array_ref, build_binary_op,
15336 (build_binary_op): Likewise.
15347 (build_binary_op): Likewise.
16779 (build_binary_op): Likewise.
22846 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
24779 build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
25071 * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
26958 (build_binary_op): Use integer_all_onesp and compare_tree_int.
29934 * c-typeck.c (build_binary_op): Don't handle it.
30138 (build_binary_op): Support unordered compares.
[all …]
H A DChangeLog-20051514 * c-typeck.c (build_binary_op): Warn for address comparisons which
2750 build_binary_op): Use it.
8696 (build_binary_op): Likewise.
9751 * c-typeck.c (build_binary_op): Use common_type wrapper on
13693 (build_binary_op): Use invalid_binary_op hook.
14943 * c-typeck.c (build_binary_op): Check compatability of vector
17652 * c-typeck.c (build_binary_op): Likewise.
17690 (build_binary_op): Call objc_compare_types() before issuing
18547 instead of build_binary_op when performing code transformations
27535 (build_binary_op): Call c_common_truthvalue_conversion.
[all …]
H A DChangeLog-20044996 * c-typeck.c (build_binary_op): Don't allow RROTATE_EXPR,
18860 * c-typeck.c (build_binary_op): After convert calls, check for
19139 build_binary_op): Likewise.
22419 * c-typeck.c (build_binary_op): Do not use RDIV_EXPR for
31039 (build_binary_op): Use require_constant_value to determine whether
31105 (build_conditional_expr, build_binary_op): Use
31773 * c-typeck.c (build_binary_op): Likewise.
33327 (build_unary_op, build_binary_op): Likewise.
37100 * c-typeck.c (build_binary_op): Do not allow comparisons of
38251 build_binary_op): Likewise.
[all …]

12