8 #if defined(__cplusplus)
12 extern pet_loc pet_loc_dummy
;
14 __isl_give pet_loc
*pet_loc_alloc(isl_ctx
*ctx
,
15 unsigned start
, unsigned end
, int line
);
16 __isl_give pet_loc
*pet_loc_update_start_end(__isl_take pet_loc
*loc
,
17 unsigned start
, unsigned end
);
18 __isl_give pet_loc
*pet_loc_update_start_end_from_loc(__isl_take pet_loc
*loc
,
19 __isl_keep pet_loc
*loc2
);
21 #if defined(__cplusplus)