Home
last modified time | relevance | path

Searched refs:cp_build_function_call_nary (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc204 return cp_build_function_call_nary (get_exception_ptr_fn, in do_get_exception_ptr()
222 return cp_build_function_call_nary (begin_catch_fn, tf_warning_or_error, in do_begin_catch()
552 return cp_build_function_call_nary (allocate_exception_fn, in do_allocate_exception()
570 return cp_build_function_call_nary (free_exception_fn, in do_free_exception()
793 tree tmp = cp_build_function_call_nary (throw_fn, tf_warning_or_error, in build_throw()
H A DChangeLog-20101845 * init.c (build_new_1): Use cp_build_function_call_nary instead of
2653 * cp-tree.h (cp_build_function_call_nary): Declare.
2654 * typeck.c (cp_build_function_call_nary): Define.
H A Ddecl2.cc4515 tree call = cp_build_function_call_nary (fndecl, tf_warning_or_error, in generate_ctor_or_dtor_function()
H A Ddecl.cc9582 return cp_build_function_call_nary (atex_node, tf_warning_or_error, in register_dtor_fn()
18374 cleanup = cp_build_function_call_nary (fn, complain, arg, NULL_TREE); in cxx_maybe_build_cleanup()
H A Dcp-tree.h7999 extern tree cp_build_function_call_nary (tree, tsubst_flags_t, ...)
H A Dtypeck.cc4177 cp_build_function_call_nary (tree function, tsubst_flags_t complain, ...) in cp_build_function_call_nary() function
H A DChangeLog-20194045 * typeck.c (build_function_call_vec, cp_build_function_call_nary)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c246 return cp_build_function_call_nary (get_exception_ptr_fn, in do_get_exception_ptr()
264 return cp_build_function_call_nary (begin_catch_fn, tf_warning_or_error, in do_begin_catch()
575 return cp_build_function_call_nary (allocate_exception_fn, in do_allocate_exception()
593 return cp_build_function_call_nary (free_exception_fn, in do_free_exception()
838 tmp = cp_build_function_call_nary (throw_fn, tf_warning_or_error, in build_throw()
H A Ddecl2.c4259 call = cp_build_function_call_nary (fndecl, tf_warning_or_error, in generate_ctor_or_dtor_function()
H A Ddecl.c8936 return cp_build_function_call_nary (atex_node, tf_warning_or_error, in register_dtor_fn()
17531 cleanup = cp_build_function_call_nary (fn, complain, arg, NULL_TREE); in cxx_maybe_build_cleanup()
H A Dcp-tree.h7588 extern tree cp_build_function_call_nary (tree, tsubst_flags_t, ...)
H A Dtypeck.c3916 cp_build_function_call_nary (tree function, tsubst_flags_t complain, ...) in cp_build_function_call_nary() function