Home
last modified time | relevance | path

Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGDecl.cpp383 struct CallCleanupFunction : EHScopeStack::Cleanup { struct
384 llvm::Constant *CleanupFn;
385 const CGFunctionInfo &FnInfo;
386 const VarDecl &Var;
388 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() function
392 void Emit(CodeGenFunction &CGF, Flags flags) { in Emit()