Home
last modified time | relevance | path

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

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