|
|
|||
File indexing completed on 2026-05-10 08:48:19
0001 #ifndef ISL_VAL_TYPE_H 0002 #define ISL_VAL_TYPE_H 0003 0004 #include <isl/list.h> 0005 0006 #if defined(__cplusplus) 0007 extern "C" { 0008 #endif 0009 0010 struct __isl_export isl_val; 0011 typedef struct isl_val isl_val; 0012 0013 ISL_DECLARE_EXPORTED_LIST_TYPE(val) 0014 0015 struct __isl_export isl_multi_val; 0016 typedef struct isl_multi_val isl_multi_val; 0017 0018 #if defined(__cplusplus) 0019 } 0020 #endif 0021 0022 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|