ReactOS 0.4.15-dev-7958-gcd0bb1a
setjmp.h File Reference
#include <crtdefs.h>
Include dependency graph for setjmp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _JMP_BUF_DEFINED
 
#define setjmp   _setjmp
 

Typedefs

typedef _JBTYPE jmp_buf[_JBLEN]
 

Functions

int __MINGW_NOTHROW __cdecl setjmp (jmp_buf _Buf)
 
 __declspec (noreturn) __MINGW_NOTHROW void __cdecl ms_longjmp(jmp_buf _Buf
 

Variables

int _Value
 

Macro Definition Documentation

◆ _JMP_BUF_DEFINED

#define _JMP_BUF_DEFINED

Definition at line 187 of file setjmp.h.

◆ setjmp

#define setjmp   _setjmp

Definition at line 209 of file setjmp.h.

Typedef Documentation

◆ jmp_buf

typedef _JBTYPE jmp_buf[_JBLEN]

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 186 of file setjmp.h.

Function Documentation

◆ __declspec()

__declspec ( noreturn  )

Definition at line 27 of file noreturn.cpp.

21{
22 throw 1;
23}

◆ setjmp()

int __MINGW_NOTHROW __cdecl setjmp ( jmp_buf  _Buf)

Variable Documentation

◆ _Value

int _Value

Definition at line 214 of file setjmp.h.

Referenced by __iter_swap_aux_aux().