Searched refs:catchCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1554 llvm::CallInst *catchCall = builder.CreateCall(getBeginCatchFn(CGM), exn); local
1555 catchCall->setDoesNotThrow();
1556 catchCall->setCallingConv(CGM.getRuntimeCC());

Completed in 64 milliseconds