Home
last modified time | relevance | path

Searched refs:DECL_OVERRIDE_P (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDfriend.c484 if (DECL_OVERRIDE_P (decl) || DECL_FINAL_P (decl)) in do_friend()
HDclass.c2788 if (warn_override && !DECL_OVERRIDE_P (decl) in check_for_override()
2804 if (DECL_OVERRIDE_P (decl) && !overrides_found) in check_for_override()
HDdecl.c1985 DECL_OVERRIDE_P (newdecl) |= DECL_OVERRIDE_P (olddecl); in duplicate_decls()
9205 DECL_OVERRIDE_P (decl) = 1; in set_virt_specifiers()
HDcp-tree.h3006 #define DECL_OVERRIDE_P(NODE) (TREE_LANG_FLAG_0 (NODE)) macro
HDpt.c5517 if (DECL_OVERRIDE_P (decl) || DECL_FINAL_P (decl)) in push_template_decl_real()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h2358 #define DECL_OVERRIDE_P(NODE) (TREE_LANG_FLAG_0 (NODE)) macro
HDclass.c2526 if (DECL_OVERRIDE_P (decl) && !overrides_found) in check_for_override()
HDdecl.c7564 DECL_OVERRIDE_P (decl) = 1; in set_virt_specifiers()