Searched refs:DECL_PURE_VIRTUAL_P (Results 1 – 10 of 10) sorted by relevance
310 if (DECL_PURE_VIRTUAL_P (t)) in cp_dump_tree()
3740 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()
2023 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals))) in dfs_get_pure_virtuals()
842 DECL_PURE_VIRTUAL_P (value) = 1; in grokfield()
1587 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()
1900 #define DECL_PURE_VIRTUAL_P(NODE) \ macro
5547 && DECL_PURE_VIRTUAL_P (fn) in build_new_method_call()
68 (DECL_PURE_VIRTUAL_P): ... this.71 * call.c (build_new_method_call): Replace DECL_PURE_VIRTUAL_P with
473 DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
4418 (DECL_PURE_VIRTUAL_P): Likewise.