Lines Matching defs:prev
2742 struct symbol *prev;2777 prev = decl->same_symbol;2778 if (prev && prev->definition) {2781 info(prev->definition->pos, " the previous one is here");2783 while (prev) {2784 rebind_scope(prev, decl->scope);2785 prev->definition = decl;2786 prev = prev->same_symbol;