Home
last modified time | relevance | path

Searched refs:numObjects (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1392 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1394 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1399 unsigned numObjects) { in Create() argument
1400 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1402 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3454 unsigned numObjects);