Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1245 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1247 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1252 unsigned numObjects) { in Create() argument
1253 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1255 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h3109 unsigned numObjects);