brintos

brintos / llvm-project-archived public Read only

0
0
Text · 227 B · 006b287 Raw
11 lines · c
1#ifndef ISL_LIST_PRIVATE_H2#define ISL_LIST_PRIVATE_H3 4#include <isl/list.h>5 6#define ISL_DECLARE_LIST_FN_PRIVATE(EL)					\7__isl_keep isl_##EL *isl_##EL##_list_peek(				\8	__isl_keep isl_##EL##_list *list, int index);9 10#endif11