Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp359 struct FreeException : EHScopeStack::Cleanup { struct
360 llvm::Value *exn;
361 FreeException(llvm::Value *exn) : exn(exn) {} in FreeException() argument
362 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()