Searched defs:rethrowFn (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp1090 llvm::Constant *rethrowFn) {
1093 assert(rethrowFn && "rethrow function is required");
1105 cast<llvm::PointerType>(rethrowFn->getType())->getElementType());
1134 rethrowFn, SavedExnVar);
1086 enter(CodeGenFunction &CGF, const Stmt *body, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *rethrowFn) argument

Completed in 75 milliseconds