Home
last modified time | relevance | path

Searched refs:DECL_INTERFACE_KNOWN (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Doptimize.c114 DECL_INTERFACE_KNOWN (clone) = DECL_INTERFACE_KNOWN (fn); in maybe_clone_body()
Drtti.c1438 DECL_INTERFACE_KNOWN (tinfo) = 1; in emit_support_tinfos()
1464 DECL_INTERFACE_KNOWN (decl) = 1; in emit_tinfo_decl()
1479 DECL_INTERFACE_KNOWN (decl) = 1; in emit_tinfo_decl()
Dmethod.c148 DECL_INTERFACE_KNOWN (thunk) = 1; in make_thunk()
273 DECL_INTERFACE_KNOWN (alias) = 1; in make_alias_for()
Ddecl2.c1588 DECL_INTERFACE_KNOWN (decl) = 1; in constrain_visibility()
1948 if (DECL_INTERFACE_KNOWN (decl)) in import_export_decl()
2027 DECL_INTERFACE_KNOWN (decl) = 1; in import_export_decl()
2201 DECL_INTERFACE_KNOWN (decl) = 1; in import_export_decl()
Ddecl.c1812 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl); in duplicate_decls()
6052 DECL_INTERFACE_KNOWN (fndecl) = 1; in start_cleanup_fn()
6664 DECL_INTERFACE_KNOWN (decl) = 1; in grokfndecl()
6817 DECL_INTERFACE_KNOWN (decl) = 1; in set_linkage_for_static_data_member()
6943 DECL_INTERFACE_KNOWN (decl) = 1; in grokvardecl()
11292 if (DECL_INTERFACE_KNOWN (decl1)) in start_preparsed_function()
11325 DECL_INTERFACE_KNOWN (decl1) = 1; in start_preparsed_function()
11343 DECL_INTERFACE_KNOWN (decl1) = 1; in start_preparsed_function()
11354 && ! DECL_INTERFACE_KNOWN (decl1) in start_preparsed_function()
11359 DECL_INTERFACE_KNOWN (decl1) = 1; in start_preparsed_function()
Dsemantics.c3335 if (DECL_INTERFACE_KNOWN (fn)) in expand_or_defer_fn()
3355 DECL_INTERFACE_KNOWN (fn) = 1; in expand_or_defer_fn()
DChangeLog-1994664 TREE_STATIC when setting DECL_INTERFACE_KNOWN.
667 * lex.c (cons_up_default_function): Set DECL_INTERFACE_KNOWN,
673 * decl.c (start_function): If DECL_INTERFACE_KNOWN is set on the
699 TREE_STATIC or DECL_INTERFACE_KNOWN.
700 (do_pending_expansions): Predicate on DECL_INTERFACE_KNOWN instead
708 * decl2.c (import_export_inline): Predicate on DECL_INTERFACE_KNOWN
716 DECL_INTERFACE_KNOWN.
718 (define_function): Set DECL_INTERFACE_KNOWN.
726 (DECL_INTERFACE_KNOWN): New macro.
DChangeLog-19951508 * decl.c (define_function): Don't set DECL_INTERFACE_KNOWN.
1769 * decl.c (duplicate_decls): Decls that have DECL_INTERFACE_KNOWN or
1980 * decl2.c (import_export_inline): Set DECL_INTERFACE_KNOWN.
2210 * decl.c (start_function): If DECL_INTERFACE_KNOWN and
2977 * decl2.c (import_export_vtable): Use and set DECL_INTERFACE_KNOWN.
2979 * cp-tree.h (DECL_INTERFACE_KNOWN): Use DECL_LANG_FLAG_5.
Dpt.c6706 DECL_INTERFACE_KNOWN (r) = !TREE_PUBLIC (r); in tsubst_decl()
11058 DECL_INTERFACE_KNOWN (result) = 1; in mark_decl_instantiated()
12156 && !DECL_INTERFACE_KNOWN (d) in instantiate_decl()
12170 DECL_INTERFACE_KNOWN (d) = 0; in instantiate_decl()
12205 external_p = (DECL_INTERFACE_KNOWN (d) && DECL_REALLY_EXTERN (d)); in instantiate_decl()
Dcp-tree.h2973 #define DECL_INTERFACE_KNOWN(NODE) DECL_LANG_FLAG_5 (NODE) macro
Dclass.c673 DECL_INTERFACE_KNOWN (decl) = 1; in set_linkage_according_to_type()
DChangeLog5097 Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
6498 * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
DChangeLog-20043151 (tsubst_decl): Set DECL_INTERFACE_KNOWN for instantiations of
DChangeLog-19981756 * decl2.c (finish_vtable_vardecl): Check DECL_INTERFACE_KNOWN