Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1474 void CodeGenFunction::pushLifetimeExtendedDestroy( in pushLifetimeExtendedDestroy() function in CodeGenFunction
DCGExpr.cpp251 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
304 CGF.pushLifetimeExtendedDestroy(NormalAndEHCleanup, in pushTemporaryCleanup()
DCodeGenFunction.h1264 void pushLifetimeExtendedDestroy(CleanupKind kind, Address addr,
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp324 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
377 CGF.pushLifetimeExtendedDestroy(NormalAndEHCleanup, in pushTemporaryCleanup()
4477 pushLifetimeExtendedDestroy(getCleanupKind(DtorKind), DeclPtr, in EmitCompoundLiteralLValue()
DCGExprAgg.cpp678 CGF.pushLifetimeExtendedDestroy( in VisitCompoundLiteralExpr()
DCGDecl.cpp2120 void CodeGenFunction::pushLifetimeExtendedDestroy(CleanupKind cleanupKind, in pushLifetimeExtendedDestroy() function in CodeGenFunction
DCGBlocks.cpp1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
DCodeGenFunction.h1952 void pushLifetimeExtendedDestroy(CleanupKind kind, Address addr,
DCGBuiltin.cpp1802 pushLifetimeExtendedDestroy(Cleanup, Alloca, Ty, in emitBuiltinOSLogFormat()