Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp955 llvm::Value **exceptionCaughtFlag, in createFinallyBlock() argument
958 assert(exceptionCaughtFlag && in createFinallyBlock()
968 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1001 *exceptionCaughtFlag), in createFinallyBlock()
1030 llvm::Value &exceptionCaughtFlag) { in createCatchBlock() argument
1049 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock()
1132 llvm::Value *exceptionCaughtFlag = NULL; in createCatchWrappedInvokeFunction() local
1146 &exceptionCaughtFlag, in createCatchWrappedInvokeFunction()
1162 *exceptionCaughtFlag); in createCatchWrappedInvokeFunction()
1239 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag); in createCatchWrappedInvokeFunction()