Home
last modified time | relevance | path

Searched defs:DtorKind (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.cpp446 QualType::DestructionKind DtorKind = QT.isDestructedType(); in destroyCalleeDestroyedArguments() local
HDCGExprAgg.cpp718 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) in VisitCompoundLiteralExpr() local
1392 if (QualType::DestructionKind DtorKind = in VisitLambdaExpr() local
HDCGDeclCXX.cpp79 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy() local
HDCGExprCXX.cpp1010 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local
HDCGDecl.cpp2651 if (QualType::DestructionKind DtorKind = in EmitParmDecl() local
HDCGCall.cpp4602 QualType::DestructionKind DtorKind = Ty.isDestructedType(); in Emit() local
HDCGExpr.cpp5019 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) in EmitCompoundLiteralLValue() local
HDCGOpenMPRuntime.cpp3136 if (QualType::DestructionKind DtorKind = in emitDestructorsFunction() local