Polly
20.0.0git
llvm-project
polly
lib
External
isl
isl_sort.h
Go to the documentation of this file.
1
#ifndef ISL_SORT_H
2
#define ISL_SORT_H
3
4
#include <stddef.h>
5
6
int
isl_sort
(
void
*
const
pbase,
size_t
total_elems,
size_t
size
,
7
int
(*
cmp
)(
const
void
*,
const
void
*,
void
*
arg
),
void
*
arg
);
8
9
#endif
cmp
int GMPQAPI() cmp(mp_rat op1, mp_rat op2)
Definition:
imath/gmp_compat.c:61
isl_sort
int isl_sort(void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *, void *arg), void *arg)
Definition:
isl_sort.c:153
arg
const char * arg
Definition:
isl_test.c:774
size
const char * size
Definition:
isl_test.c:1570
Generated on Wed Nov 13 2024 03:17:27 for Polly by
1.9.6