Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-as-fuzzer/
Dllvm-as-fuzzer.cpp30 static jmp_buf JmpBuf; variable
39 longjmp(JmpBuf, 1); in MyFatalErrorHandler()
59 if (setjmp(JmpBuf)) in LLVMFuzzerTestOneInput()
/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp100 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
199 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dgrfmt_pxm.cpp148 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
230 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dgrfmt_bmp.cpp99 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
219 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dbitstrm.h74 jmp_buf& JmpBuf();
Dgrfmt_tiff.cpp377 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
581 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dgrfmt_jpeg.cpp534 if( setjmp( m_low_strm.JmpBuf()) == 0 ) in ReadBlock()
823 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
1018 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dbitstrm.cpp221 jmp_buf& RBaseStream::JmpBuf() in JmpBuf() function in RBaseStream
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h319 struct JmpBuf { struct
365 Vector<JmpBuf> jmp_bufs;
Dtsan_interceptors.cc458 JmpBuf *buf = &thr->jmp_bufs[i]; in JmpBufGarbageCollect()
474 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
501 JmpBuf *buf = &thr->jmp_bufs[i]; in LongJmp()