~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/isl_multi_templ.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-13 04:29:53 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130113042953-yffow2nvsub33dcd
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        EL *p[1];
14
14
};
15
15
 
16
 
#define ISL_DECLARE_MULTI_PRIVATE(BASE)                                 \
17
 
__isl_give isl_multi_##BASE *isl_multi_##BASE##_alloc(                  \
18
 
        __isl_take isl_space *space);                                   \
19
 
__isl_give isl_multi_##BASE *isl_multi_##BASE##_set_##BASE(             \
20
 
        __isl_take isl_multi_##BASE *multi, int pos, __isl_take EL *el);
21
 
 
22
 
ISL_DECLARE_MULTI_PRIVATE(aff)
 
16
__isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);