Polly
20.0.0git
llvm-project
polly
lib
External
isl
include
isl
maybe_templ.h
Go to the documentation of this file.
1
#include <
isl/ctx.h
>
2
#include <
isl/maybe.h
>
3
4
/* A structure that possibly contains a pointer to an object of type ISL_TYPE.
5
* The pointer in "value" is only valid if "valid" is isl_bool_true.
6
* Otherwise, "value" is set to NULL.
7
*/
8
struct
ISL_MAYBE(ISL_TYPE) {
9
isl_bool
valid;
10
ISL_TYPE
*value;
11
};
12
typedef
struct
ISL_MAYBE(ISL_TYPE)
ISL_MAYBE
(
ISL_TYPE
);
ctx.h
isl_bool
isl_bool
Definition:
ctx.h:89
maybe.h
ISL_MAYBE
#define ISL_MAYBE(TYPE)
Definition:
maybe.h:5
ISL_TYPE
#define ISL_TYPE
Definition:
maybe_ast_expr.h:4
Generated on Wed Nov 13 2024 03:17:18 for Polly by
1.9.6