Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp485 struct ExtendGCLifetime final : EHScopeStack::Cleanup { struct
487 ExtendGCLifetime(const VarDecl *var) : Var(*var) {} in ExtendGCLifetime() function
1408 EHStack.pushCleanup<ExtendGCLifetime>(NormalCleanup, &D); in EmitAutoVarCleanups()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp559 struct ExtendGCLifetime final : EHScopeStack::Cleanup { struct
561 ExtendGCLifetime(const VarDecl *var) : Var(*var) {} in ExtendGCLifetime() function
2044 EHStack.pushCleanup<ExtendGCLifetime>(NormalCleanup, &D); in EmitAutoVarCleanups()