Searched refs:bound_options (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Dbound.c7 struct bound_options { struct
14 ISL_ARGS_START(struct bound_options, bound_options_args)
15 ISL_ARG_CHILD(struct bound_options, isl, "isl", &isl_options_args,
17 ISL_ARG_BOOL(struct bound_options, verify, 'T', "verify", 0, NULL)
18 ISL_ARG_BOOL(struct bound_options, print_all, 'A', "print-all", 0, NULL)
19 ISL_ARG_BOOL(struct bound_options, continue_on_error, '\0', "continue-on-error", 0, NULL)
22 ISL_ARG_DEF(bound_options, struct bound_options, bound_options_args)
48 struct bound_options *options;
181 struct bound_options *option
[all...]

Completed in 15 milliseconds