Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1129 std::string ourId, unsigned numExceptionsToCatch, in createCatchWrappedInvokeFunction() argument
1182 std::vector<llvm::BasicBlock*> catchBlocks(numExceptionsToCatch); in createCatchWrappedInvokeFunction()
1202 for (unsigned i = 0; i < numExceptionsToCatch; ++i) { in createCatchWrappedInvokeFunction()
1271 numExceptionsToCatch, in createCatchWrappedInvokeFunction()
1276 for (unsigned i = 0; i < numExceptionsToCatch; ++i) { in createCatchWrappedInvokeFunction()
1358 numExceptionsToCatch); in createCatchWrappedInvokeFunction()
1362 for (unsigned i = 1; i <= numExceptionsToCatch; ++i) { in createCatchWrappedInvokeFunction()