| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | except.c | 177 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 D | ChangeLog.apple | 249 (build_function_call): Tell convert_arguments if we 510 (build_function_call): Call build_block_call
|
| H A D | decl2.c | 2925 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 D | call.c | 2839 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 D | init.c | 1727 alloc_call = (build_function_call in build_new_1()
|
| H A D | semantics.c | 1908 result = build_function_call (fn, args); in finish_call_expr()
|
| H A D | ChangeLog-2004 | 1325 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 D | typeck.c | 2745 build_function_call (tree function, tree params) in build_function_call() function
|
| H A D | ChangeLog-2003 | 4687 * typeck.c (build_function_call): Likewise. 5305 (build_function_call): ... this.
|
| H A D | ChangeLog | 5285 * typeck.c (build_function_call): Likewise. 5748 (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
|
| H A D | ChangeLog-1994 | 2973 * typeck.c (build_function_call): Call build_function_call_real with 5054 * typeck.c (build_function_call, build_function_call_maybe):
|
| H A D | decl.c | 6141 return build_function_call (get_atexit_node (), args); in register_dtor_fn()
|
| H A D | ChangeLog-2001 | 2352 build_function_call, mark_addressable, incomplete_type_error):
|
| H A D | ChangeLog-2002 | 3496 build_function_call may be a COMPOUND_EXPR.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-common.h | 795 extern tree build_function_call (tree, tree);
|
| H A D | c-common.c | 6780 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 D | c-decl.c | 4114 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 D | c-typeck.c | 2345 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 D | c-parser.c | 5844 expr.value = build_function_call (expr.value, exprlist); in c_parser_postfix_expression_after_primary()
|
| H A D | ChangeLog-2005 | 2787 * 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 D | ChangeLog-2004 | 9104 (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 D | ChangeLog-2000 | 4840 * 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 D | ChangeLog-2002 | 8613 * 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 D | ChangeLog-2001 | 9514 * c-typeck.c (build_function_call): Pass type attributes to 25039 set_block, incomplete_type_error, build_function_call,
|
| H A D | ChangeLog-1999 | 4179 * c-typeck.c (build_function_call): Check that the built-in
|