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
isl_pw_templ.c: extract out shared isl_pw_*_check_named_params
[isl.git]
/
include
/
isl
/
id_to_id.h
blob
26bbc598f439edfbed13b2310ae31c91f517e5f0
1
#ifndef ISL_ID_TO_ID_H
2
#define ISL_ID_TO_ID_H
3
4
#include <isl/id.h>
5
#include <isl/maybe_id.h>
6
7
#define ISL_KEY isl_id
8
#define ISL_VAL isl_id
9
#define ISL_HMAP_SUFFIX id_to_id
10
#define ISL_HMAP isl_id_to_id
11
#include <isl/hmap.h>
12
#undef ISL_KEY
13
#undef ISL_VAL
14
#undef ISL_HMAP_SUFFIX
15
#undef ISL_HMAP
16
17
#endif