Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp552 struct DestroyNRVOVariableCXX final struct
553 : DestroyNRVOVariable<DestroyNRVOVariableCXX> {
554 DestroyNRVOVariableCXX(Address addr, QualType type, in DestroyNRVOVariableCXX() function
556 : DestroyNRVOVariable<DestroyNRVOVariableCXX>(addr, type, NRVOFlag), in DestroyNRVOVariableCXX()
2097 EHStack.pushCleanup<DestroyNRVOVariableCXX>(cleanupKind, addr, type, dtor, in emitAutoVarTypeCleanup()