Home
last modified time | relevance | path

Searched refs:pushLifetimeExtendedDestroy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2288 void CodeGenFunction::pushLifetimeExtendedDestroy( in pushLifetimeExtendedDestroy() function in CodeGenFunction
2291 pushLifetimeExtendedDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushLifetimeExtendedDestroy()
2332 void CodeGenFunction::pushLifetimeExtendedDestroy(CleanupKind cleanupKind, in pushLifetimeExtendedDestroy() function in CodeGenFunction
H A DCodeGenFunction.h2222 void pushLifetimeExtendedDestroy(CleanupKind kind, Address addr,
2225 void pushLifetimeExtendedDestroy(QualType::DestructionKind dtorKind,
H A DCGExpr.cpp379 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
429 CGF.pushLifetimeExtendedDestroy(DK, ReferenceTemporary, E->getType()); in pushTemporaryCleanup()
5358 pushLifetimeExtendedDestroy(getCleanupKind(DtorKind), DeclPtr, in EmitCompoundLiteralLValue()
H A DCGExprAgg.cpp821 CGF.pushLifetimeExtendedDestroy( in VisitCompoundLiteralExpr()
H A DCGBlocks.cpp1108 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
H A DCGBuiltin.cpp2261 pushLifetimeExtendedDestroy(Cleanup, Alloca, Ty, in emitBuiltinOSLogFormat()