Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1590 typedef void (*OurExceptionThrowFunctType) (int32_t typeToThrow); typedef
1607 OurExceptionThrowFunctType functPtr = in runExceptionThrow()
1608 reinterpret_cast<OurExceptionThrowFunctType>( in runExceptionThrow()