Searched refs:numObjects (Results 1 – 3 of 3) sorted by relevance
1310 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument1312 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()1317 unsigned numObjects) { in Create() argument1318 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()1320 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
516 extern (D) this(size_t numObjects) in this() argument518 objects.setDim(numObjects); in this()
3364 unsigned numObjects);