Polly
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
i
l
m
p
r
s
v
Enumerations
Enumerator
Related Functions
a
d
f
l
m
s
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
f
i
m
o
r
s
t
Enumerations
a
g
i
m
o
t
Enumerator
i
m
o
t
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
llvm-project
polly
lib
External
isl
isl_union_neg.c
Go to the documentation of this file.
1
/*
2
* Copyright 2010 INRIA Saclay
3
*
4
* Use of this software is governed by the MIT license
5
*
6
* Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France,
7
* Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod,
8
* 91893 Orsay, France
9
*/
10
11
#include <
isl_union_macro.h
>
12
13
/* Return the opposite of "part".
14
*/
15
static
__isl_give
PART
*
FN
(
UNION
,neg_entry)(
__isl_take
PART
*part,
void
*
user
)
16
{
17
return
FN
(
PART
,
neg
)(part);
18
}
19
20
/* Return the opposite of "u".
21
*/
22
__isl_give
UNION
*
FN
(
UNION
,
neg
)(
__isl_take
UNION
*u)
23
{
24
return
FN
(
UNION
,transform_inplace)(u, &
FN
(
UNION
,neg_entry), NULL);
25
}
FN
#define FN(TYPE, NAME)
Definition:
check_parse_fail_test_templ.c:15
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
user
isl_stat isl_stat(*) void user)
Definition:
hmap.h:39
neg
void GMPZAPI() neg(mp_int rop, mp_int op)
Definition:
imath/gmp_compat.c:107
isl_union_macro.h
PART
#define PART
Definition:
isl_union_macro.h:4
UNION
Definition:
isl_union_multi.c:37
Generated on Tue Apr 22 2025 02:09:32 for Polly by
1.9.6