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);
   38 		s->keywords = isl_hash_table_alloc(s->ctx, 10);
   39 		if (!s->keywords)
   41 		s->next_type = ISL_TOKEN_LAST;
   46 	entry = isl_hash_table_find(s->ctx, s->keywords, name_hash,
   46 	entry = isl_hash_table_find(s->ctx, s->keywords, name_hash,
   55 	keyword = isl_calloc_type(s->ctx, struct isl_keyword);
   58 	keyword->type = s->next_type++;