Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1538 typedef void (*OurExceptionThrowFunctType) (int32_t typeToThrow); typedef
1555 OurExceptionThrowFunctType functPtr = in runExceptionThrow()
1556 reinterpret_cast<OurExceptionThrowFunctType>( in runExceptionThrow()