Home
last modified time | relevance | path

Searched refs:CALL_EXPR_ARG (Results 1 – 25 of 48) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDbuiltins.c1135 t_label = CALL_EXPR_ARG (exp, 0); in expand_builtin_nonlocal_goto()
1136 t_save_area = CALL_EXPR_ARG (exp, 1); in expand_builtin_nonlocal_goto()
1237 arg0 = CALL_EXPR_ARG (exp, 0); in expand_builtin_prefetch()
1244 arg1 = CALL_EXPR_ARG (exp, 1); in expand_builtin_prefetch()
1248 arg2 = CALL_EXPR_ARG (exp, 2); in expand_builtin_prefetch()
1823 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0)))); in expand_builtin_classify_type()
2110 arg0 = CALL_EXPR_ARG (exp, 0); in expand_builtin_mathfn_ternary()
2111 arg1 = CALL_EXPR_ARG (exp, 1); in expand_builtin_mathfn_ternary()
2112 arg2 = CALL_EXPR_ARG (exp, 2); in expand_builtin_mathfn_ternary()
2133 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0); in expand_builtin_mathfn_ternary()
[all …]
HDconvert.c197 tree arg0 = strip_float_extensions (CALL_EXPR_ARG (expr, 0)); in convert_to_real_1()
634 return convert_to_integer_1 (type, CALL_EXPR_ARG (s_expr, 0), dofold); in convert_to_integer_1()
642 tree newexpr = build_call_expr (fn, 1, CALL_EXPR_ARG (s_expr, 0)); in convert_to_integer_1()
673 tree newexpr = build_call_expr (fn, 1, CALL_EXPR_ARG (s_expr, 0)); in convert_to_integer_1()
HDexcept.c2084 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 0)); in expand_builtin_eh_pointer()
2096 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 0)); in expand_builtin_eh_filter()
2109 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 0)); in expand_builtin_eh_copy_values()
2111 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 1)); in expand_builtin_eh_copy_values()
2150 tree which = CALL_EXPR_ARG (exp, 0); in expand_builtin_eh_return_data_regno()
HDtree-ssa-propagate.c581 tree arg = CALL_EXPR_ARG (expr, i); in valid_gimple_call_p()
684 args[i] = CALL_EXPR_ARG (expr, i); in update_call_from_tree()
HDgimplify.c3225 gimplify_arg (&CALL_EXPR_ARG (*expr_p, i), pre_p, in gimplify_call_expr()
3227 vargs.quick_push (CALL_EXPR_ARG (*expr_p, i)); in gimplify_call_expr()
3331 && TREE_CODE (CALL_EXPR_ARG (*expr_p, nargs - 1)) == CALL_EXPR) in gimplify_call_expr()
3333 tree last_arg = CALL_EXPR_ARG (*expr_p, nargs - 1); in gimplify_call_expr()
3381 t = gimplify_arg (&CALL_EXPR_ARG (*expr_p, i), pre_p, in gimplify_call_expr()
3817 tree arg = CALL_EXPR_ARG (call, 0); in gimple_boolify()
3826 CALL_EXPR_ARG (call, 0) in gimple_boolify()
5692 tree ap = CALL_EXPR_ARG (call, 0); in gimplify_modify_expr()
5693 tree tag = CALL_EXPR_ARG (call, 1); in gimplify_modify_expr()
5694 tree aptag = CALL_EXPR_ARG (call, 2); in gimplify_modify_expr()
[all …]
HDcalls.c1666 tree arg = CALL_EXPR_ARG (exp, argno); in maybe_warn_nonstring_arg()
1681 bound = CALL_EXPR_ARG (exp, argno); in maybe_warn_nonstring_arg()
1689 bound = CALL_EXPR_ARG (exp, argno); in maybe_warn_nonstring_arg()
1758 tree callarg = CALL_EXPR_ARG (exp, argno); in maybe_warn_nonstring_arg()
1775 tree dstarg = CALL_EXPR_ARG (exp, 0); in maybe_warn_nonstring_arg()
HDfold-const.c505 return negate_expr_p (CALL_EXPR_ARG (t, 0)); in negate_expr_p()
691 && negate_expr_p (CALL_EXPR_ARG (t, 0))) in fold_negate_expr_1()
696 arg = negate_expr (CALL_EXPR_ARG (t, 0)); in fold_negate_expr_1()
10817 && (TREE_CODE (TREE_TYPE (CALL_EXPR_ARG (arg0, 0))) in fold_binary_loc()
10824 CALL_EXPR_ARG (arg0, 0)); in fold_binary_loc()
13174 tree arg0 = call_expr_nargs (t) > 0 ? CALL_EXPR_ARG (t, 0) : NULL_TREE; in tree_invalid_nonnegative_warnv_p()
13175 tree arg1 = call_expr_nargs (t) > 1 ? CALL_EXPR_ARG (t, 1) : NULL_TREE; in tree_invalid_nonnegative_warnv_p()
13708 ? CALL_EXPR_ARG (t, 0) in integer_valued_real_p()
13711 ? CALL_EXPR_ARG (t, 1) in integer_valued_real_p()
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.c1039 t_label = CALL_EXPR_ARG (exp, 0); in expand_builtin_nonlocal_goto()
1040 t_save_area = CALL_EXPR_ARG (exp, 1); in expand_builtin_nonlocal_goto()
1140 arg0 = CALL_EXPR_ARG (exp, 0); in expand_builtin_prefetch()
1147 arg1 = CALL_EXPR_ARG (exp, 1); in expand_builtin_prefetch()
1151 arg2 = CALL_EXPR_ARG (exp, 2); in expand_builtin_prefetch()
1822 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0)))); in expand_builtin_classify_type()
2029 arg = CALL_EXPR_ARG (exp, 0); in expand_builtin_mathfn()
2100 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg); in expand_builtin_mathfn()
2162 arg0 = CALL_EXPR_ARG (exp, 0); in expand_builtin_mathfn_2()
2163 arg1 = CALL_EXPR_ARG (exp, 1); in expand_builtin_mathfn_2()
[all …]
HDconvert.c197 tree arg0 = strip_float_extensions (CALL_EXPR_ARG (expr, 0)); in convert_to_real()
248 tree arg = strip_float_extensions (CALL_EXPR_ARG (expr, 0)); in convert_to_real()
504 return convert_to_integer (type, CALL_EXPR_ARG (s_expr, 0)); in convert_to_integer()
512 tree newexpr = build_call_expr (fn, 1, CALL_EXPR_ARG (s_expr, 0)); in convert_to_integer()
543 tree newexpr = build_call_expr (fn, 1, CALL_EXPR_ARG (s_expr, 0)); in convert_to_integer()
HDfold-const.c521 return negate_expr_p (CALL_EXPR_ARG (t, 0)); in negate_expr_p()
716 && negate_expr_p (CALL_EXPR_ARG (t, 0))) in fold_negate_expr()
721 arg = negate_expr (CALL_EXPR_ARG (t, 0)); in fold_negate_expr()
6162 tree arg = CALL_EXPR_ARG (arg0, 0); in fold_mathfn_compare()
8279 return build_call_expr_loc (loc, fn, 1, CALL_EXPR_ARG (arg0, 0)); in fold_unary_loc()
8321 return build_call_expr_loc (loc, fn, 1, CALL_EXPR_ARG (arg0, 0)); in fold_unary_loc()
10878 tree arg00 = CALL_EXPR_ARG (arg0, 0); in fold_binary_loc()
10879 tree arg10 = CALL_EXPR_ARG (arg1, 0); in fold_binary_loc()
10898 CALL_EXPR_ARG (arg0, 0), in fold_binary_loc()
10899 CALL_EXPR_ARG (arg1, 0)); in fold_binary_loc()
[all …]
HDtree-ssa-propagate.c650 tree arg = CALL_EXPR_ARG (expr, i); in valid_gimple_call_p()
753 VEC_replace (tree, args, i, CALL_EXPR_ARG (expr, i)); in update_call_from_tree()
HDexcept.c1964 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 0)); in expand_builtin_eh_pointer()
1976 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 0)); in expand_builtin_eh_filter()
1989 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 0)); in expand_builtin_eh_copy_values()
1991 = expand_builtin_eh_common (CALL_EXPR_ARG (exp, 1)); in expand_builtin_eh_copy_values()
2032 tree which = CALL_EXPR_ARG (exp, 0); in expand_builtin_eh_return_data_regno()
HDgimplify.c2475 && TREE_CODE (CALL_EXPR_ARG (*expr_p, nargs - 1)) == CALL_EXPR) in gimplify_call_expr()
2477 tree last_arg = CALL_EXPR_ARG (*expr_p, nargs - 1); in gimplify_call_expr()
2520 t = gimplify_arg (&CALL_EXPR_ARG (*expr_p, i), pre_p, in gimplify_call_expr()
2906 tree arg = CALL_EXPR_ARG (call, 0); in gimple_boolify()
2915 CALL_EXPR_ARG (call, 0) in gimple_boolify()
HDtree.h1803 #define CALL_EXPR_ARG(NODE, I) TREE_OPERAND (CALL_EXPR_CHECK (NODE), (I) + 3) macro
5953 result = CALL_EXPR_ARG (iter->t, iter->i); in next_call_expr_arg()
5964 result = CALL_EXPR_ARG (iter->t, iter->i); in next_const_call_expr_arg()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-gimplify.c764 = gimplify_arg (&CALL_EXPR_ARG (*expr_p, 1), pre_p, loc); in cp_gimplify_expr()
776 = gimplify_arg (&CALL_EXPR_ARG (*expr_p, i), pre_p, loc); in cp_gimplify_expr()
791 = gimplify_arg (&CALL_EXPR_ARG (*expr_p, 0), pre_p, loc); in cp_gimplify_expr()
1517 && TREE_CODE (CALL_EXPR_ARG (stmt, 0)) == INTEGER_CST in cp_genericize_r()
1518 && (TREE_CODE (TREE_TYPE (CALL_EXPR_ARG (stmt, 0))) in cp_genericize_r()
2487 r = cp_fold (CALL_EXPR_ARG (x, i)); in cp_fold()
2488 if (r != CALL_EXPR_ARG (x, i)) in cp_fold()
2497 CALL_EXPR_ARG (x, i) = r; in cp_fold()
2530 CALL_EXPR_ARG (x, 0)); in cp_fold()
HDcp-ubsan.c121 tree *opp = &CALL_EXPR_ARG (stmt, 0); in cp_ubsan_maybe_instrument_member_call()
HDlambda.c1141 CALL_EXPR_ARG (call, ix) = a; in maybe_add_lambda_conv_op()
1143 CALL_EXPR_ARG (decltype_call, ix) = unshare_expr (a); in maybe_add_lambda_conv_op()
HDinit.c3213 && TREE_CODE (TREE_TYPE (CALL_EXPR_ARG (alloc_call, 0))) == INTEGER_TYPE in build_new_1()
3214 && TYPE_PTR_P (TREE_TYPE (CALL_EXPR_ARG (alloc_call, 1)))) in build_new_1()
3216 tree placement = CALL_EXPR_ARG (alloc_call, 1); in build_new_1()
3223 CALL_EXPR_ARG (alloc_call, 1) in build_new_1()
3228 && VOID_TYPE_P (TREE_TYPE (TREE_TYPE (CALL_EXPR_ARG (alloc_call, 1))))) in build_new_1()
HDconstexpr.c356 member = CALL_EXPR_ARG (t, 0); in build_data_member_initialization()
1146 return CALL_EXPR_ARG (t, n); in get_nth_callarg()
1192 args[i] = CALL_EXPR_ARG (t, i); in cxx_eval_builtin_function_call()
1410 return cxx_eval_constant_expression (ctx, CALL_EXPR_ARG (t, 0), in cxx_eval_internal_function()
1423 tree arg0 = cxx_eval_constant_expression (ctx, CALL_EXPR_ARG (t, 0), lval, in cxx_eval_internal_function()
1425 tree arg1 = cxx_eval_constant_expression (ctx, CALL_EXPR_ARG (t, 1), lval, in cxx_eval_internal_function()
HDtree.c3418 CALL_EXPR_ARG (ret, ix) = t; in build_min_nt_call_vec()
5229 CALL_EXPR_ARG (call, i) = in stabilize_call()
5230 stabilize_expr (CALL_EXPR_ARG (call, i), &init); in stabilize_call()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c33789 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_binop_builtin()
33790 tree arg1 = CALL_EXPR_ARG (exp, 1); in ix86_expand_binop_builtin()
33943 tree arg = CALL_EXPR_ARG (exp, i); in ix86_expand_multi_arg_builtin()
34072 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_unop_vec_merge_builtin()
34107 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_compare()
34108 tree arg1 = CALL_EXPR_ARG (exp, 1); in ix86_expand_sse_compare()
34154 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_comi()
34155 tree arg1 = CALL_EXPR_ARG (exp, 1); in ix86_expand_sse_comi()
34202 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_round()
34233 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_round_vec_pack_sfix()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-ubsan.c498 tree op = CALL_EXPR_ARG (stmt, 0); in ubsan_maybe_instrument_member_call()
507 CALL_EXPR_ARG (stmt, 0) = op; in ubsan_maybe_instrument_member_call()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c27896 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_binop_builtin()
27897 tree arg1 = CALL_EXPR_ARG (exp, 1); in ix86_expand_binop_builtin()
28048 tree arg = CALL_EXPR_ARG (exp, i); in ix86_expand_multi_arg_builtin()
28177 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_unop_vec_merge_builtin()
28212 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_compare()
28213 tree arg1 = CALL_EXPR_ARG (exp, 1); in ix86_expand_sse_compare()
28264 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_comi()
28265 tree arg1 = CALL_EXPR_ARG (exp, 1); in ix86_expand_sse_comi()
28317 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_round()
28348 tree arg0 = CALL_EXPR_ARG (exp, 0); in ix86_expand_sse_round_vec_pack_sfix()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDinit.c2400 && TREE_CODE (TREE_TYPE (CALL_EXPR_ARG (alloc_call, 0))) == INTEGER_TYPE in build_new_1()
2401 && TREE_CODE (TREE_TYPE (CALL_EXPR_ARG (alloc_call, 1))) == POINTER_TYPE) in build_new_1()
2403 tree placement_arg = CALL_EXPR_ARG (alloc_call, 1); in build_new_1()
2409 CALL_EXPR_ARG (alloc_call, 1) in build_new_1()
HDtree.c3607 CALL_EXPR_ARG (call, i) = in stabilize_call()
3608 stabilize_expr (CALL_EXPR_ARG (call, i), &init); in stabilize_call()

12