Searched refs:same_symbol (Results 1 – 6 of 6) sorted by relevance
145 if (sym->same_symbol) in check_symbol_visibility()
455 } while ((sym = sym->same_symbol) != NULL); in get_symbol_initializer()702 sym->same_symbol = next; in check_declaration()709 sym->same_symbol = next; in check_declaration()
156 struct symbol *same_symbol; member
2777 prev = decl->same_symbol; in parse_function_body()2786 prev = prev->same_symbol; in parse_function_body()3007 if (decl->same_symbol) { in external_declaration()3008 decl->definition = decl->same_symbol->definition; in external_declaration()3009 decl->op = decl->same_symbol->op; in external_declaration()
3494 while ((next = next->same_symbol) != NULL) { in check_duplicates()
56 * Make same_symbol list share the same scope