Searched refs:DECL_VINDEX (Results 1 – 19 of 19) sorted by relevance
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | class.c | 2291 || 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 …]
|
| D | cp-tree.def | 109 DECL_VINDEX list of instantiations already produced;
|
| D | call.c | 5055 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()
|
| D | tree.c | 819 (long) n, (long) TREE_INT_CST_LOW (DECL_VINDEX (fndecl))); in debug_binfo()
|
| D | cp-tree.h | 2027 #define DECL_NAMESPACE_USING(NODE) DECL_VINDEX (NAMESPACE_DECL_CHECK (NODE)) 2785 #define DECL_TEMPLATE_INSTANTIATIONS(NODE) DECL_VINDEX (NODE)
|
| D | ChangeLog-1993 | 27 normal overriding, so that the base function list in DECL_VINDEX is
|
| D | decl.c | 1581 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()
|
| D | decl2.c | 2169 && !DECL_VINDEX (decl))); in import_export_decl()
|
| D | ChangeLog-2002 | 654 (finish_struct_1): Set DECL_VINDEX to NULL for thunks. 1017 DECL_VINDEX here.
|
| D | ChangeLog-1996 | 3590 * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs. 3594 * class.c (finish_struct_1): Set DECL_VINDEX properly on a
|
| D | typeck.c | 6350 *pfn = DECL_VINDEX (fn); in expand_ptrmemfunc_cst()
|
| D | ChangeLog-2000 | 211 DECL_VINDEX here. 6859 * cp-tree.h (DECL_VINDEX): Add documentation.
|
| D | ChangeLog-1994 | 3724 that DECL_VINDEX of the dummy decl copied won't be error.
|
| /freebsd-10-stable/contrib/gcc/ |
| D | dbxout.c | 1488 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()
|
| D | dwarf2out.c | 4877 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()
|
| D | tree.h | 3048 #define DECL_VINDEX(NODE) (DECL_NON_COMMON_CHECK (NODE)->decl_non_common.vindex) macro
|
| D | tree.c | 5902 else if (TREE_CODE (decl) == FUNCTION_DECL && DECL_VINDEX (decl)) in decl_function_context()
|
| D | fold-const.c | 12007 fold_checksum_tree (DECL_VINDEX (expr), ctx, ht); in fold_checksum_tree()
|
| D | FSFChangeLog.11 | 8561 (add_pure_or_virtual_attribute): Check DECL_VINDEX instead.
|