Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1413 llvm::FunctionCallee rethrowFn) { in enter() argument
1416 assert(rethrowFn && "rethrow function is required"); in enter()
1426 llvm::FunctionType *rethrowFnTy = rethrowFn.getFunctionType(); in enter()
1455 rethrowFn, SavedExnVar); in enter()
H A DCodeGenFunction.h716 llvm::FunctionCallee endCatchFn, llvm::FunctionCallee rethrowFn);