Searched refs:sym_r (Results 1 – 1 of 1) sorted by relevance
240 struct symbol *sym_r = right->parent; in sort__parent_cmp() local242 if (!sym_l || !sym_r) in sort__parent_cmp()243 return cmp_null(sym_l, sym_r); in sort__parent_cmp()245 return strcmp(sym_l->name, sym_r->name); in sort__parent_cmp()