Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp598 struct ExtendGCLifetime final : EHScopeStack::Cleanup { struct
600 ExtendGCLifetime(const VarDecl *var) : Var(*var) {} in ExtendGCLifetime() argument
2158 EHStack.pushCleanup<ExtendGCLifetime>(NormalCleanup, &D); in EmitAutoVarCleanups()