Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1447 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1449 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1454 unsigned numObjects) { in Create() argument
1455 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1457 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3617 unsigned numObjects);