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
   43 	hmap->ctx = ctx;
   69 	isl_hash_table_foreach(hmap->ctx, &hmap->table, &free_pair, NULL);
   71 	isl_ctx_deref(hmap->ctx);
   78 	return hmap ? hmap->ctx : NULL;
  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,
  237 		isl_die(hmap->ctx, isl_error_internal,
  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,
  303 	pair = isl_alloc_type(hmap->ctx, ISL_S(pair));
  351 	return isl_hash_table_foreach(hmap->ctx, &hmap->table,