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 D | except.cc | 204 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 D | ChangeLog-2010 | 1845 * 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 D | decl2.cc | 4515 tree call = cp_build_function_call_nary (fndecl, tf_warning_or_error, in generate_ctor_or_dtor_function()
|
H A D | decl.cc | 9582 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 D | cp-tree.h | 7999 extern tree cp_build_function_call_nary (tree, tsubst_flags_t, ...)
|
H A D | typeck.cc | 4177 cp_build_function_call_nary (tree function, tsubst_flags_t complain, ...) in cp_build_function_call_nary() function
|
H A D | ChangeLog-2019 | 4045 * typeck.c (build_function_call_vec, cp_build_function_call_nary)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 246 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 D | decl2.c | 4259 call = cp_build_function_call_nary (fndecl, tf_warning_or_error, in generate_ctor_or_dtor_function()
|
H A D | decl.c | 8936 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 D | cp-tree.h | 7588 extern tree cp_build_function_call_nary (tree, tsubst_flags_t, ...)
|
H A D | typeck.c | 3916 cp_build_function_call_nary (tree function, tsubst_flags_t complain, ...) in cp_build_function_call_nary() function
|