reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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++;