Home
last modified time | relevance | path

Searched refs:needsEHCleanup (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp823 if (needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()
991 if (!CleanupDominator && needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()
1582 CGF.needsEHCleanup(dtorKind)); in EmitArrayDelete()
DCGExprAgg.cpp423 if (CGF.needsEHCleanup(dtorKind)) { in EmitArrayInit()
1243 if (CGF.needsEHCleanup(dtorKind)) { in VisitInitListExpr()
DCGDeclCXX.cpp108 CGF.needsEHCleanup(dtorKind), &D); in EmitDeclDestroy()
DCGClass.cpp655 if (needsEHCleanup(dtorKind)) in EmitInitializerForField()
1086 if (CGF.needsEHCleanup(dtorKind)) in pushEHDestructors()
DCodeGenFunction.h1118 bool needsEHCleanup(QualType::DestructionKind kind) { in needsEHCleanup() function
1133 return (needsEHCleanup(kind) ? NormalAndEHCleanup : NormalCleanup); in getCleanupKind()
DCGDecl.cpp1362 assert(needsEHCleanup(dtorKind)); in pushEHDestroy()
DCGBlocks.cpp632 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind); in enterBlockScope()
DCGOpenMPRuntime.cpp892 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()