Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
immediate_crash.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "build/build_config.h"
Include dependency graph for immediate_crash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pdfium

Macros

#define TRAP_SEQUENCE_()
#define IMMEDIATE_CRASH_ALWAYS_INLINE   inline

Functions

IMMEDIATE_CRASH_ALWAYS_INLINE void pdfium::ImmediateCrash ()

Macro Definition Documentation

◆ IMMEDIATE_CRASH_ALWAYS_INLINE

#define IMMEDIATE_CRASH_ALWAYS_INLINE   inline

Definition at line 138 of file immediate_crash.h.

◆ TRAP_SEQUENCE_

#define TRAP_SEQUENCE_ ( )
Value:
do { \
TRAP_SEQUENCE1_(); \
TRAP_SEQUENCE2_(); \
} while (false)

Definition at line 123 of file immediate_crash.h.