Home
last modified time | relevance | path

Searched refs:DtorKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp841 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local
864 if (needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()
874 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
1059 if (!CleanupDominator && needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()
1062 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
DCGOpenMPRuntime.cpp2186 if (auto DtorKind = Field->getType().isDestructedType()) { in emitDestructorsFunction() local
2188 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()