Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp141 static llvm::ConstantInt *ourExceptionCaughtState; variable
1004 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock); in createFinallyBlock()
1049 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock()
1607 ourExceptionCaughtState = in createStandardUtilityFunctions()