Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1588 typedef void (*OurExceptionThrowFunctType) (int32_t typeToThrow);
1602 int32_t typeToThrow) { in runExceptionThrow() argument
1611 (*functPtr)(typeToThrow); in runExceptionThrow()