reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3485 list = isl_map_list_alloc(ctx, 2); 3486 list = isl_map_list_add(list, isl_map_copy(context)); 3486 list = isl_map_list_add(list, isl_map_copy(context)); 3487 list = isl_map_list_add(list, isl_map_copy(map)); 3487 list = isl_map_list_add(list, isl_map_copy(map)); 3489 list);