| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 73 EXACT_DIV_EXPR, enumerator
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | lex.c | 137 operator_name_info [(int) EXACT_DIV_EXPR].name = "(ceiling /)"; in init_operators() 150 assignment_operator_name_info [(int) EXACT_DIV_EXPR].name in init_operators()
|
| H A D | error.c | 1509 case EXACT_DIV_EXPR: in dump_expr()
|
| H A D | typeck.c | 3130 case EXACT_DIV_EXPR: in build_binary_op() 3824 result = build2 (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1)); in pointer_diff()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | lex.c | 283 operator_name_info [(int) EXACT_DIV_EXPR].name = "(ceiling /)"; in init_operators() 299 assignment_operator_name_info [(int) EXACT_DIV_EXPR].name in init_operators()
|
| H A D | error.c | 1720 case EXACT_DIV_EXPR:
|
| H A D | typeck.c | 3122 case EXACT_DIV_EXPR: 3775 result = build (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1));
|
| H A D | decl2.c | 3241 case EXACT_DIV_EXPR:
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-pretty-print.c | 1190 case EXACT_DIV_EXPR: in dump_generic_node() 2170 case EXACT_DIV_EXPR: in op_prio() 2357 case EXACT_DIV_EXPR: in op_symbol_1()
|
| H A D | tree-ssa-loop-niter.c | 196 c = fold_build2 (EXACT_DIV_EXPR, niter_type, c, d); in number_of_iterations_ne() 1664 case EXACT_DIV_EXPR: in derive_constant_upper_bound()
|
| H A D | tree-vrp.c | 1541 || code == EXACT_DIV_EXPR in vrp_int_const_binop() 1582 || code == EXACT_DIV_EXPR in vrp_int_const_binop() 1618 && code != EXACT_DIV_EXPR in extract_range_from_binary_expr() 1785 || code == EXACT_DIV_EXPR in extract_range_from_binary_expr()
|
| H A D | tree-chrec.c | 480 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom, in tree_fold_binomial()
|
| H A D | tree-data-ref.c | 920 data_size = fold_build2 (EXACT_DIV_EXPR, integer_type_node, in estimate_niter_from_size_of_data() 2482 *overlaps_b = fold_build2 (EXACT_DIV_EXPR, integer_type_node, in analyze_siv_subscript_cst_affine() 2562 *overlaps_b = fold_build2 (EXACT_DIV_EXPR, in analyze_siv_subscript_cst_affine()
|
| H A D | tree-ssa-loop-im.c | 452 case EXACT_DIV_EXPR: in stmt_cost()
|
| H A D | fold-const.c | 780 case EXACT_DIV_EXPR: /* for this one, it shouldn't matter */ in div_and_round_double() 1121 case EXACT_DIV_EXPR: in negate_expr_p() 1272 case EXACT_DIV_EXPR: in fold_negate_expr() 1588 case EXACT_DIV_EXPR: in int_const_binop() 5812 case ROUND_DIV_EXPR: case EXACT_DIV_EXPR: in extract_muldiv_1() 5847 && ((code == MULT_EXPR && tcode == EXACT_DIV_EXPR) in extract_muldiv_1() 6839 tree tmp = div_if_zero_remainder (EXACT_DIV_EXPR, delta, step); in try_move_mult_to_index() 8403 || TREE_CODE (arg0) == EXACT_DIV_EXPR) in fold_comparison() 10050 case EXACT_DIV_EXPR: in fold_binary() 10097 return fold_build2 (EXACT_DIV_EXPR, type, arg0, arg1); in fold_binary()
|
| H A D | gimplify.c | 1604 size_binop (EXACT_DIV_EXPR, TYPE_SIZE_UNIT (dctype), in canonicalize_addr_expr() 1783 elmt_size = size_binop (EXACT_DIV_EXPR, elmt_size, factor); in gimplify_compound_lval() 1805 offset = size_binop (EXACT_DIV_EXPR, offset, factor); in gimplify_compound_lval()
|
| H A D | tree-eh.c | 1928 case EXACT_DIV_EXPR: in tree_could_trap_p()
|
| H A D | tree-inline.c | 1782 case EXACT_DIV_EXPR: in estimate_num_insns_1()
|
| H A D | expmed.c | 4006 if (code == EXACT_DIV_EXPR && op1_is_pow2) in expand_divmod() 4727 case EXACT_DIV_EXPR: in expand_divmod()
|
| H A D | c-typeck.c | 2787 return fold_build2 (EXACT_DIV_EXPR, restype, op0, convert (restype, op1)); in pointer_diff() 7932 case EXACT_DIV_EXPR: in build_binary_op()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | check-init.c | 858 case EXACT_DIV_EXPR:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 761 case EXACT_DIV_EXPR: /* for this one, it shouldn't matter */ 1101 case EXACT_DIV_EXPR: 4278 case ROUND_DIV_EXPR: case EXACT_DIV_EXPR: 4311 && ((code == MULT_EXPR && tcode == EXACT_DIV_EXPR) 5724 case EXACT_DIV_EXPR: 5738 return fold (build (EXACT_DIV_EXPR, type, arg0, arg1));
|
| H A D | expmed.c | 3129 if (code == EXACT_DIV_EXPR && op1_is_pow2) 3839 case EXACT_DIV_EXPR:
|
| H A D | c-typeck.c | 1997 case EXACT_DIV_EXPR: 2692 result = build (EXACT_DIV_EXPR, restype, op0, convert (restype, op1));
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1884 @tindex EXACT_DIV_EXPR 2271 @item EXACT_DIV_EXPR 2272 The @code{EXACT_DIV_EXPR} code is used to represent integer divisions where
|