#define xFN(TYPE,NAME) … #define FN(TYPE,NAME) … /* Does the range space of "obj" match the space of "mv" (ignoring parameters)? */ static isl_bool FN(TYPE,match_range_multi_val)(__isl_keep TYPE *obj, __isl_keep isl_multi_val *mv) { … } /* Check that the range space of "obj" matches the space of "mv" * (ignoring parameters). */ static isl_stat FN(TYPE,check_match_range_multi_val)(__isl_keep TYPE *obj, __isl_keep isl_multi_val *mv) { … }