Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1538 typedef void (*OurExceptionThrowFunctType) (int32_t typeToThrow);
1552 int32_t typeToThrow) { in runExceptionThrow() argument
1561 (*functPtr)(typeToThrow); in runExceptionThrow()