Searched refs:pushRegularPartialArrayCleanup (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1577 pushRegularPartialArrayCleanup(begin, element, elementType, elementAlign, in emitArrayDestroy() 1699 void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, in pushRegularPartialArrayCleanup() function in CodeGenFunction
|
D | CGExprCXX.cpp | 1068 pushRegularPartialArrayCleanup(BeginPtr.getPointer(), CurPtr.getPointer(), in EmitNewArrayInitializer()
|
D | CGClass.cpp | 2010 pushRegularPartialArrayCleanup(arrayBegin, cur, type, eltAlignment, in EmitCXXAggrConstructorCall()
|
D | CodeGenFunction.h | 1252 void pushRegularPartialArrayCleanup(llvm::Value *arrayBegin,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 2246 pushRegularPartialArrayCleanup(begin, element, elementType, elementAlign, in emitArrayDestroy() 2368 void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, in pushRegularPartialArrayCleanup() function in CodeGenFunction
|
D | CGExprCXX.cpp | 1255 pushRegularPartialArrayCleanup(BeginPtr.getPointer(), CurPtr.getPointer(), in EmitNewArrayInitializer()
|
D | CGExprAgg.cpp | 1811 CGF.pushRegularPartialArrayCleanup(outerBegin, element, elementType, in VisitArrayInitLoopExpr()
|
D | CGClass.cpp | 2012 pushRegularPartialArrayCleanup(arrayBegin, cur, type, eltAlignment, in EmitCXXAggrConstructorCall()
|
D | CodeGenFunction.h | 1940 void pushRegularPartialArrayCleanup(llvm::Value *arrayBegin,
|