/* * Copyright 2011 Sven Verdoolaege * * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege */ /* Check that "obj1" and "obj2" live in the same space, * reporting an error if they do not. */ isl_stat FN(TYPE_PAIR,check_equal_space)(__isl_keep TYPE1 *obj1, __isl_keep TYPE2 *obj2) { … }