Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp523 struct DestroyNRVOVariableCXX final struct
524 : DestroyNRVOVariable<DestroyNRVOVariableCXX> {
525 DestroyNRVOVariableCXX(Address addr, QualType type, in DestroyNRVOVariableCXX() argument
527 : DestroyNRVOVariable<DestroyNRVOVariableCXX>(addr, type, NRVOFlag), in DestroyNRVOVariableCXX()
1983 EHStack.pushCleanup<DestroyNRVOVariableCXX>(cleanupKind, addr, type, dtor, in emitAutoVarTypeCleanup()