| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-c.cc | 124 tree call_expr = build_function_call_vec (loc, vNULL, fndecl, params, 129 return build1 (VIEW_CONVERT_EXPR, to_return, call_expr); 130 return call_expr;
|
| arm-mve-builtins.h | 503 tree call_expr; member in class:arm_mve::function_expander
|
| arm-mve-builtins.cc | 2017 call_expr (call_expr_in), possible_target (possible_target_in) 2322 unsigned int nargs = call_expr_nargs (call_expr); 2325 args.quick_push (expand_normal (CALL_EXPR_ARG (call_expr, i)));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-c.cc | 124 tree call_expr = build_function_call_vec (loc, vNULL, fndecl, params, 129 return build1 (VIEW_CONVERT_EXPR, to_return, call_expr); 130 return call_expr;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 750 tree call_expr; local 795 call_expr = build_call_expr (vlt_register_set_fndecl, 5, arg1, 800 append_to_statement_list (call_expr, &body); 809 tree call_expr; local 819 call_expr = build_call_expr (vlt_register_pairs_fndecl, 6, arg1, arg2, 822 call_expr = build_call_expr (vlt_register_pairs_fndecl, 4, arg1, arg2, 825 append_to_statement_list (call_expr, &body);
|
| tree.cc | 302 case CALL_EXPR: 536 && TREE_CODE (value) == CALL_EXPR) 644 /* INIT is a CALL_EXPR or AGGR_INIT_EXPR which needs info about its 676 /* We split the CALL_EXPR into its function and its arguments here. 691 if (TREE_CODE (init) == CALL_EXPR) 721 /* INIT is a CALL_EXPR or AGGR_INIT_EXPR which needs info about its 757 else if (TREE_CODE (rval) == CALL_EXPR 928 && TREE_CODE (init) != CALL_EXPR) 933 aggregate; there's no additional work to be done. A CALL_EXPR 2598 /* X is the CALL_EXPR_FN of a CALL_EXPR. If X represents a dependent nam 3756 tree call_expr = extract_call_expr (call); local 3790 tree call_expr = extract_call_expr (call); local [all...] |
| semantics.cc | 619 && TREE_CODE (TREE_OPERAND (t, 0)) == CALL_EXPR) 1117 /* Returns true if FN, a CALL_EXPR, is a call to 1158 case CALL_EXPR: 3040 /* If the call expression is dependent, build a CALL_EXPR node 3270 if (TREE_CODE (result) == CALL_EXPR 5024 /* Replace the AGGR_INIT_EXPR at *TP with an equivalent CALL_EXPR. This 5033 /* Form an appropriate CALL_EXPR. */ 5038 tree call_expr; local 5053 call_expr = build_call_array_loc (input_location, 5058 TREE_NOTHROW (call_expr) = TREE_NOTHROW (aggr_init_expr) [all...] |
| init.cc | 364 if (TREE_CODE (ctor) == CALL_EXPR) 756 if (TREE_CODE (init) == CALL_EXPR) 866 else if (code == CALL_EXPR) 1969 If INIT resolves to a CALL_EXPR which happens to return 2243 if (exp == true_exp && TREE_CODE (rval) == CALL_EXPR) 3029 tree call_expr = extract_call_expr (alloc_call); 3030 if (call_expr == error_mark_node) 3033 tree alloc_call_fndecl = cp_get_callee_fndecl_nofold (call_expr); 3507 && TREE_CODE (alloc_call) == CALL_EXPR
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 763 tree call_expr; local 808 call_expr = build_call_expr (vlt_register_set_fndecl, 5, arg1, 813 append_to_statement_list (call_expr, &body); 822 tree call_expr; local 832 call_expr = build_call_expr (vlt_register_pairs_fndecl, 6, arg1, arg2, 835 call_expr = build_call_expr (vlt_register_pairs_fndecl, 4, arg1, arg2, 838 append_to_statement_list (call_expr, &body);
|
| tree.cc | 281 case CALL_EXPR: 505 && TREE_CODE (value) == CALL_EXPR) 609 /* INIT is a CALL_EXPR or AGGR_INIT_EXPR which needs info about its 641 /* We split the CALL_EXPR into its function and its arguments here. 656 if (TREE_CODE (init) == CALL_EXPR) 685 /* INIT is a CALL_EXPR or AGGR_INIT_EXPR which needs info about its 721 else if (TREE_CODE (rval) == CALL_EXPR 894 && TREE_CODE (init) != CALL_EXPR) 899 aggregate; there's no additional work to be done. A CALL_EXPR 2583 /* X is the CALL_EXPR_FN of a CALL_EXPR. If X represents a dependent nam 3740 tree call_expr = extract_call_expr (call); local 3768 tree call_expr = extract_call_expr (call); local [all...] |
| semantics.cc | 621 && TREE_CODE (TREE_OPERAND (t, 0)) == CALL_EXPR) 936 /* Returns true if FN, a CALL_EXPR, is a call to 977 case CALL_EXPR: 2730 /* If the call expression is dependent, build a CALL_EXPR node 2942 if (TREE_CODE (result) == CALL_EXPR 4616 /* Replace the AGGR_INIT_EXPR at *TP with an equivalent CALL_EXPR. This 4625 /* Form an appropriate CALL_EXPR. */ 4630 tree call_expr; local 4645 call_expr = build_call_array_loc (input_location, 4650 TREE_NOTHROW (call_expr) = TREE_NOTHROW (aggr_init_expr) [all...] |
| init.cc | 364 if (TREE_CODE (ctor) == CALL_EXPR) 759 if (TREE_CODE (init) == CALL_EXPR) 869 else if (code == CALL_EXPR) 1941 If INIT resolves to a CALL_EXPR which happens to return 2215 if (exp == true_exp && TREE_CODE (rval) == CALL_EXPR) 3001 tree call_expr = extract_call_expr (alloc_call); 3002 if (call_expr == error_mark_node) 3005 tree alloc_call_fndecl = cp_get_callee_fndecl_nofold (call_expr); 3478 && TREE_CODE (alloc_call) == CALL_EXPR
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| modules.cc | 204 tree call_expr = build_call_expr (decl, 0); local 205 expr_list = compound_expr (expr_list, call_expr); 380 tree call_expr = build_call_expr (get_dso_registry_fn (), 1, local 382 expr_list = compound_expr (expr_list, call_expr);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.h | 566 tree call_expr; member in class:aarch64_sve::function_expander
|
| aarch64-sve-builtins.cc | 2686 call_expr (call_expr_in), possible_target (possible_target_in) 3328 unsigned int nargs = call_expr_nargs (call_expr); 3331 args.quick_push (expand_normal (CALL_EXPR_ARG (call_expr, i)));
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 1162 opcode = CALL_EXPR; 2450 opcode = CALL_EXPR; 3129 tree call_expr; 3161 call_expr = build_nt_call_vec (callable, args); 3163 call_expr = build_new_method_call (object, memfn, &args, NULL_TREE, 3169 call_expr = finish_call_expr (callable, &args, false, false, tf_none); 3174 call_expr = build_offset_ref_call_from_tree (callable, &args, tf_none); 3176 call_expr = finish_call_expr (callable, &args, 3180 return convert_out (ctx->preserve (call_expr)); 3124 tree call_expr; local
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcp1plugin.cc | 1162 opcode = CALL_EXPR; 2449 opcode = CALL_EXPR; 3128 tree call_expr; 3160 call_expr = build_nt_call_vec (callable, args); 3162 call_expr = build_new_method_call (object, memfn, &args, NULL_TREE, 3168 call_expr = finish_call_expr (callable, &args, false, false, tf_none); 3173 call_expr = build_offset_ref_call_from_tree (callable, &args, tf_none); 3175 call_expr = finish_call_expr (callable, &args, 3179 return convert_out (ctx->preserve (call_expr)); 3123 tree call_expr; local
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.h | 703 tree call_expr; member in class:aarch64_sve::function_expander
|
| aarch64-sve-builtins.cc | 3623 call_expr (call_expr_in), possible_target (possible_target_in) 4324 unsigned int nargs = call_expr_nargs (call_expr); 4327 args.quick_push (expand_normal (CALL_EXPR_ARG (call_expr, i)));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| calls.cc | 730 if (TREE_CODE (exp) == CALL_EXPR 880 /* Detect flags from a CALL_EXPR. */ 1242 /* Issue an error if CALL_EXPR was flagged as requiring 1246 maybe_complain_about_tail_call (tree call_expr, const char *reason) 1248 gcc_assert (TREE_CODE (call_expr) == CALL_EXPR); 1249 if (!CALL_EXPR_MUST_TAIL_CALL (call_expr)) 1252 error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", reason); 1256 CALL_EXPR EXP. 1688 if (TREE_CODE (args[i].tree_value) != CALL_EXPR) [all...] |
| except.cc | 1212 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree); 1213 rtx x = expand_call (call_expr, NULL_RTX, false); 1202 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree); local
|
| builtins.cc | 2763 this doesn't fold the call, hence it will always return a CALL_EXPR. */ 3881 so that this can also be called without constructing an actual CALL_EXPR. 4618 so that this can also be called without constructing an actual CALL_EXPR. 4761 gcc_assert (TREE_CODE (fn) == CALL_EXPR); 5018 gcc_assert (TREE_CODE (fn) == CALL_EXPR); 5126 gcc_assert (TREE_CODE (call) == CALL_EXPR); 5918 tree call_expr = build_call_expr (fn, 0); 5919 expand_call (call_expr, NULL_RTX, false); 6482 EXP is the CALL_EXPR. CODE is the rtx code 6545 intrinsics. EXP is the CALL_EXPR. IS_BOOL i 5917 tree call_expr = build_call_expr (fn, 0); local 9062 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 725 if (TREE_CODE (exp) == CALL_EXPR 872 /* Detect flags from a CALL_EXPR. */ 1224 /* Issue an error if CALL_EXPR was flagged as requiring 1228 maybe_complain_about_tail_call (tree call_expr, const char *reason) 1230 gcc_assert (TREE_CODE (call_expr) == CALL_EXPR); 1231 if (!CALL_EXPR_MUST_TAIL_CALL (call_expr)) 1234 error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", reason); 1238 CALL_EXPR EXP. 1667 if (TREE_CODE (args[i].tree_value) != CALL_EXPR) [all...] |
| except.cc | 1212 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree); 1213 rtx x = expand_call (call_expr, NULL_RTX, false); 1202 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree); local
|
| expr.cc | 2147 tree call_expr, dst_tree, src_tree, size_tree; 2175 call_expr = build_call_expr (fn, 3, dst_tree, src_tree, size_tree); 2176 CALL_EXPR_TAILCALL (call_expr) = tailcall; 2178 return expand_call (call_expr, NULL_RTX, false); 3329 tree call_expr, fn, object_tree, size_tree, val_tree; 3347 call_expr = build_call_expr (fn, 3, object_tree, val_tree, size_tree); 3348 CALL_EXPR_TAILCALL (call_expr) = tailcall; 3350 return expand_call (call_expr, NULL_RTX, false); 5637 && TREE_CODE (from) == CALL_EXPR 5714 if (TREE_CODE (from) == CALL_EXPR && ! aggregate_value_p (from, from 2142 tree call_expr, dst_tree, src_tree, size_tree; local 3322 tree call_expr, fn, object_tree, size_tree, val_tree; local [all...] |