Lines Matching defs:exceptionStorage
996 /// @param exceptionStorage reference to exception pointer storage
1008 llvm::Value **exceptionStorage,
1013 assert(exceptionStorage &&
1014 "ExceptionDemo::createFinallyBlock(...):exceptionStorage "
1026 *exceptionStorage = createEntryBlockAlloca(toAddTo,
1027 "exceptionStorage",
1185 llvm::Value *exceptionStorage = NULL;
1199 &exceptionStorage,
1241 builder.CreateLoad(exceptionStorage));
1290 builder.CreateStore(unwindException, exceptionStorage);