Searched refs:BV_FN (Results 1 – 8 of 8) sorted by relevance
924 if (fndecl != BV_FN (v) in modify_vtable_entry()934 while (BV_FN (*virtuals) != BV_FN (v)) in modify_vtable_entry()941 BV_FN (v) = fndecl; in modify_vtable_entry()2400 BV_FN (old_virtuals), in dfs_modify_vtables()2719 fn = BV_FN (bv); in dfs_declare_virt_assop_and_dtor()4452 fndecl = BV_FN (vchain); in set_method_tm_attributes()5182 BV_FN (new_virtual) = fn; in create_vtable_ptr()6063 tree fndecl = BV_FN (fn); in finish_struct_1()8397 fn = BV_FN (v); in build_vtbl_initializer()8406 BV_FN (v) = fn; in build_vtbl_initializer()[all …]
2099 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals))) in dfs_get_pure_virtuals()2101 BV_FN (virtuals)); in dfs_get_pure_virtuals()
1763 return BV_FN (fun); in resolve_virtual_fun_from_obj_type_ref()2186 dump_expr (BV_FN (virtuals), in dump_expr()
1836 #define BV_FN(NODE) (TREE_VALUE (NODE)) macro
967 if (fndecl != BV_FN (v) in modify_vtable_entry()977 while (BV_FN (*virtuals) != BV_FN (v)) in modify_vtable_entry()984 BV_FN (v) = fndecl; in modify_vtable_entry()2677 BV_FN (old_virtuals), in dfs_modify_vtables()3006 fn = BV_FN (bv); in dfs_declare_virt_assop_and_dtor()4864 fndecl = BV_FN (vchain); in set_method_tm_attributes()5695 BV_FN (new_virtual) = fn; in create_vtable_ptr()6877 tree fndecl = BV_FN (fn); in finish_struct_1()9238 fn = BV_FN (v); in build_vtbl_initializer()9247 BV_FN (v) = fn; in build_vtbl_initializer()
2125 if (DECL_PURE_VIRTUAL_P (BV_FN (virtuals))) in dfs_get_pure_virtuals()2126 vec_safe_push (CLASSTYPE_PURE_VIRTUALS (type), BV_FN (virtuals)); in dfs_get_pure_virtuals()
2035 return BV_FN (fun); in resolve_virtual_fun_from_obj_type_ref()2487 dump_expr (pp, BV_FN (virtuals), in dump_expr()
2434 #define BV_FN(NODE) (TREE_VALUE (NODE)) macro