/* * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege */ #define xFN(TYPE,NAME) … #define FN(TYPE,NAME) … /* Project out all parameters from "obj" by existentially quantifying * over them. */ __isl_give TYPE *FN(TYPE,project_out_all_params)(__isl_take TYPE *obj) { … }