Lines Matching defs:exceptionCaughtFlag
942 /// @param exceptionCaughtFlag reference exception caught/thrown status storage
954 llvm::Value **exceptionCaughtFlag,
957 assert(exceptionCaughtFlag &&
958 "ExceptionDemo::createFinallyBlock(...):exceptionCaughtFlag "
967 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo,
1001 *exceptionCaughtFlag),
1020 /// @param exceptionCaughtFlag exception caught/thrown status
1029 llvm::Value &exceptionCaughtFlag) {
1048 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag);
1131 llvm::Value *exceptionCaughtFlag = NULL;
1145 &exceptionCaughtFlag,
1161 *exceptionCaughtFlag);
1239 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag);