Home
last modified time | relevance | path

Searched refs:flag_weak (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl2.c1256 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 Drtti.c1431 if (!flag_weak) in emit_support_tinfos()
H A Ddecl.c3299 flag_weak = 0; in cxx_init_decl_processing()
4335 if (flag_weak) in maybe_commonize_var()
H A DChangeLog-20011931 * decl2.c (maybe_make_one_only): Check flag_weak, not
2610 static local variables, use comdat_linkage for them if flag_weak.
H A DChangeLog-199539 * 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 Dpt.c11007 if (DECL_ARTIFICIAL (result) && flag_weak) in mark_decl_instantiated()
H A DChangeLog-20024252 * method.c (make_thunk): If !flag_weak, give the thunk the
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.h207 flag_weak = 0; \
/openbsd-src/gnu/gcc/gcc/
H A Dc-cppbuiltin.c406 if (flag_weak && SUPPORTS_ONE_ONLY) in c_cpp_builtins()
H A Dc-common.h536 extern int flag_weak;
H A Dc-opts.c807 flag_weak = value; in c_common_handle_option()
H A Dc-common.c417 int flag_weak = 1; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c1594 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 Dmethod.c323 if (flag_weak)
H A Ddecl.c7119 flag_weak = 0; in cxx_init_decl_processing()
8144 if (flag_weak)
H A Dpt.c9495 if (DECL_ARTIFICIAL (result) && flag_weak)
H A DChangeLog5655 * 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 DChangeLog.220364 * 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 Dc-common.h715 extern int flag_weak;
H A Dc-opts.c1269 flag_weak = on;
H A Dc-common.c551 int flag_weak = 1; variable
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.c9929 if (TARGET_SH1 && ! flag_weak) in sh_output_mi_thunk()