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

References

tools/polly/lib/External/isl/isl_stream.c
   37 	if (!s->keywords) {
   38 		s->keywords = isl_hash_table_alloc(s->ctx, 10);
   39 		if (!s->keywords)
   46 	entry = isl_hash_table_find(s->ctx, s->keywords, name_hash,
  190 	s->keywords = NULL;
  342 	if (!s->keywords)
  346 	entry = isl_hash_table_find(s->ctx, s->keywords, name_hash, same_name,
  791 	if (s->keywords) {
  792 		isl_hash_table_foreach(s->ctx, s->keywords, &free_keyword, NULL);
  793 		isl_hash_table_free(s->ctx, s->keywords);