Searched refs:pushRegularPartialArrayCleanup (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2336 pushRegularPartialArrayCleanup(begin, element, elementType, elementAlign, in emitArrayDestroy() 2463 void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, in pushRegularPartialArrayCleanup() function in CodeGenFunction
|
| H A D | CGExprAgg.cpp | 1870 CGF.pushRegularPartialArrayCleanup(outerBegin, element, elementType, in VisitArrayInitLoopExpr()
|
| H A D | CGExprCXX.cpp | 1281 pushRegularPartialArrayCleanup(BeginPtr.getPointer(), CurPtr.getPointer(), in EmitNewArrayInitializer()
|
| H A D | CGClass.cpp | 2071 pushRegularPartialArrayCleanup(arrayBegin, cur, type, eltAlignment, in EmitCXXAggrConstructorCall()
|
| H A D | CodeGenFunction.h | 2104 void pushRegularPartialArrayCleanup(llvm::Value *arrayBegin,
|