reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_schedule_constraints.c
  584 	if (isl_stream_yaml_read_start_mapping(s))
  587 	ctx = isl_stream_get_ctx(s);
  589 	while ((more = isl_stream_yaml_next(s)) > 0) {
  595 		key = get_key(s);
  596 		if (isl_stream_yaml_next(s) < 0)
  604 			domain = read_union_set(s);
  610 			context = read_set(s);
  620 			constraints = read_union_map(s);
  630 	if (isl_stream_yaml_read_end_mapping(s) < 0) {
  631 		isl_stream_error(s, NULL, "unexpected extra elements");
  636 		isl_stream_error(s, NULL, "no domain specified");