HomeSort by: relevance | last modified time | path
    Searched refs:pushDestroy (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 840 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(),
1223 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(),
1269 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(),
1356 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), CurField->getType(),
1662 CGF.pushDestroy(dtorKind, V, Base.getType());
1740 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), field->getType(),
CGDecl.cpp 631 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
642 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(),
2098 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
2101 /// pushDestroy - Push the standard destructor for the given type as
2103 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,
2108 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
2112 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr,
2483 pushDestroy(DtorKind, DeclPtr, Ty);
CGCleanup.cpp 1312 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject,
CGBlocks.cpp 1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup);
1874 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup);
2363 CGF.pushDestroy(VarType.isDestructedType(), field, VarType);
CodeGenFunction.h 1990 void pushDestroy(QualType::DestructionKind dtorKind,
1994 void pushDestroy(CleanupKind kind, Address addr, QualType type,
CGExpr.cpp 322 CGF.pushDestroy(CleanupKind, ReferenceTemporary,
373 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(),
CGCall.cpp 5489 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(),
CGOpenMPRuntime.cpp 932 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType);
3705 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(CGF), Field->getType());

Completed in 52 milliseconds