Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 207) sorted by relevance

123456789

/external/libunwind/doc/
Dlibunwind-setjmp.tex8 \begin{Name}{3}{libunwind-setjmp}{David Mosberger-Tang}{Programming Library}{libunwind-based non-lo…
13 \File{\#include $<$setjmp.h$>$}\\
16 \Type{int} \Func{setjmp}(\Type{jmp\_buf}~\Var{env});\\
25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based
28 the same name. The main advantage of using the \Prog{unwind-setjmp}
30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
37 that exist between the points where \Func{setjmp}() and
39 \Prog{unwind-setjmp} library is beneficial primarily in applications
40 that frequently call \Func{setjmp}() but only rarely call
57 by the libunwind-based \Func{setjmp}()/\Func{\_setjmp} may only be
[all …]
/external/libcxx/include/
Dcsetjmp19 setjmp
35 #include <setjmp.h>
41 #ifndef setjmp
42 #define setjmp(env) setjmp(env)
/external/llvm/test/CodeGen/X86/
Dsetjmp-spills.ll6 declare i1 @setjmp()
12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp()
18 ; This code keeps enough variables live across the setjmp() call that
34 %setjmp_result = call i1 @setjmp() returns_twice
36 ; X86-32: calll setjmp
37 ; X86-64: callq setjmp
40 ; this function calls a returns_twice function (setjmp()), the
79 ; call setjmp().
97 %setjmp_result = invoke i1 @setjmp() returns_twice
99 ; X86-32: calll setjmp
[all …]
Dlate-address-taken.ll41 ; test @setjmp - similar to @catchret, but the MBB in question
42 ; is the one generated when the setjmp's block is split
47 declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind
50 define void @setjmp(i1 %b) nounwind {
60 call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([5 x i8*]* @buf to i8*))
63 ; CHECK-LABEL: setjmp: # @setjmp
/external/libunwind/src/setjmp/
Dlibunwind-setjmp.pc.in6 Name: libunwind-setjmp
7 Description: libunwind setjmp library
10 Libs: -L${libdir} -lunwind-setjmp
/external/llvm/test/Transforms/SafeStack/ARM/
Dsetjmp.ll1 ; Test stack pointer restore after setjmp() with the function-call safestack ABI.
12 ; CHECK: call i32 @setjmp
14 …%call = call i32 @setjmp(i32* getelementptr inbounds ([64 x i32], [64 x i32]* @env, i32 0, i32 0))…
32 declare i32 @setjmp(i32*) returns_twice
/external/autotest/client/deps/glbench/src/
Dpng_helper.cc61 if (setjmp(png_jmpbuf(png_ptr))) in write_png_file()
66 if (setjmp(png_jmpbuf(png_ptr))) in write_png_file()
74 if (setjmp(png_jmpbuf(png_ptr))) in write_png_file()
79 if (setjmp(png_jmpbuf(png_ptr))) in write_png_file()
/external/valgrind/VEX/test/
Dtest-amd64.c1404 if (setjmp(jmp_env) == 0) {
1411 if (setjmp(jmp_env) == 0) {
1419 if (setjmp(jmp_env) == 0) {
1423 if (setjmp(jmp_env) == 0) {
1441 if (setjmp(jmp_env) == 0) {
1448 if (setjmp(jmp_env) == 0) {
1458 if (setjmp(jmp_env) == 0) {
1466 if (setjmp(jmp_env) == 0) {
1471 if (setjmp(jmp_env) == 0) {
1477 if (setjmp(jmp_env) == 0) {
[all …]
Dtest-i386.c1364 if (setjmp(jmp_env) == 0) {
1371 if (setjmp(jmp_env) == 0) {
1379 if (setjmp(jmp_env) == 0) {
1383 if (setjmp(jmp_env) == 0) {
1401 if (setjmp(jmp_env) == 0) {
1408 if (setjmp(jmp_env) == 0) {
1418 if (setjmp(jmp_env) == 0) {
1426 if (setjmp(jmp_env) == 0) {
1431 if (setjmp(jmp_env) == 0) {
1437 if (setjmp(jmp_env) == 0) {
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dsetjmp_longjmp.ll4 declare i32 @llvm.eh.sjlj.setjmp(i8*)
12 ; setjmp sequence:
21 ; setjmp sequence 2:
55 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr)
74 %setjmpres2 = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr)
/external/libcxx/test/std/language.support/support.runtime/
Dcsetjmp.pass.cpp15 #ifndef setjmp
16 #error setjmp not defined
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c85 if (setjmp(cm->error.jmp)) { in vp9_decoder_create()
86 cm->error.setjmp = 0; in vp9_decoder_create()
91 cm->error.setjmp = 1; in vp9_decoder_create()
119 cm->error.setjmp = 0; in vp9_decoder_create()
329 if (setjmp(cm->error.jmp)) { in vp9_receive_compressed_data()
333 cm->error.setjmp = 0; in vp9_receive_compressed_data()
374 cm->error.setjmp = 1; in vp9_receive_compressed_data()
411 cm->error.setjmp = 0; in vp9_receive_compressed_data()
/external/llvm/test/CodeGen/ARM/
Dsetjmp_longjmp.ll4 declare i32 @llvm.eh.sjlj.setjmp(i8*)
19 ; setjmp sequence:
38 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr)
59 ; setjmp sequence:
94 %9 = call i32 @llvm.eh.sjlj.setjmp(i8* %5)
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c77 if (setjmp(pbi->common.error.jmp)) in create_decompressor()
79 pbi->common.error.setjmp = 0; in create_decompressor()
84 pbi->common.error.setjmp = 1; in create_decompressor()
98 pbi->common.error.setjmp = 0; in create_decompressor()
340 if (setjmp(pbi->common.error.jmp)) in vp8dx_receive_compressed_data()
354 pbi->common.error.setjmp = 1; in vp8dx_receive_compressed_data()
407 pbi->common.error.setjmp = 0; in vp8dx_receive_compressed_data()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp269 if (setjmp(mark) == -1) { in _JpegLoadInfo()
282 if (setjmp(mark) == -1) { in _JpegLoadInfo()
366 if (setjmp(m_JmpBuf) == -1) { in InitDecode()
374 if (setjmp(m_JmpBuf) == -1) { in InitDecode()
482 if (setjmp(m_JmpBuf) == -1) { in v_Rewind()
500 if (setjmp(m_JmpBuf) == -1) in v_GetNextLine()
603 if (setjmp(p->m_JumpMark) == -1) { in Start()
647 if (setjmp(p->m_JumpMark) == -1) {
667 if (setjmp(p->m_JumpMark) == -1) {
676 if (setjmp(p->m_JumpMark) == -1) {
/external/libpng/contrib/gregbook/
Dwritepng.c111 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_init()
268 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_image()
306 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_row()
336 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_finish()
Dreadpng.c123 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_init()
164 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_bgcolor()
218 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_image()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_aarch64.S6 .type setjmp, @function
7 setjmp: label
50 .size setjmp, .-setjmp
Dtsan_rtl_amd64.S172 .globl ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp)
173 ASM_TYPE_FUNCTION(ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp))
174 ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp):
207 jmp ASM_TSAN_SYMBOL(setjmp)
210 ASM_SIZE(ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp))
Dtsan_rtl_ppc64.S139 .globl setjmp symbol
140 .type setjmp, @function
142 setjmp: label
144 .size setjmp, .-setjmp
/external/clang/test/CodeGen/
Dfunction-attributes.c96 int setjmp(jmp_buf);
98 setjmp(0); in f19()
/external/llvm/test/Transforms/TailCallElim/
Dsetjmp.ll13 %tmp75 = tail call i32 @setjmp(i32* %x)
18 declare i32 @setjmp(i32*) returns_twice
/external/expat/tests/
Dminicheck.c125 if (setjmp(env)) { in srunner_run_all()
132 if (setjmp(env)) { in srunner_run_all()
140 if (setjmp(env)) { in srunner_run_all()
/external/libjpeg-turbo/
Djcstest.c80 if(setjmp(jerr.jb)) { in main()
107 if(setjmp(jerr.jb)) { in main()
/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp146 if( setjmp( png_ptr->jmpbuf ) == 0 ) in ReadHeader()
195 if( setjmp(png_ptr->jmpbuf) == 0 ) in ReadData()
285 if( setjmp( png_ptr->jmpbuf ) == 0 ) in WriteImage()

123456789