manpagez: man pages & more
info cloog
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.1.3.2 isl

#include <cloog/isl/cloog.h>
CloogDomain *cloog_domain_from_isl_set(__isl_take isl_set *set);
__isl_give isl_set *isl_set_from_cloog_domain(CloogDomain *domain);

The function cloog_domain_from_isl_set takes an isl_set as input and returns a pointer to a CloogDomain. The function consumes a reference to the given isl_set. Similarly, isl_set_from_cloog_domain consumes a reference to a CloogDomain and returns an isl_set.


This document was generated on August 20, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.