Searched refs:dcast_fn (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Drtti.c465 tree dcast_fn;
656 dcast_fn = dynamic_cast_node;
657 if (!dcast_fn)
679 dcast_fn = build_library_fn_ptr (name, tmp);
680 DECL_IS_PURE (dcast_fn) = 1;
682 dynamic_cast_node = dcast_fn;
684 result = build_cxx_call (dcast_fn, elems);
463 tree dcast_fn; local

Completed in 49 milliseconds