Home
last modified time | relevance | path

Searched refs:alias_of (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-emutls.c278 new_emutls_decl (tree decl, tree alias_of) in new_emutls_decl() argument
340 else if (!alias_of) in new_emutls_decl()
346 (DECL_ASSEMBLER_NAME (DECL_VALUE_EXPR (alias_of))); in new_emutls_decl()
H A Dgengtype.c3369 type_p alias_of = NULL; in write_user_func_for_structure_ptr() local
3381 alias_of = opt->info.type; in write_user_func_for_structure_ptr()
3400 alias_of ? alias_of : get_ultimate_base_class (s), in write_user_func_for_structure_ptr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-emutls.cc278 new_emutls_decl (tree decl, tree alias_of) in new_emutls_decl() argument
340 else if (!alias_of) in new_emutls_decl()
346 (DECL_ASSEMBLER_NAME (DECL_VALUE_EXPR (alias_of))); in new_emutls_decl()
H A Dgengtype.cc3396 type_p alias_of = NULL; in write_user_func_for_structure_ptr() local
3408 alias_of = opt->info.type; in write_user_func_for_structure_ptr()
3427 alias_of ? alias_of : get_ultimate_base_class (s), in write_user_func_for_structure_ptr()
H A DChangeLog-201115411 * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
21268 (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
21273 add alias_of and extraname_alias.
H A DChangeLog-201328828 (varpool_node): Remove alias_of and extra_name_alias.