Home
last modified time | relevance | path

Searched refs:currentFunctionUsesSEHTry (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp697 if (!currentFunctionUsesSEHTry()) in getInvokeDestImpl()
DCodeGenFunction.h1236 bool currentFunctionUsesSEHTry() const { return CurSEHParent != nullptr; } in currentFunctionUsesSEHTry() function
DCGCall.cpp3915 if (currentFunctionUsesSEHTry()) { in EmitCall()