Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp914 struct CallEndCatch : EHScopeStack::Cleanup { struct
915 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument
916 bool MightThrow;
918 void Emit(CodeGenFunction &CGF, Flags flags) { in Emit()