1 #include "c2pdg_options.h"
3 ISL_ARGS_START(struct options
, options_args
)
4 ISL_ARG_CHILD(struct options
, isl
, "isl", &isl_options_args
, "isl options")
5 ISL_ARG_CHILD(struct options
, pet
, "pet", &pet_options_args
, "pet options")
6 ISL_ARG_ARG(struct options
, input
, "input", NULL
)
7 ISL_ARG_STR_F(struct options
, function
, 0, "func", "name", NULL
, NULL
,
11 ISL_ARG_DEF(options
, struct options
, options_args
)