Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1310 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1312 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1317 unsigned numObjects) { in Create() argument
1318 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1320 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d516 extern (D) this(size_t numObjects) in this() argument
518 objects.setDim(numObjects); in this()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3364 unsigned numObjects);