Searched refs:dcast (Results 1 – 23 of 23) sorted by relevance
19 import dmd.dcast;
20 import dmd.dcast;
25 import dmd.dcast;
129 | [dcast.d](https://github.com/dlang/dmd/blob/master/src/dmd/dcast.d) | Implicit or expli…
21 import dmd.dcast;
26 import dmd.dcast;
12 module dmd.dcast;
30 import dmd.dcast;
4804 import dmd.dcast : cimplicitConvTo;
28 import dmd.dcast;
31 import dmd.dcast;
48 import dmd.dcast;
33 import dmd.dcast;
301 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member434 if (!ty || !ty->dcast) return ty; in SWIG_TypeDynamicCast()435 while (ty && (ty->dcast)) { in SWIG_TypeDynamicCast()436 ty = (*ty->dcast)(ptr); in SWIG_TypeDynamicCast()
307 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member440 if (!ty || !ty->dcast) return ty; in SWIG_TypeDynamicCast()441 while (ty && (ty->dcast)) { in SWIG_TypeDynamicCast()442 ty = (*ty->dcast)(ptr); in SWIG_TypeDynamicCast()
72 d/dcast.o \
103 d/dcast.o \
305 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member438 if (!ty || !ty->dcast) return ty; in SWIG_TypeDynamicCast()439 while (ty && (ty->dcast)) { in SWIG_TypeDynamicCast()440 ty = (*ty->dcast)(ptr); in SWIG_TypeDynamicCast()
3239 * tinfo.h (*::dcast): Return int. Add valp parm.3240 * tinfo.cc (*::dcast): Likewise. Adjust to allow for null pointers.
4480 * tinfo.cc (__class_type_info::dcast): Change the type of variable
4835 2bb61ba407e66eff2580e0d5668d5580 gcc/d/dmd/dcast.c
5268 646d80b679dd70066b703c75926a2abc gcc/d/dmd/dcast.d