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

1 2 3

  /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
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);
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
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);
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);
  /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
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);
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);
  /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
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
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

Completed in 187 milliseconds

1 2 3