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
  266 	if (!hmap || !key || !val)
  270 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  270 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  281 			return hmap;
  285 	hmap = ISL_FN(ISL_HMAP,cow)(hmap);
  285 	hmap = ISL_FN(ISL_HMAP,cow)(hmap);
  286 	if (!hmap)
  289 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  289 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  300 		return hmap;
  303 	pair = isl_alloc_type(hmap->ctx, ISL_S(pair));
  310 	return hmap;
  314 	return ISL_FN(ISL_HMAP,free)(hmap);