Home
last modified time | relevance | path

Searched defs:hasCopyCtor (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d200 bool hasCopyCtor; // copy constructor variable
H A Daggregate.h167 bool hasCopyCtor; // copy constructor variable
H A Dsemantic3.d905 … const hasCopyCtor = exp.type.ty == Tstruct && (cast(TypeStruct)exp.type).sym.hasCopyCtor; in visit() local
H A Dexpressionsem.d1962 … const hasCopyCtor = arg.type.isTypeStruct() && arg.type.isTypeStruct().sym.hasCopyCtor; in functionParameters() local