Searched refs:same_symbol (Results 1 – 4 of 4) sorted by relevance
364 } while ((sym = sym->same_symbol) != NULL); in get_symbol_initializer()601 sym->same_symbol = next; in check_declaration()607 sym->same_symbol = next; in check_declaration()
149 struct symbol *same_symbol; member
2851 prev = decl->same_symbol; in parse_function_body()2860 prev = prev->same_symbol; in parse_function_body()3073 if (decl->same_symbol) { in external_declaration()3074 decl->definition = decl->same_symbol->definition; in external_declaration()3075 decl->op = decl->same_symbol->op; in external_declaration()
3369 while ((next = next->same_symbol) != NULL) { in check_duplicates()