Home | History | Annotate | Download | only in perf

Lines Matching defs:s2

11649     Sym *s1, *s2;
11652 s2 = type2->ref;
11653 if (!is_compatible_types(&s1->type, &s2->type))
11656 if (s1->r != s2->r)
11659 if (s1->c == FUNC_OLD || s2->c == FUNC_OLD)
11661 if (s1->c != s2->c)
11664 if (s2 == NULL)
11666 if (!is_compatible_types(&s1->type, &s2->type))
11669 s2 = s2->next;
11671 if (s2)