Home
last modified time | relevance | path

Searched refs:build_function_call (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c177 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (), in do_get_exception_ptr()
197 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (), in do_begin_catch()
236 cleanup = build_function_call (fn, NULL_TREE); in do_end_catch()
543 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type), in do_allocate_exception()
563 return build_function_call (fn, tree_cons (NULL_TREE, ptr, NULL_TREE)); in do_free_exception()
641 exp = build_function_call (fn, tree_cons (NULL_TREE, exp, NULL_TREE)); in build_throw()
796 tmp = build_function_call (fn, tmp); in build_throw()
815 exp = build_function_call (fn, NULL_TREE); in build_throw()
H A DChangeLog.apple249 (build_function_call): Tell convert_arguments if we
510 (build_function_call): Call build_block_call
H A Ddecl2.c2925 finish_expr_stmt (build_function_call (fndecl, arguments)); in generate_ctor_or_dtor_function()
2947 finish_expr_stmt (build_function_call (fndecl, NULL_TREE)); in generate_ctor_or_dtor_function()
3527 expr = build_function_call (fn, args); in build_offset_ref_call_from_tree()
H A Dcall.c2839 return build_function_call (candidates->fn, args); in build_new_function_call()
3078 result = build_function_call (obj, args); in build_object_call()
4149 return build_function_call (fn, args); in build_op_delete_call()
H A Dinit.c1727 alloc_call = (build_function_call in build_new_1()
H A Dsemantics.c1908 result = build_function_call (fn, args); in finish_call_expr()
H A DChangeLog-20041325 get_member_function_from_ptrfunc, build_function_call,
4156 * call.c (build_over_call), typeck.c (build_function_call): Call
4161 * call.c (build_over_call), typeck.c (build_function_call): Update
4490 * typeck.c (build_function_call): Don't call expand_tree_builtin.
5808 * typeck.c (build_function_call): Remove dead code.
H A Dtypeck.c2745 build_function_call (tree function, tree params) in build_function_call() function
H A DChangeLog-20034687 * typeck.c (build_function_call): Likewise.
5305 (build_function_call): ... this.
H A DChangeLog5285 * typeck.c (build_function_call): Likewise.
5748 (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
H A DChangeLog-19942973 * typeck.c (build_function_call): Call build_function_call_real with
5054 * typeck.c (build_function_call, build_function_call_maybe):
H A Ddecl.c6141 return build_function_call (get_atexit_node (), args); in register_dtor_fn()
H A DChangeLog-20012352 build_function_call, mark_addressable, incomplete_type_error):
H A DChangeLog-20023496 build_function_call may be a COMPOUND_EXPR.
/freebsd-12.1/contrib/gcc/
H A Dc-common.h795 extern tree build_function_call (tree, tree);
H A Dc-common.c6780 result = build_function_call (new_function, params); in resolve_overloaded_builtin()
7019 return build_function_call (build_block_object_assign_decl (), func_params); in build_block_object_assign_call_exp()
7055 return build_function_call (build_block_object_dispose_decl (), func_params); in build_block_object_dispose_call_exp()
H A Dc-decl.c4114 cleanup = build_function_call (cleanup_decl, cleanup); in finish_decl()
8984 append_to_statement_list (build_function_call (TREE_VALUE (cdtors), 0), in build_cdtor()
H A Dc-typeck.c2345 build_function_call (tree function, tree params) in build_function_call() function
2408 tree trap = build_function_call (built_in_decls[BUILT_IN_TRAP], in build_function_call()
H A Dc-parser.c5844 expr.value = build_function_call (expr.value, exprlist); in c_parser_postfix_expression_after_primary()
H A DChangeLog-20052787 * c-typeck.c (build_function_call): Use fold_convert instead of
2805 build_function_call): Allow for CONVERT_EXPR as well as NOP_EXPR.
8693 * c-typeck.c (build_function_call): Call fold_buildN_initializer or
11115 * c-typeck.c (build_function_call, build_c_cast, digest_init,
13522 (build_function_call): Call function_to_pointer_conversion for
14109 * c-typeck.c (build_function_call): Likewise.
14389 * c-typeck.c (build_function_call): Set fundecl = function again.
14865 (build_function_call): Call default_function_array_conversion on
17684 (build_function_call): Extend compatible prototype check to ObjC.
18115 * c-typeck.c (build_function_call): Allow objc to rewrite
[all …]
H A DChangeLog-20049104 (build_function_call): Handle error_mark_node return from
9654 (build_function_call): Update call to convert_arguments.
11881 * c-typeck.c (build_function_call): Give name of object
19134 build_component_ref, build_array_ref, build_function_call,
28084 * c-typeck.c (build_function_call): Don't call expand_tree_builtin.
31034 (build_function_call): If we require a constant value, fold with
41084 * c-typeck.c (build_function_call): Likewise.
H A DChangeLog-20004840 * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
6795 * c-common.h (build_function_call): Declare.
16778 * c-typeck.c (build_function_call): Likewise.
30137 * c-typeck.c (build_function_call): Use it.
H A DChangeLog-20028613 * c-typeck.c (build_function_call): Remove unused variable(s).
20340 * c-typeck.c (build_function_call): Call check_function_arguments
32460 * c-typeck.c (build_function_call): Set it.
H A DChangeLog-20019514 * c-typeck.c (build_function_call): Pass type attributes to
25039 set_block, incomplete_type_error, build_function_call,
H A DChangeLog-19994179 * c-typeck.c (build_function_call): Check that the built-in

12