/* * Copyright 2011 Sven Verdoolaege * * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege. */ #undef TYPE #define TYPE … /* Read an object of type "TYPE" from "s" with parameter domain "dom". * "v" contains a description of the identifiers parsed so far. */ static __isl_give TYPE *FN(isl_stream_read_with_params_pw,BASE)( __isl_keep isl_stream *s, __isl_keep isl_set *dom, struct vars *v) { … }