Home
last modified time | relevance | path

Searched refs:DECL_PURE_VIRTUAL_P (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Ddump.c310 if (DECL_PURE_VIRTUAL_P (t)) in cp_dump_tree()
Dclass.c3740 if (DECL_PURE_VIRTUAL_P (x) && ! DECL_VINDEX (x)) in check_methods()
3747 if (DECL_PURE_VIRTUAL_P (x)) in check_methods()
4986 && ! DECL_PURE_VIRTUAL_P (method)) in determine_key_method()
5251 if (DECL_PURE_VIRTUAL_P (x)) in finish_struct()
7336 if (DECL_PURE_VIRTUAL_P (fn_original)) in build_vtbl_initializer()
Dsearch.c2023 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals))) in dfs_get_pure_virtuals()
Ddecl2.c842 DECL_PURE_VIRTUAL_P (value) = 1; in grokfield()
Ddecl.c1587 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl); in duplicate_decls()
2110 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl) in redeclaration_error_message()
Dcp-tree.h1900 #define DECL_PURE_VIRTUAL_P(NODE) \ macro
Dcall.c5547 && DECL_PURE_VIRTUAL_P (fn) in build_new_method_call()
DChangeLog-199968 (DECL_PURE_VIRTUAL_P): ... this.
71 * call.c (build_new_method_call): Replace DECL_PURE_VIRTUAL_P with
DChangeLog-2001473 DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
DChangeLog-20024418 (DECL_PURE_VIRTUAL_P): Likewise.