Home | History | Annotate | Download | only in gcc

Lines Matching defs:tm_name

4846   char *tm_name;
4864 tm_name = concat ("_ZGTt", length, old_asm_name, NULL);
4889 tm_name = concat ("_ZGTt", old_asm_name, NULL);
4893 new_asm_id = get_identifier (tm_name);
4894 free (tm_name);
4928 tree old_decl, new_decl, tm_name;
4935 tm_name = tm_mangle (DECL_ASSEMBLER_NAME (old_decl));
4937 TREE_CODE (old_decl), tm_name,
4940 SET_DECL_ASSEMBLER_NAME (new_decl, tm_name);
4952 TREE_SYMBOL_REFERENCED (tm_name) = 1;
4982 tree new_decl, old_decl, tm_name;
4991 tm_name = tm_mangle (DECL_ASSEMBLER_NAME (old_decl));
4992 SET_DECL_ASSEMBLER_NAME (new_decl, tm_name);
4994 TREE_SYMBOL_REFERENCED (tm_name) = 1;