repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
extract out shared isl_qpolynomial_{take,restore}_poly
[isl.git]
/
isl_hash_private.h
blob
bc5acb4b793712f0a378480a1b172f09f8e2881d
1
#ifndef ISL_HASH_PRIVATE_H
2
#define ISL_HASH_PRIVATE_H
3
4
#include <isl/hash.h>
5
6
struct
isl_hash_table_entry
*
isl_hash_table_first
(
struct
isl_hash_table
*
table
);
7
8
#endif