Searched refs:overflow_p (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dfixed-value.c192 bool overflow_p = false; local
207 overflow_p = true;
225 overflow_p = true;
232 overflow_p = true;
235 return overflow_p;
250 bool overflow_p = false; local
269 overflow_p = true;
293 overflow_p = true;
302 overflow_p = true;
305 return overflow_p;
327 bool overflow_p = false; local
413 bool overflow_p = false; local
528 bool overflow_p = false; local
640 bool overflow_p = false; local
692 bool overflow_p = false; local
827 bool overflow_p = false; local
971 bool overflow_p = false; local
1055 bool overflow_p = false; local
[all...]
H A Dfold-const.c1278 bool overflow_p;
1311 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p);
1314 if (overflow_p | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2))
2069 bool overflow_p;
2071 overflow_p = fixed_convert (&value, TYPE_MODE (type), &TREE_FIXED_CST (arg1),
2076 if (overflow_p | TREE_OVERFLOW (arg1))
2089 bool overflow_p;
2100 overflow_p = fixed_convert_from_int (&value, TYPE_MODE (type), di,
2106 if (overflow_p | TREE_OVERFLOW (arg1))
2119 bool overflow_p;
1273 bool overflow_p; local
2062 bool overflow_p; local
2082 bool overflow_p; local
2112 bool overflow_p; local
6261 bool overflow_p = false; local
15610 bool overflow_p = fixed_arithmetic (&f, NEGATE_EXPR, local
16110 bool overflow_p; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c49 if (verify_constant ((X), ctx->quiet, non_constant_p, overflow_p)) \
1035 bool *non_constant_p, bool *overflow_p)
1045 non_constant_p, overflow_p);
1085 bool *non_constant_p, bool *overflow_p,
1121 non_constant_p, overflow_p);
1189 bool *non_constant_p, bool *overflow_p)
1215 overflow_p);
1236 lval, non_constant_p, overflow_p);
1296 non_constant_p, overflow_p, &non_constant_args);
1354 non_constant_p, overflow_p));
1033 cxx_eval_builtin_function_call(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
1083 cxx_bind_parameters_in_call(const constexpr_ctx *ctx, tree t, constexpr_call *new_call, bool *non_constant_p, bool *overflow_p, bool *non_constant_args) argument
1187 cxx_eval_call_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
1508 verify_constant(tree t, bool allow_non_constant, bool *non_constant_p, bool *overflow_p) argument
1611 cxx_eval_unary_expression(const constexpr_ctx *ctx, tree t, bool , bool *non_constant_p, bool *overflow_p) argument
1639 cxx_eval_binary_expression(const constexpr_ctx *ctx, tree t, bool , bool *non_constant_p, bool *overflow_p) argument
1684 cxx_eval_conditional_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
1836 cxx_eval_array_reference(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
1933 cxx_eval_component_reference(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2016 cxx_eval_bit_field_ref(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2101 cxx_eval_logical_expression(const constexpr_ctx *ctx, tree t, tree bailout_value, tree continue_value, bool lval, bool *non_constant_p, bool *overflow_p) argument
2237 cxx_eval_bare_aggregate(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2318 cxx_eval_vec_init_1(const constexpr_ctx *ctx, tree atype, tree init, bool value_init, bool lval, bool *non_constant_p, bool *overflow_p) argument
2416 cxx_eval_vec_init(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2623 cxx_eval_indirect_ref(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2733 cxx_eval_trinary_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2768 cxx_eval_store_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2940 cxx_eval_increment_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
3069 cxx_eval_statement_list(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
3127 cxx_eval_loop_expr(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
3157 cxx_eval_switch_expr(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
3179 cxx_eval_pointer_plus_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
3238 cxx_eval_constant_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
3825 bool overflow_p = false; local
3936 bool overflow_p = false; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c10363 bool overflow_p = false;
10410 overflow_p |= tree_int_cst_lt (curindex, orig);
10422 overflow_p |= tree_int_cst_lt (maxindex, orig);
10484 && (overflow_p || TREE_OVERFLOW (TYPE_SIZE_UNIT (type))))
10345 bool overflow_p = false; local

Completed in 195 milliseconds