Home
last modified time | relevance | path

Searched refs:BeginCatchFn (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp1099 BeginCatchFn = beginCatchFn; in enter()
1163 if (BeginCatchFn) { in exit()
1165 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn); in exit()
HDCodeGenFunction.h356 llvm::Constant *BeginCatchFn; variable