Searched refs:numObjects (Results 1 – 2 of 2) sorted by relevance
1392 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument1394 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()1399 unsigned numObjects) { in Create() argument1400 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()1402 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
3454 unsigned numObjects);