reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
190 : Source(D), ElemSize(primSize(Type)), Size(ElemSize), AllocSize(Size), 192 CtorFn(getCtorPrim(Type)), DtorFn(getDtorPrim(Type)), 192 CtorFn(getCtorPrim(Type)), DtorFn(getDtorPrim(Type)), 193 MoveFn(getMovePrim(Type)) {