bolt/deps/llvm-18.1.8/polly/lib/External/isl/isl_hash_private.h
2025-02-14 19:21:04 +01:00

8 lines
167 B
C

#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