Home
last modified time | relevance | path

Searched refs:DECL_VINDEX (Results 1 – 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dclass.c2291 || DECL_VINDEX (fn) == error_mark_node) in modify_all_vtables()
2330 && DECL_VINDEX (method)) in get_basefndecls()
2368 DECL_VINDEX (decl) = decl; in check_for_override()
2372 if (!DECL_VINDEX (decl)) in check_for_override()
2373 DECL_VINDEX (decl) = error_mark_node; in check_for_override()
2434 if (DECL_VINDEX (fndecl)) in warn_hidden()
3740 if (DECL_PURE_VIRTUAL_P (x) && ! DECL_VINDEX (x)) in check_methods()
3744 if (DECL_VINDEX (x)) in check_methods()
3794 DECL_VINDEX (clone) = NULL_TREE; in build_clone()
4199 if (DECL_VINDEX (fn) && !DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P (fn) in create_vtable_ptr()
[all …]
Dcp-tree.def109 DECL_VINDEX list of instantiations already produced;
Dcall.c5055 if (DECL_VINDEX (fn) && (flags & LOOKUP_NONVIRTUAL) == 0) in build_over_call()
5070 fn = build_vfn_ref (*p, DECL_VINDEX (fn)); in build_over_call()
5567 if (DECL_VINDEX (fn) && ! (flags & LOOKUP_NONVIRTUAL) in build_new_method_call()
Dtree.c819 (long) n, (long) TREE_INT_CST_LOW (DECL_VINDEX (fndecl))); in debug_binfo()
Dcp-tree.h2027 #define DECL_NAMESPACE_USING(NODE) DECL_VINDEX (NAMESPACE_DECL_CHECK (NODE))
2785 #define DECL_TEMPLATE_INSTANTIATIONS(NODE) DECL_VINDEX (NODE)
DChangeLog-199327 normal overriding, so that the base function list in DECL_VINDEX is
Ddecl.c1581 if (DECL_VINDEX (olddecl)) in duplicate_decls()
1582 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl); in duplicate_decls()
11318 && !DECL_VINDEX (decl1))); in start_preparsed_function()
Ddecl2.c2169 && !DECL_VINDEX (decl))); in import_export_decl()
DChangeLog-2002654 (finish_struct_1): Set DECL_VINDEX to NULL for thunks.
1017 DECL_VINDEX here.
DChangeLog-19963590 * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
3594 * class.c (finish_struct_1): Set DECL_VINDEX properly on a
Dtypeck.c6350 *pfn = DECL_VINDEX (fn); in expand_ptrmemfunc_cst()
DChangeLog-2000211 DECL_VINDEX here.
6859 * cp-tree.h (DECL_VINDEX): Add documentation.
DChangeLog-19943724 that DECL_VINDEX of the dummy decl copied won't be error.
/freebsd-10-stable/contrib/gcc/
Ddbxout.c1488 if (DECL_VINDEX (decl)) in dbxout_type_method_1()
1503 if (DECL_VINDEX (decl) && host_integerp (DECL_VINDEX (decl), 0)) in dbxout_type_method_1()
1505 stabstr_D (tree_low_cst (DECL_VINDEX (decl), 0)); in dbxout_type_method_1()
Ddwarf2out.c4877 if (TREE_CODE (decl) != FUNCTION_DECL || ! DECL_VINDEX (decl)) in decl_class_context()
11006 if (DECL_VINDEX (func_decl)) in add_pure_or_virtual_attribute()
11010 if (host_integerp (DECL_VINDEX (func_decl), 0)) in add_pure_or_virtual_attribute()
11013 tree_low_cst (DECL_VINDEX (func_decl), 0), in add_pure_or_virtual_attribute()
13307 if (DECL_VINDEX (decl) != NULL_TREE) in gen_decl_die()
Dtree.h3048 #define DECL_VINDEX(NODE) (DECL_NON_COMMON_CHECK (NODE)->decl_non_common.vindex) macro
Dtree.c5902 else if (TREE_CODE (decl) == FUNCTION_DECL && DECL_VINDEX (decl)) in decl_function_context()
Dfold-const.c12007 fold_checksum_tree (DECL_VINDEX (expr), ctx, ht); in fold_checksum_tree()
DFSFChangeLog.118561 (add_pure_or_virtual_attribute): Check DECL_VINDEX instead.