Searched refs:numObjects (Results 1 – 2 of 2) sorted by relevance
1312 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument1314 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()1319 unsigned numObjects) { in Create() argument1320 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()1322 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
3364 unsigned numObjects);