Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dclass.c875 if (fndecl != BV_FN (v) in modify_vtable_entry()
885 while (BV_FN (*virtuals) != BV_FN (v)) in modify_vtable_entry()
892 BV_FN (v) = fndecl; in modify_vtable_entry()
2245 BV_FN (old_virtuals), in dfs_modify_vtables()
4175 BV_FN (new_virtual) = fn; in create_vtable_ptr()
5064 tree fndecl = BV_FN (fn); in finish_struct_1()
7256 fn = BV_FN (v); in build_vtbl_initializer()
7265 BV_FN (v) = fn; in build_vtbl_initializer()
7619 orig_fn = BV_FN (orig_virtuals); in add_vcall_offset_vtbl_entries_1()
7774 fndecl = BV_FN (v); in cp_fold_obj_type_ref()
H A Dsearch.c2023 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals))) in dfs_get_pure_virtuals()
2025 BV_FN (virtuals)); in dfs_get_pure_virtuals()
H A Derror.c1309 return BV_FN (fun); in resolve_virtual_fun_from_obj_type_ref()
1699 dump_expr (BV_FN (virtuals), in dump_expr()
H A DChangeLog-20002657 (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
2672 BINFO_PRIMARY_MARKED_P here. Use BV_FN consistently. Use
2682 * error.c (dump_expr): Use BV_FN.
2689 * search.c (dfs_get_pure_virtuals): Use BV_FN.
6337 (BV_FN): ... this.
H A Dcp-tree.h1467 #define BV_FN(NODE) (TREE_VALUE (NODE)) macro
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c763 if (fndecl != BV_FN (v)
775 while (BV_FN (*virtuals) != BV_FN (v))
780 base_fndecl = BV_FN (v);
783 BV_FN (v) = fndecl;
2524 BV_FN (old_virtuals),
4517 BV_FN (new_virtual) = fn;
5403 if (TREE_CODE (DECL_VINDEX (BV_FN (fn))) != INTEGER_CST)
5404 DECL_VINDEX (BV_FN (fn)) = build_shared_int_cst (vindex);
7847 fn = BV_FN (v);
8212 orig_fn = BV_FN (orig_virtuals);
H A Dsearch.c2261 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals)))
2263 = tree_cons (NULL_TREE, BV_FN (virtuals),
2307 tree base_fndecl = BV_FN (virtuals);
H A Derror.c1898 dump_expr (BV_FN (virtuals),
H A Dcp-tree.h1731 #define BV_FN(NODE) (TREE_VALUE (NODE)) macro
H A DChangeLog12529 (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
12544 BINFO_PRIMARY_MARKED_P here. Use BV_FN consistently. Use
12554 * error.c (dump_expr): Use BV_FN.
12561 * search.c (dfs_get_pure_virtuals): Use BV_FN.
16209 (BV_FN): ... this.