Home
last modified time | relevance | path

Searched refs:op_loc (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/mpc/src/
H A Dsin_cos.c29 mpc_t op_loc; in mpc_sin_cos_nonfinite() local
37 op_loc [0] = op [0]; in mpc_sin_cos_nonfinite()
40 if (mpfr_nan_p (mpc_realref (op_loc)) || mpfr_nan_p (mpc_imagref (op_loc))) { in mpc_sin_cos_nonfinite()
50 if (!mpfr_inf_p (mpc_imagref (op_loc)) && !mpfr_zero_p (mpc_imagref (op_loc))) in mpc_sin_cos_nonfinite()
61 if (!mpfr_inf_p (mpc_imagref (op_loc)) && !mpfr_zero_p (mpc_imagref (op_loc))) in mpc_sin_cos_nonfinite()
131 mpfr_signbit (mpc_realref (op_loc)) == mpfr_signbit (mpc_imagref (op_loc)); in mpc_sin_cos_nonfinite()
148 mpfr_signbit (mpc_realref (op_loc)) == mpfr_signbit (mpc_imagref (op_loc)); in mpc_sin_cos_nonfinite()
170 mpc_clear (op_loc); in mpc_sin_cos_nonfinite()
236 mpc_t op_loc; in mpc_sin_cos_imag() local
244 op_loc [0] = op [0]; in mpc_sin_cos_imag()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c570 location_t op_loc = c_parser_peek_token (parser)->location; in c_parser_gimple_unary_expression() local
579 return parser_build_unary_op (op_loc, ADDR_EXPR, op); in c_parser_gimple_unary_expression()
592 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_gimple_unary_expression()
597 ret.src_range.m_start = op_loc; in c_parser_gimple_unary_expression()
608 return parser_build_unary_op (op_loc, NEGATE_EXPR, op); in c_parser_gimple_unary_expression()
622 return parser_build_unary_op (op_loc, REALPART_EXPR, op); in c_parser_gimple_unary_expression()
626 return parser_build_unary_op (op_loc, IMAGPART_EXPR, op); in c_parser_gimple_unary_expression()
637 return parser_build_unary_op (op_loc, ABS_EXPR, op); in c_parser_gimple_unary_expression()
1023 expr.value = build_array_ref (op_loc, expr.value, idx); in c_parser_gimple_postfix_expression_after_primary()
1105 expr.value = build_component_ref (op_loc, in c_parser_gimple_postfix_expression_after_primary()
[all …]
H A Dc-parser.c7217 return parser_build_unary_op (op_loc, ADDR_EXPR, op); in c_parser_unary_expression()
7225 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_unary_expression()
7227 ret.src_range.m_start = op_loc; in c_parser_unary_expression()
7233 warning_at (op_loc, in c_parser_unary_expression()
7265 (c_parser_peek_token (parser)->value, op_loc); in c_parser_unary_expression()
7266 set_c_expr_source_range (&ret, op_loc, in c_parser_unary_expression()
9176 expr.value = build_array_ref (op_loc, expr.value, idx); in c_parser_postfix_expression_after_primary()
9294 expr.value = build_component_ref (op_loc, in c_parser_postfix_expression_after_primary()
9295 build_indirect_ref (op_loc, in c_parser_postfix_expression_after_primary()
9319 expr.value = build_unary_op (op_loc, POSTINCREMENT_EXPR, in c_parser_postfix_expression_after_primary()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c5863 location_t op_loc = c_parser_peek_token (parser)->location; in c_parser_unary_expression() local
5885 return parser_build_unary_op (op_loc, ADDR_EXPR, op); in c_parser_unary_expression()
5895 warning_at (op_loc, in c_parser_unary_expression()
5927 (c_parser_peek_token (parser)->value, op_loc); in c_parser_unary_expression()
5954 return parser_build_unary_op (op_loc, REALPART_EXPR, op); in c_parser_unary_expression()
5960 return parser_build_unary_op (op_loc, IMAGPART_EXPR, op); in c_parser_unary_expression()
6867 expr.value = build_array_ref (op_loc, expr.value, idx); in c_parser_postfix_expression_after_primary()
6943 expr.value = build_component_ref (op_loc, in c_parser_postfix_expression_after_primary()
6944 build_indirect_ref (op_loc, in c_parser_postfix_expression_after_primary()
6965 expr.value = build_unary_op (op_loc, in c_parser_postfix_expression_after_primary()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c1742 source_location op_loc = 0; in find_node() local
1744 op_loc = as_a <dt_operand *> (ops[i])->op->location; in find_node()
1749 warning_at (op_loc, in find_node()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c2697 finish_unary_op_expr (location_t op_loc, enum tree_code code, cp_expr expr, in finish_unary_op_expr() argument
2705 location_t combined_loc = make_location (op_loc, in finish_unary_op_expr()
2706 op_loc, expr.get_finish ()); in finish_unary_op_expr()