OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JmpBuf
(Results
1 - 10
of
10
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.h
74
jmp_buf&
JmpBuf
();
grfmt_pxm.cpp
148
if( setjmp( m_strm.
JmpBuf
()) == 0 )
230
if( setjmp( m_strm.
JmpBuf
()) == 0 )
grfmt_sunras.cpp
100
if( setjmp( m_strm.
JmpBuf
()) == 0 )
199
if( setjmp( m_strm.
JmpBuf
()) == 0 )
grfmt_bmp.cpp
99
if( setjmp( m_strm.
JmpBuf
()) == 0 )
219
if( setjmp( m_strm.
JmpBuf
()) == 0 )
grfmt_tiff.cpp
377
if( setjmp( m_strm.
JmpBuf
()) == 0 )
581
if( setjmp( m_strm.
JmpBuf
()) == 0 )
grfmt_jpeg.cpp
534
if( setjmp( m_low_strm.
JmpBuf
()) == 0 )
823
if( setjmp( m_strm.
JmpBuf
()) == 0 )
1018
if( setjmp( m_strm.
JmpBuf
()) == 0 )
[
all
...]
bitstrm.cpp
221
jmp_buf& RBaseStream::
JmpBuf
()
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
132
// Now that we've done that, insert the
jmpbuf
list head global, unless it
432
AllocaInst *
JmpBuf
=
438
OldJmpBufPtr = GetElementPtrInst::Create(
JmpBuf
, Idx, "OldBuf",
447
new StoreInst(
JmpBuf
, JBListHead, true, EntryBB->getTerminator());
485
Value *JmpBufPtr = GetElementPtrInst::Create(
JmpBuf
, Idx, "TheJmpBuf",
511
// Create three new blocks, the block to load the
jmpbuf
ptr and compare
536
// Get a pointer to the
jmpbuf
and longjmp.
539
Idx[0] = GetElementPtrInst::Create(BufPtr, Idx, "
JmpBuf
", UnwindBlock);
561
// invoke, restore the old
jmpbuf
pointer to its input value.
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
389
struct
JmpBuf
{
430
Vector<
JmpBuf
> jmp_bufs;
tsan_interceptors.cc
325
JmpBuf
*buf = &thr->jmp_bufs[i];
341
JmpBuf
*buf = thr->jmp_bufs.PushBack();
351
JmpBuf
*buf = &thr->jmp_bufs[i];
[
all
...]
Completed in 136 milliseconds