Searched refs:pushLifetimeExtendedDestroy (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2288 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 D | CodeGenFunction.h | 2222 void pushLifetimeExtendedDestroy(CleanupKind kind, Address addr, 2225 void pushLifetimeExtendedDestroy(QualType::DestructionKind dtorKind,
|
| H A D | CGExpr.cpp | 379 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 429 CGF.pushLifetimeExtendedDestroy(DK, ReferenceTemporary, E->getType()); in pushTemporaryCleanup() 5358 pushLifetimeExtendedDestroy(getCleanupKind(DtorKind), DeclPtr, in EmitCompoundLiteralLValue()
|
| H A D | CGExprAgg.cpp | 821 CGF.pushLifetimeExtendedDestroy( in VisitCompoundLiteralExpr()
|
| H A D | CGBlocks.cpp | 1108 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
|
| H A D | CGBuiltin.cpp | 2261 pushLifetimeExtendedDestroy(Cleanup, Alloca, Ty, in emitBuiltinOSLogFormat()
|