Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/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 Ddecl2.c2881 finish_expr_stmt (build_function_call (fndecl, arguments)); in generate_ctor_or_dtor_function()
2903 finish_expr_stmt (build_function_call (fndecl, NULL_TREE)); in generate_ctor_or_dtor_function()
3444 expr = build_function_call (fn, args); in build_offset_ref_call_from_tree()
H A Dcall.c2826 return build_function_call (candidates->fn, args); in build_new_function_call()
3065 result = build_function_call (obj, args); in build_object_call()
4127 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.c1879 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.c2647 build_function_call (tree function, tree params) in build_function_call() function
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c167 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (), in do_begin_catch()
207 cleanup = build_function_call (fn, NULL_TREE);
511 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type),
533 return build_function_call (fn, tree_cons (NULL_TREE, ptr, NULL_TREE));
661 exp = build_function_call (fn, tree_cons (NULL_TREE, exp, NULL_TREE));
776 tmp = build_function_call (fn, tmp);
797 exp = build_function_call (fn, NULL_TREE);
H A Dcall.c157 return build_function_call (instance, parms); in build_field_call()
2936 return build_function_call (candidates->fn, args);
2960 return build_function_call (fn, args);
3066 return build_function_call (obj, args);
4016 return build_function_call (fn, args);
H A Ddecl2.c2707 finish_expr_stmt (build_function_call (VARRAY_TREE (ssdf_decls, i),
2721 finish_expr_stmt (build_function_call (TREE_VALUE (fns), NULL_TREE));
3545 return build_function_call (fn, args); in build_offset_ref_call_from_tree()
H A Dinit.c1515 return build_function_call (decl, parmlist);
2275 alloc_call = (build_function_call
H A Dsemantics.c1307 return build_function_call (fn, args); in finish_call_expr()
H A Dtypeck.c2763 build_function_call (function, params) in build_function_call() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-objc-common.c365 c_expand_expr_stmt (build_function_call (TREE_VALUE (static_ctors), in c_objc_common_finish_file()
376 c_expand_expr_stmt (build_function_call (TREE_VALUE (static_dtors), in c_objc_common_finish_file()
H A Dc-common.h1222 extern tree build_function_call PARAMS ((tree, tree));
H A Dc-common.c4621 return expand_expr (build_function_call (fn, arglist),
4704 return expand_expr (build_function_call (fn, arglist),
H A Dc-decl.c3201 cleanup = build_function_call (cleanup_decl, cleanup);
H A Dc-parse.in707 { $$ = build_function_call ($1, $3); }
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c2345 add_stmt (build_function_call in build_module_initializer_routine()
2385 build_function_call (GNU_INIT_decl, NULL_TREE))); in objc_generate_static_init_call()
2777 return build_function_call (objc_get_class_decl, params); in objc_get_class_reference()
3085 return build_function_call (func, func_params); in objc_build_ivar_assignment()
3098 return build_function_call (objc_assign_global_decl, func_params); in objc_build_global_assignment()
3111 return build_function_call (objc_assign_strong_cast_decl, func_params); in objc_build_strong_cast_assignment()
3500 t = build_function_call (objc_exception_try_exit_decl, t); in next_sjlj_build_try_exit()
3520 enter = build_function_call (objc_exception_try_enter_decl, t); in next_sjlj_build_enter_and_setjmp()
3535 sj = build_function_call (objc_setjmp_decl, t); in next_sjlj_build_enter_and_setjmp()
3554 t = build_function_call (objc_exception_extract_decl, t); in next_sjlj_build_exc_extract()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h784 extern tree build_function_call (tree, tree);
H A Dc-decl.c3640 cleanup = build_function_call (cleanup_decl, cleanup); in finish_decl()
7868 append_to_statement_list (build_function_call (TREE_VALUE (cdtors), 0), in build_cdtor()
H A Dc-typeck.c2217 build_function_call (tree function, tree params) in build_function_call() function
2278 tree trap = build_function_call (built_in_decls[BUILT_IN_TRAP], in build_function_call()
H A Dc-common.c6410 result = build_function_call (new_function, params); in resolve_overloaded_builtin()
H A Dc-parser.c5540 expr.value = build_function_call (expr.value, exprlist); in c_parser_postfix_expression_after_primary()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1796 decelerator = build_function_call (execclass_decl, parms); in build_module_descriptor()
2285 return build_function_call (objc_get_class_decl, params);
5178 return build_function_call (sender, method_params);
5207 retval = build_function_call (sender, method_params);
5230 = build_function_call (sender,
5252 return build_function_call (method,
7345 = build_function_call in get_super_receiver()

12