HomeSort by relevance Sort by last modified time
    Searched defs:JmpBuf (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 135 // Now that we've done that, insert the jmpbuf list head global, unless it
434 AllocaInst *JmpBuf =
440 OldJmpBufPtr = GetElementPtrInst::Create(JmpBuf, Idx, "OldBuf",
449 new StoreInst(JmpBuf, JBListHead, true, EntryBB->getTerminator());
487 Value *JmpBufPtr = GetElementPtrInst::Create(JmpBuf, Idx, "TheJmpBuf",
513 // Create three new blocks, the block to load the jmpbuf ptr and compare
538 // Get a pointer to the jmpbuf and longjmp.
541 Idx[0] = GetElementPtrInst::Create(BufPtr, Idx, "JmpBuf", UnwindBlock);
563 // invoke, restore the old jmpbuf pointer to its input value.
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 221 jmp_buf& RBaseStream::JmpBuf()

Completed in 385 milliseconds