Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dasn1_compiler.c678 static struct type **type_index; variable
730 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list()
731 if (!type_index) { in build_type_list()
742 type_index[t] = &types[t]; in build_type_list()
749 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
754 struct type *type = type_index[n]; in build_type_list()
980 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()