Home
last modified time | relevance | path

Searched refs:dcast (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19993239 * tinfo.h (*::dcast): Return int. Add valp parm.
3240 * tinfo.cc (*::dcast): Likewise. Adjust to allow for null pointers.
DChangeLog-19984480 * tinfo.cc (__class_type_info::dcast): Change the type of variable
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp356 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member
496 if (!ty || !ty->dcast) return ty; in SWIG_TypeDynamicCast()
497 while (ty && (ty->dcast)) { in SWIG_TypeDynamicCast()
498 ty = (*ty->dcast)(ptr); in SWIG_TypeDynamicCast()