Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDItaniumCXXABI.cpp3348 struct CallEndCatch : EHScopeStack::Cleanup { struct
3349 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument
3350 bool MightThrow;
3352 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()