Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1316 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1318 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1323 unsigned numObjects) { in Create() argument
1324 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1326 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2009-11-25-ImpDefBug.ll23 …8xmstreamjm18ASN1LengthEncoding(ptr %this, ptr nocapture %stream, i32 %numObjects, i64 %size, i32 …
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h3381 unsigned numObjects);