Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1132 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1134 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1139 unsigned numObjects) { in Create() argument
1140 size_t size = sizeof(ExprWithCleanups) + numObjects * sizeof(CleanupObject); in Create()
1142 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2009-11-25-ImpDefBug.ll23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2777 unsigned numObjects);