Searched refs:pushLifetimeExtendedDestroy (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1474 void CodeGenFunction::pushLifetimeExtendedDestroy( in pushLifetimeExtendedDestroy() function in CodeGenFunction
|
D | CGExpr.cpp | 251 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 304 CGF.pushLifetimeExtendedDestroy(NormalAndEHCleanup, in pushTemporaryCleanup()
|
D | CodeGenFunction.h | 1264 void pushLifetimeExtendedDestroy(CleanupKind kind, Address addr,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 324 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 377 CGF.pushLifetimeExtendedDestroy(NormalAndEHCleanup, in pushTemporaryCleanup() 4477 pushLifetimeExtendedDestroy(getCleanupKind(DtorKind), DeclPtr, in EmitCompoundLiteralLValue()
|
D | CGExprAgg.cpp | 678 CGF.pushLifetimeExtendedDestroy( in VisitCompoundLiteralExpr()
|
D | CGDecl.cpp | 2120 void CodeGenFunction::pushLifetimeExtendedDestroy(CleanupKind cleanupKind, in pushLifetimeExtendedDestroy() function in CodeGenFunction
|
D | CGBlocks.cpp | 1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
|
D | CodeGenFunction.h | 1952 void pushLifetimeExtendedDestroy(CleanupKind kind, Address addr,
|
D | CGBuiltin.cpp | 1802 pushLifetimeExtendedDestroy(Cleanup, Alloca, Ty, in emitBuiltinOSLogFormat()
|