Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1382 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1384 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1389 unsigned numObjects) { in Create() argument
1390 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1392 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h3438 unsigned numObjects);