Polly 19.0.0git
isl_type_has_space_templ.c
Go to the documentation of this file.
1/*
2 * Copyright 2013 Ecole Normale Superieure
3 *
4 * Use of this software is governed by the MIT license
5 *
6 * Written by Sven Verdoolaege,
7 * Ecole Normale Superieure, 45 rue d'Ulm, 75230 Paris, France
8 */
9
10#define xFN(TYPE,NAME) TYPE ## _ ## NAME
11#define FN(TYPE,NAME) xFN(TYPE,NAME)
12
13/* Is the space of "obj" equal to "space"?
14 */
16{
17 return isl_space_is_equal(FN(TYPE,peek_space)(obj), space);
18}
#define TYPE
#define __isl_keep
Definition: ctx.h:25
isl_bool
Definition: ctx.h:89
const char * obj
Definition: isl_test.c:3316
#define FN(TYPE, NAME)
__isl_export isl_bool isl_space_is_equal(__isl_keep isl_space *space1, __isl_keep isl_space *space2)
Definition: isl_space.c:2511