Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3530 struct CallEndCatch final : EHScopeStack::Cleanup { struct
3531 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument
3532 bool MightThrow;
3534 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()