Polly 22.0.0git
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)

Functions

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

Macro Definition Documentation

◆ die

#define die ( msg)
Value:
die_impl(__FILE__, __LINE__, msg)
static void die_impl(const char *file, int line, const char *message)

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

Function Documentation

◆ die_impl()

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

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

◆ main()