4 #if defined(__cplusplus)
9 /* If autodetect is false, a scop delimited by pragmas is extracted,
10 * otherwise we take any scop that we can find.
13 int detect_conditional_assignment
;
14 /* If encapsulate_dynamic_control is set, then any dynamic control
15 * in the input program will be encapsulated in macro statements.
16 * This means in particular that no statements with arguments
19 int encapsulate_dynamic_control
;
20 /* Support pencil builtins and pragmas */
27 unsigned signed_overflow
;
30 ISL_ARG_CTX_DECL(pet_options
, struct pet_options
, pet_options_args
)
32 #if defined(__cplusplus)