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_loop" is the sequence number of the next loop.
18 * "n_stmt" is the sequence number of the next statement.
19 * "n_test" is the sequence number of the next virtual scalar.
24 struct pet_array
*(*extract_array
)(__isl_keep pet_expr
*access
,
25 __isl_keep pet_context
*pc
, void *user
);
34 #if defined(__cplusplus)