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

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1362 unsigned nextTypeToCatch; local
1365 nextTypeToCatch = i - 1;
1368 catchBlocks[nextTypeToCatch]);
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp1398 unsigned nextTypeToCatch; local
1401 nextTypeToCatch = i - 1;
1404 catchBlocks[nextTypeToCatch]);

Completed in 119 milliseconds