openMSX
Macros
unreachable.hh File Reference
#include <cassert>
Include dependency graph for unreachable.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __has_builtin(x)   0
 
#define UNREACHABLE   while (1) assert(false)
 

Macro Definition Documentation

◆ __has_builtin

#define __has_builtin (   x)    0

Definition at line 9 of file unreachable.hh.

◆ UNREACHABLE

#define UNREACHABLE   while (1) assert(false)

Definition at line 40 of file unreachable.hh.