Polly
20.0.0git
llvm-project
polly
lib
External
isl
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
*/
15
isl_bool
FN
(
TYPE
,has_space)(
__isl_keep
TYPE
*
obj
,
__isl_keep
isl_space
*space)
16
{
17
return
isl_space_is_equal
(
FN
(
TYPE
,peek_space)(
obj
), space);
18
}
TYPE
#define TYPE
Definition:
check_parse_fail_test_templ.c:13
__isl_keep
#define __isl_keep
Definition:
ctx.h:25
isl_bool
isl_bool
Definition:
ctx.h:89
obj
const char * obj
Definition:
isl_test.c:3316
FN
#define FN(TYPE, NAME)
Definition:
isl_type_has_space_templ.c:11
isl_space_is_equal
__isl_export isl_bool isl_space_is_equal(__isl_keep isl_space *space1, __isl_keep isl_space *space2)
Definition:
isl_space.c:2511
isl_space
Definition:
isl_space_private.h:10
Generated on Wed Nov 13 2024 03:17:29 for Polly by
1.9.6