llvm/polly/lib/External/isl/check_type_range_templ.c

#define xFN(TYPE,NAME)
#define FN(TYPE,NAME)

/* Check that there are "n" dimensions of type "type" starting at "first"
 * in "obj".
 */
isl_stat FN(TYPE,check_range)(__isl_keep TYPE *obj,
	enum isl_dim_type type, unsigned first, unsigned n)
{}