Searched refs:flag_weak (Results 1 – 22 of 22) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 1256 if (flag_weak) in comdat_linkage() 1317 if (! flag_weak) in maybe_make_one_only() 1389 if (method && (flag_weak || ! DECL_DECLARED_INLINE_P (method))) in import_export_class() 2007 else if ((!flag_weak || TARGET_WEAK_NOT_IN_ARCHIVE_TOC) in import_export_decl() 2026 if (!flag_weak && CLASSTYPE_EXPLICIT_INSTANTIATION (class_type)) in import_export_decl() 2089 if (!flag_weak) in import_export_decl() 2135 if (DECL_ARTIFICIAL (decl) && flag_weak) in import_export_decl()
|
| H A D | rtti.c | 1431 if (!flag_weak) in emit_support_tinfos()
|
| H A D | decl.c | 3299 flag_weak = 0; in cxx_init_decl_processing() 4335 if (flag_weak) in maybe_commonize_var()
|
| H A D | ChangeLog-2001 | 1931 * decl2.c (maybe_make_one_only): Check flag_weak, not 2610 static local variables, use comdat_linkage for them if flag_weak.
|
| H A D | ChangeLog-1995 | 39 * cp-tree.h, decl2.c (flag_weak): New flag to control the use of 44 * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
|
| H A D | pt.c | 11007 if (DECL_ARTIFICIAL (result) && flag_weak) in mark_decl_instantiated()
|
| H A D | ChangeLog-2002 | 4252 * method.c (make_thunk): If !flag_weak, give the thunk the
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin.h | 207 flag_weak = 0; \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-cppbuiltin.c | 406 if (flag_weak && SUPPORTS_ONE_ONLY) in c_cpp_builtins()
|
| H A D | c-common.h | 536 extern int flag_weak;
|
| H A D | c-opts.c | 807 flag_weak = value; in c_common_handle_option()
|
| H A D | c-common.c | 417 int flag_weak = 1; variable
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 1594 if (flag_weak) 1654 if (! flag_weak) 1887 if (flag_weak) in maybe_emit_vtables() 1959 if (DECL_ARTIFICIAL (decl) && flag_weak) 2007 if (flag_weak)
|
| H A D | method.c | 323 if (flag_weak)
|
| H A D | decl.c | 7119 flag_weak = 0; in cxx_init_decl_processing() 8144 if (flag_weak)
|
| H A D | pt.c | 9495 if (DECL_ARTIFICIAL (result) && flag_weak)
|
| H A D | ChangeLog | 5655 * method.c (make_thunk): If !flag_weak, give the thunk the 7908 * decl2.c (maybe_make_one_only): Check flag_weak, not 8587 static local variables, use comdat_linkage for them if flag_weak.
|
| H A D | ChangeLog.2 | 20364 * cp-tree.h, decl2.c (flag_weak): New flag to control the use of 20369 * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.h | 715 extern int flag_weak;
|
| H A D | c-opts.c | 1269 flag_weak = on;
|
| H A D | c-common.c | 551 int flag_weak = 1; variable
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.c | 9929 if (TARGET_SH1 && ! flag_weak) in sh_output_mi_thunk()
|