Polly 19.0.0git
Namespaces | Macros | Functions
isl_test_cpp17-checked.cc File Reference
#include <stdlib.h>
#include <exception>
#include <iostream>
#include <isl/options.h>
#include <isl/cpp-checked.h>
#include "isl_test_cpp17-generic.cc"

Go to the source code of this file.

Namespaces

namespace  isl
 These are automatically generated checked C++ bindings for isl.
 

Macros

#define die(msg)   die_impl(__FILE__, __LINE__, msg)
 

Functions

static void die_impl (const char *file, int line, const char *message)
 
int main ()
 

Macro Definition Documentation

◆ die

#define die (   msg)    die_impl(__FILE__, __LINE__, msg)

Definition at line 21 of file isl_test_cpp17-checked.cc.

Function Documentation

◆ die_impl()

static void die_impl ( const char *  file,
int  line,
const char *  message 
)
static

Definition at line 15 of file isl_test_cpp17-checked.cc.

◆ main()

int main ( )