6 #if defined(__cplusplus)
10 /* Global state of pet_scop_from_pet_tree.
12 * "extract_array" is a callback specified by the user that can be
13 * used to create a pet_array corresponding to the variable accessed
15 * "int_size" is the number of bytes needed to represent an integer.
17 * "n_stmt" is the sequence number of the next statement.
18 * "n_test" is the sequence number of the next virtual scalar.
23 struct pet_array
*(*extract_array
)(__isl_keep pet_expr
*access
,
24 __isl_keep pet_context
*pc
, void *user
);
32 #if defined(__cplusplus)