Home
last modified time | relevance | path

Searched refs:build_call (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDcp-gimplify.c149 tree failure = build_call (call_unexpected_node, in genericize_eh_spec_block()
474 build_call (terminate_node, NULL_TREE)); in gimplify_must_not_throw_expr()
868 t = build_call (fn, nreverse (t)); in cxx_omp_clause_apply_fn()
901 return build_call (fn, nreverse (t)); in cxx_omp_clause_apply_fn()
HDexcept.c102 return build_call (terminate_node, NULL_TREE); in cp_protect_cleanup_actions()
HDmethod.c482 t = build_call (alias, t); in use_thunk()
HDcall.c273 build_call (tree function, tree parms) in build_call() function
4524 fn = build_call (fn, NULL_TREE); in call_builtin_trap()
5044 t = build_call (t, args); in build_over_call()
5090 fn = build_call (fn, args); in build_cxx_call()
HDChangeLog.tree-ssa67 * call.c (build_call, build_over_call, build_new_method_call): Add
HDinit.c1542 return build_call (global_delete_fndecl, build_tree_list (NULL_TREE, addr)); in build_builtin_delete_call()
HDChangeLog-2002470 build_addr_func, build_call, build_method_call, null_ptr_cst_p,
1204 (build_call): Don't set current_function_returns_abnormally outside
1683 * call.c (build_call): Call require_complete_eh_spec_types.
4040 * call.c (build_call): Set it.
HDdecl.c6249 finish_if_stmt_cond (build_call (acquire_fn, guard_addr_list), in expand_static_init()
6259 build_call (abort_fn, guard_addr_list)); in expand_static_init()
6267 (init, build_call (release_fn, guard_addr_list)); in expand_static_init()
HDChangeLog-1996565 Use build_call.
1985 (build_call): New routine to build CALL_EXPRs.
1990 * cp-tree.h (build_call, build_addr_func): Declare them.
HDcp-tree.h3822 extern tree build_call (tree, tree);
HDChangeLog-20002111 * call.c (build_call): Don't abort on calls to library functions
5556 * call.c (build_call): Remove result_type parm.
5562 * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
HDChangeLog-19972379 * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
HDChangeLog-20042431 (build_call, add_builtin_candidate, build_new_op,
2851 * call.c (build_vfield_ref, build_call, build_conditional_expr,
HDChangeLog1108 * call.c (build_over_call): Don't make a copy here if build_call
3656 * call.c (build_call): Simplify and tidy.
HDChangeLog-19991119 * call.c (build_call): Use EMPTY_CLASS_EXPR instead of RTL_EXPR.
6550 * call.c (build_call): Make sure that a function coming in has
HDChangeLog-19985230 * call.c (build_call): Still evaluate the actual argument.
5295 * call.c (build_call): Don't pass empty class objects to a function.
HDChangeLog-20031816 * call.c (build_call): Don't set TREE_SIDE_EFFECTS here.
/NextBSD/contrib/gcc/
HDChangeLog-200234775 * cp/call.c (build_call): Test for deprecated calls.