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