Searched refs:pushRegularPartialArrayCleanup (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2469 pushRegularPartialArrayCleanup(begin, element, elementType, elementAlign, in emitArrayDestroy() 2595 void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, in pushRegularPartialArrayCleanup() function in CodeGenFunction
|
| H A D | CGExprCXX.cpp | 1294 pushRegularPartialArrayCleanup(BeginPtr.emitRawPointer(*this), in EmitNewArrayInitializer()
|
| H A D | CGExprAgg.cpp | 2039 CGF.pushRegularPartialArrayCleanup(outerBegin, element, elementType, in VisitArrayInitLoopExpr()
|
| H A D | CGClass.cpp | 2086 pushRegularPartialArrayCleanup(arrayBegin, cur, type, eltAlignment, in EmitCXXAggrConstructorCall()
|
| H A D | CodeGenFunction.h | 2205 void pushRegularPartialArrayCleanup(llvm::Value *arrayBegin,
|