Home | History | Annotate | Download | only in policyrep

Lines Matching refs:dcast

321   swig_dycast_func        dcast;		/* dynamic cast function down a hierarchy */
461 if (!ty || !ty->dcast) return ty;
462 while (ty && (ty->dcast)) {
463 ty = (*ty->dcast)(ptr);