Searched refs:left_type (Results 1 – 1 of 1) sorted by relevance
2213 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse() local2216 if (!left_type) { in sort__type_collapse()2218 left_type = left->mem_type; in sort__type_collapse()2226 return strcmp(left_type->self.type_name, right_type->self.type_name); in sort__type_collapse()2256 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort() local2260 if (!left_type) { in sort__typeoff_sort()2262 left_type = left->mem_type; in sort__typeoff_sort()2270 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in sort__typeoff_sort()2337 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort() local2342 if (!left_type) { in sort__typecln_sort()[all …]