Home
last modified time | relevance | path

Searched refs:push_throw_library_fn (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Drtti.cc200 fn = push_throw_library_fn in throw_bad_cast()
222 fn = push_throw_library_fn (name, t); in throw_bad_typeid()
Dexcept.cc66 = push_throw_library_fn (get_identifier ("__cxa_call_unexpected"), tmp); in init_exception_processing()
Dinit.cc2787 fn = push_throw_library_fn in throw_bad_array_new_length()
DChangeLog-20131464 (push_throw_library_fn): Likewise.
1488 (push_throw_library_fn): All throws are ECF_NORETURN.
DChangeLog-2000252 * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
5507 * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
5545 push_void_library_fn, push_throw_library_fn): New fns.
DChangeLog-20081213 (push_void_library_fn, push_throw_library_fn, expand_static_init):
Dcp-tree.h6821 extern tree push_throw_library_fn (tree, tree);
DChangeLog-20173107 * decl.c (cxx_init_decl_processing, push_throw_library_fn): Likewise.
Ddecl.cc5139 push_throw_library_fn (tree name, tree type) in push_throw_library_fn() function