Polly 19.0.0git
Namespaces | Macros
ISLOStream.h File Reference
#include "polly/Support/GICHelper.h"
#include "llvm/Support/raw_ostream.h"
#include "isl/isl-noexceptions.h"

Go to the source code of this file.

Namespaces

namespace  polly
 

Macros

#define ADD_OSTREAM_PRINTER(name)
 

Macro Definition Documentation

◆ ADD_OSTREAM_PRINTER

#define ADD_OSTREAM_PRINTER (   name)
Value:
inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, \
const name &Obj) { \
OS << stringFromIslObj(Obj); \
return OS; \
}
raw_ostream & operator<<(raw_ostream &OS, ValidatorResult &VR)
const char * name
Definition: isl_test.c:10938

Definition at line 18 of file ISLOStream.h.