projects
/
platform
/
upstream
/
isl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa62d8
)
doc: document isl_basic_set_foreach_constraint
author
Sven Verdoolaege
<skimo@kotnet.org>
Tue, 28 Feb 2012 11:07:46 +0000
(12:07 +0100)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Sun, 6 May 2012 12:33:05 +0000
(14:33 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
patch
|
blob
|
history
diff --git
a/doc/user.pod
b/doc/user.pod
index
12819ca
..
5da92ed
100644
(file)
--- a/
doc/user.pod
+++ b/
doc/user.pod
@@
-1422,6
+1422,10
@@
To iterate over the constraints of a basic set or map, use
#include <isl/constraint.h>
+ int isl_basic_set_foreach_constraint(
+ __isl_keep isl_basic_set *bset,
+ int (*fn)(__isl_take isl_constraint *c, void *user),
+ void *user);
int isl_basic_map_foreach_constraint(
__isl_keep isl_basic_map *bmap,
int (*fn)(__isl_take isl_constraint *c, void *user),