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
   47 	if (isl_hash_table_init(ctx, &hmap->table, min_size) < 0)
   69 	isl_hash_table_foreach(hmap->ctx, &hmap->table, &free_pair, NULL);
   70 	isl_hash_table_clear(&hmap->table);
  104 	dup = ISL_FN(ISL_HMAP,alloc)(hmap->ctx, hmap->table.n);
  158 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  222 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  232 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  241 	isl_hash_table_remove(hmap->ctx, &hmap->table, entry);
  270 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  289 	entry = isl_hash_table_find(hmap->ctx, &hmap->table, hash,
  351 	return isl_hash_table_foreach(hmap->ctx, &hmap->table,