Home
last modified time | relevance | path

Searched refs:throw_bad_cast (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Drtti.c109 static tree throw_bad_cast (void);
192 throw_bad_cast (void) in throw_bad_cast() function
600 tree expr = throw_bad_cast (); in build_dynamic_cast_1()
686 tree bad = throw_bad_cast (); in build_dynamic_cast_1()
DChangeLog-1996561 * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
562 (throw_bad_cast): Use it.
2376 * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
2378 (build_dynamic_cast): Use throw_bad_cast.
DChangeLog-2000419 * rtti.c (throw_bad_cast): Likewise, for bad cast function.
5509 * rtti.c (throw_bad_cast): Add the parmtypes.
5552 (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
6639 (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
6798 get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
DChangeLog-20031181 * rtti.c (throw_bad_cast): Likewise.
4685 * rtti.c (throw_bad_cast): Use build_cxx_call.
DChangeLog-2002225 * rtti.c (init_rtti_processing, build_headof, throw_bad_cast
DChangeLog-20044491 * rtti.c (throw_bad_cast): Update call to build_cxx_call.