OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setjmp
(Results
176 - 200
of
658
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/Mem2Reg/
2007-08-27-VolatileLoadsStores.ll
3
; Don't promote load volatiles/stores. This is really needed to handle
setjmp
/lonjmp properly.
/external/valgrind/main/none/tests/amd64/
faultstatus.c
8
#include <
setjmp
.h>
/external/clang/test/CodeGenObjC/
exceptions.m
52
// CHECK: [[
SETJMP
:%.*]] = call i32 @_setjmp
53
// CHECK-NEXT: [[CAUGHT:%.*]] = icmp eq i32 [[
SETJMP
]], 0
/external/e2fsprogs/lib/ss/
listen.c
21
#include <
setjmp
.h>
68
setjmp
(listen_jmpb);
/external/qemu/
loadpng.c
52
if(
setjmp
(png_jmpbuf(p))) {
185
if(
setjmp
(png_jmpbuf(p))) {
/external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp
42
#include <
setjmp
.h>
118
if (
setjmp
(jumpBuffer)) {
/external/libpng/contrib/gregbook/
readpng2.c
59
#include "png.h" /* libpng header; includes zlib.h and
setjmp
.h */
195
/*
setjmp
() must be called in every function that calls a PNG-reading
200
if (
setjmp
(mainprog_ptr->jmpbuf)) {
357
/*
setjmp
() must be called in every function that calls a PNG-reading
360
if (
setjmp
(mainprog_ptr->jmpbuf)) {
386
/*
setjmp
() doesn't make sense here, because we'd either have to exit(),
631
*
setjmp
() and longjmp() are called from the same code, they are
/external/llvm/docs/
ExceptionHandling.rst
43
Setjmp
/Longjmp Exception Handling
46
Setjmp
/Longjmp (SJLJ) based exception handling uses LLVM intrinsics
47
`llvm.eh.sjlj.
setjmp
`_ and `llvm.eh.sjlj.longjmp`_ to handle control flow for
281
.. _llvm.eh.sjlj.
setjmp
:
283
``llvm.eh.sjlj.
setjmp
``
288
i32 @llvm.eh.sjlj.
setjmp
(i8* %setjmp_buf)
314
a buffer populated by `llvm.eh.sjlj.
setjmp
`_. The frame pointer and stack
/external/libpng/contrib/visupng/
cexcept.h
194
#include <
setjmp
.h>
205
/* the calls to
setjmp
() and longjmp(). A wrapper struct is used to */
216
if (
setjmp
(exception__env) == 0) { \
/external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp
29
#include <
setjmp
.h>
258
//
setjmp
forces volatile registers onto the stack
264
setjmp
(registers);
/bionic/libc/arch-arm/bionic/
_setjmp.S
38
#include <machine/
setjmp
.h>
/development/ndk/sources/android/libportable/
Android.mk
64
arch-mips/
setjmp
.S \
/external/compiler-rt/lib/asan/tests/
asan_test_utils.h
31
#include <
setjmp
.h>
/external/freetype/include/freetype/internal/
ftvalid.h
107
/* to high-level caller. Using `
setjmp
/longjmp' avoids many stupid */
/external/grub/stage2/
setjmp.S
20
/* This is stolen from libc/x86/
setjmp
.S in the OSKit */
/external/llvm/include/llvm/Analysis/
CodeMetrics.h
40
/// \brief True if this function contains a call to
setjmp
or other functions
/external/openssh/
auth-sia.c
32
#include <
setjmp
.h>
/external/quake/quake/src/QW/server/
qwsvdef.h
35
#include <
setjmp
.h>
/external/srec/srec/include/
c42mul.h
45
#define SETUP_RETURN(REC) ((REC)->err_code=
setjmp
((REC)->except_buf))
/external/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/external/valgrind/main/none/tests/
faultstatus.c
8
#include <
setjmp
.h>
/external/valgrind/main/none/tests/x86/
faultstatus.c
8
#include <
setjmp
.h>
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
63
#include <
setjmp
.h>
198
// We need to do the
setjmp
here. Otherwise bad things will happen
199
if (
setjmp
(m_err.setjmp_buffer))
378
// Return control to the
setjmp
point.
/external/webkit/Source/WebCore/platform/image-encoders/
PNGImageEncoder.cpp
102
if (
setjmp
(png_jmpbuf(pngPtr)))
/external/zlib/src/contrib/puff/
README
40
only C library functions that puff.c needs are
setjmp
() and longjmp(), which
Completed in 926 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>