HomeSort by: relevance | last modified time | path
    Searched defs:call_expr (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 503 tree call_expr; member in class:arm_mve::function_expander
arm-mve-builtins.h 503 tree call_expr; member in class:arm_mve::function_expander
  /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);
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/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 703 tree call_expr; member in class:aarch64_sve::function_expander
aarch64-sve-builtins.h 703 tree call_expr; member in class:aarch64_sve::function_expander
  /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);
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...]
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...]
  /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.h 566 tree call_expr; member in class:aarch64_sve::function_expander
  /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);
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...]
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...]
  /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
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
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/
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
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
  /src/external/gpl3/gcc.old/dist/gcc/
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
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

Completed in 65 milliseconds

1 2