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

References

tools/polly/lib/External/isl/include/isl/hmap_templ.c
  218 	if (!hmap || !key)
  222 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  222 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  226 		return hmap;
  229 	hmap = ISL_FN(ISL_HMAP,cow)(hmap);
  229 	hmap = ISL_FN(ISL_HMAP,cow)(hmap);
  230 	if (!hmap)
  232 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  232 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  237 		isl_die(hmap->ctx, isl_error_internal,
  241 	isl_hash_table_remove(hmap->ctx, &hmap->table, entry);
  241 	isl_hash_table_remove(hmap->ctx, &hmap->table, entry);
  246 	return hmap;
  249 	ISL_FN(ISL_HMAP,free)(hmap);