Searched defs:hasCopyCtor (Results 1 – 4 of 4) sorted by relevance
200 bool hasCopyCtor; // copy constructor variable
167 bool hasCopyCtor; // copy constructor variable
905 … const hasCopyCtor = exp.type.ty == Tstruct && (cast(TypeStruct)exp.type).sym.hasCopyCtor; in visit() local
1962 … const hasCopyCtor = arg.type.isTypeStruct() && arg.type.isTypeStruct().sym.hasCopyCtor; in functionParameters() local