bolt/deps/llvm-18.1.8/polly/lib/External/isl/isl_hash_private.h

9 lines
167 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#ifndef ISL_HASH_PRIVATE_H
#define ISL_HASH_PRIVATE_H
#include <isl/hash.h>
struct isl_hash_table_entry *isl_hash_table_first(struct isl_hash_table *table);
#endif