Searched refs:pushDestroy (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 613 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime() 624 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime() 1947 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 1952 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction 1957 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy() 1961 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction 2304 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
|
| H A D | CGExprAgg.cpp | 289 CGF.pushDestroy(RetTy.isDestructedType(), Src.getAggregateAddress(), RetTy); in withReturnValueSlot() 1453 CGF.pushDestroy(dtorKind, V, Base.getType()); in VisitInitListExpr() 1537 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
|
| H A D | CGBlocks.cpp | 854 CGF.pushDestroy(cleanupKind, addr, VT, in enterBlockScope() 1958 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup); in pushCaptureCleanup() 2440 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
|
| H A D | CGCleanup.cpp | 1281 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
| H A D | CodeGenFunction.h | 1661 void pushDestroy(QualType::DestructionKind dtorKind, 1665 void pushDestroy(CleanupKind kind, Address addr, QualType type,
|
| H A D | CGExpr.cpp | 302 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 353 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
|
| H A D | CGOpenMPRuntime.cpp | 1060 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups() 4513 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()
|