Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimportc.d19 import dmd.dcast;
H A Dcond.d20 import dmd.dcast;
H A Dsemantic2.d25 import dmd.dcast;
H A DREADME.md129 | [dcast.d](https://github.com/dlang/dmd/blob/master/src/dmd/dcast.d) | Implicit or expli…
H A Dinitsem.d21 import dmd.dcast;
H A Dsemantic3.d26 import dmd.dcast;
H A Ddcast.d12 module dmd.dcast;
H A Dtypesem.d25 import dmd.dcast;
H A Dstatementsem.d30 import dmd.dcast;
H A Dmtype.d4804 import dmd.dcast : cimplicitConvTo;
H A Ddsymbolsem.d28 import dmd.dcast;
H A Dexpression.d31 import dmd.dcast;
H A Ddtemplate.d48 import dmd.dcast;
H A Dexpressionsem.d33 import dmd.dcast;
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c301 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member
434 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()
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c307 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member
440 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A DMake-lang.in72 d/dcast.o \
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DMake-lang.in103 d/dcast.o \
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c305 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member
438 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19993239 * tinfo.h (*::dcast): Return int. Add valp parm.
3240 * tinfo.cc (*::dcast): Likewise. Adjust to allow for null pointers.
H A DChangeLog-19984480 * tinfo.cc (__class_type_info::dcast): Change the type of variable
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS4835 2bb61ba407e66eff2580e0d5668d5580 gcc/d/dmd/dcast.c
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS5268 646d80b679dd70066b703c75926a2abc gcc/d/dmd/dcast.d