Searched refs:pushRegularPartialArrayCleanup (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1449 pushRegularPartialArrayCleanup(begin, element, type, destroyer); in emitArrayDestroy() 1563 void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, in pushRegularPartialArrayCleanup() function in CodeGenFunction
|
D | CGExprCXX.cpp | 957 pushRegularPartialArrayCleanup(BeginPtr, CurPtr, ElementType, in EmitNewArrayInitializer()
|
D | CGClass.cpp | 1608 pushRegularPartialArrayCleanup(arrayBegin, cur, type, *destroyer); in EmitCXXAggrConstructorCall()
|
D | CodeGenFunction.h | 1027 void pushRegularPartialArrayCleanup(llvm::Value *arrayBegin,
|