Searched refs:DECL_NEEDS_FINAL_OVERRIDER_P (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsearch.c2028 if (DECL_NEEDS_FINAL_OVERRIDER_P (base_fndecl))
H A Dclass.c2740 DECL_NEEDS_FINAL_OVERRIDER_P (fndecl) = 1;
H A Dcp-tree.h1356 #define DECL_NEEDS_FINAL_OVERRIDER_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.needs_final_overrider)
1349 #define DECL_NEEDS_FINAL_OVERRIDER_P macro
H A Ddecl.c3456 DECL_NEEDS_FINAL_OVERRIDER_P (newdecl) |= DECL_NEEDS_FINAL_OVERRIDER_P (olddecl);

Completed in 186 milliseconds