Polly
20.0.0git
llvm-project
polly
lib
External
isl
isl_check_named_params_templ.c
Go to the documentation of this file.
1
#define xFN(TYPE,NAME) TYPE ## _ ## NAME
2
#define FN(TYPE,NAME) xFN(TYPE,NAME)
3
4
/* Check that "obj" has only named parameters, reporting an error
5
* if it does not.
6
*/
7
isl_stat
FN
(
TYPE
,check_named_params)(
__isl_keep
TYPE
*
obj
)
8
{
9
return
isl_space_check_named_params
(
FN
(
TYPE
,peek_space)(
obj
));
10
}
TYPE
#define TYPE
Definition:
check_parse_fail_test_templ.c:13
isl_stat
isl_stat
Definition:
ctx.h:84
__isl_keep
#define __isl_keep
Definition:
ctx.h:25
FN
#define FN(TYPE, NAME)
Definition:
isl_check_named_params_templ.c:2
isl_space_check_named_params
isl_stat isl_space_check_named_params(__isl_keep isl_space *space)
Definition:
isl_space.c:3246
obj
const char * obj
Definition:
isl_test.c:3316
Generated on Wed Nov 13 2024 03:17:21 for Polly by
1.9.6