Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1078 std::string ourId, unsigned numExceptionsToCatch, in createCatchWrappedInvokeFunction() argument
1131 std::vector<llvm::BasicBlock*> catchBlocks(numExceptionsToCatch); in createCatchWrappedInvokeFunction()
1151 for (unsigned i = 0; i < numExceptionsToCatch; ++i) { in createCatchWrappedInvokeFunction()
1220 numExceptionsToCatch, in createCatchWrappedInvokeFunction()
1225 for (unsigned i = 0; i < numExceptionsToCatch; ++i) { in createCatchWrappedInvokeFunction()
1308 numExceptionsToCatch); in createCatchWrappedInvokeFunction()
1312 for (unsigned i = 1; i <= numExceptionsToCatch; ++i) { in createCatchWrappedInvokeFunction()