Home
last modified time | relevance | path

Searched defs:binfo (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc60 tree binfo; /* Found binfo. */ member
72 dfs_lookup_base (tree binfo, void *data_) in dfs_lookup_base()
138 get_parent_with_private_access (tree decl, tree binfo) in get_parent_with_private_access()
202 tree binfo; in lookup_base() local
323 dfs_dcast_hint_pre (tree binfo, void *data_) in dfs_dcast_hint_pre()
351 dfs_dcast_hint_post (tree binfo, void *data_) in dfs_dcast_hint_post()
508 dfs_access_in_type_pre (tree binfo, void *data) in dfs_access_in_type_pre()
530 dfs_access_in_type (tree binfo, void *data) in dfs_access_in_type()
624 tree binfo = TYPE_BINFO (type); in access_in_type() local
781 dfs_accessible_pre (tree binfo, void *data) in dfs_accessible_pre()
[all …]
H A Dclass.cc75 tree binfo; member
253 tree binfo, in build_base_path()
542 build_simple_base_path (tree expr, tree binfo) in build_simple_base_path()
616 tree binfo; in convert_to_base() local
749 tree binfo = lookup_base (fixed_type, basetype, in build_vtbl_ref() local
895 build_primary_vtable (tree binfo, tree type) in build_primary_vtable()
943 build_secondary_vtable (tree binfo) in build_secondary_vtable()
967 make_new_vtable (tree t, tree binfo) in make_new_vtable()
990 tree binfo, in modify_vtable_entry()
1783 tree binfo; in check_bases() local
[all …]
H A Ddump.cc115 tree binfo; in cp_dump_tree() local
H A Dmethod.cc507 inherited_ctor_binfo_1 (tree binfo, tree fndecl) in inherited_ctor_binfo_1()
523 inherited_ctor_binfo (tree binfo, tree fndecl) in inherited_ctor_binfo()
550 tree binfo = TYPE_BINFO (DECL_CONTEXT (fndecl)); in inherited_ctor_binfo() local
575 for (tree binfo = inherited_ctor_binfo (comp_ctor); in base_ctor_omit_inherited_parms() local
604 binfo_inherited_from (tree binfo, tree init_binfo, tree inh) in binfo_inherited_from()
630 add_one_base_init (tree binfo, tree parm, bool move_p, tree inh, in add_one_base_init()
706 tree binfo, base_binfo; in do_build_copy_constructor() local
812 tree binfo, base_binfo; in do_build_copy_assign() local
1921 tree ob, fn, fns, binfo, rval; in locate_fn_flags() local
2455 synthesized_method_base_walk (tree binfo, tree base_binfo, in synthesized_method_base_walk()
[all …]
H A Dvtable-class-hierarchy.cc603 register_other_binfo_vtables (tree binfo, tree base_class, in register_other_binfo_vtables()
945 tree binfo = TYPE_BINFO (class_type); in register_all_pairs() local
1278 tree binfo = TYPE_BINFO (type); in vtv_insert_single_class_info() local
H A Dinit.cc97 dfs_initialize_vtbl_ptrs (tree binfo, void *data) in dfs_initialize_vtbl_ptrs()
1263 tree base, binfo, base_binfo; in sort_mem_initializers() local
1612 build_vtbl_address (tree binfo) in build_vtbl_address()
1646 expand_virtual_init (tree binfo, tree decl) in expand_virtual_init()
1692 expand_cleanup_for_base (tree binfo, tree flag) in expand_cleanup_for_base()
2063 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_default_init()
2254 expand_aggr_init_1 (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_aggr_init_1()
5224 tree binfo, base_binfo; in push_base_cleanups() local
H A Dcvt.cc138 tree binfo; in cp_convert_to_pointer() local
281 tree binfo; in convert_to_pointer_force() local
357 tree binfo = lookup_base (argtype, target_type, ba_check, in build_up_reference() local
H A Drtti.cc665 tree binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type), in build_dynamic_cast_1() local
1185 tree binfo = TYPE_BINFO (type); in get_pseudo_ti_init() local
1290 tree binfo = TYPE_BINFO (type); in get_pseudo_ti_index() local
H A Dcp-ubsan.cc305 cp_ubsan_dfs_initialize_vtbl_ptrs (tree binfo, void *data) in cp_ubsan_dfs_initialize_vtbl_ptrs()
H A Dtypeck2.cc58 tree binfo = lookup_base (type, base, ba_unique, in binfo_or_else() local
2031 tree binfo; in build_scoped_ref() local
2172 tree binfo; in build_m_component_ref() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c60 tree binfo; /* Found binfo. */ member
72 dfs_lookup_base (tree binfo, void *data_) in dfs_lookup_base()
167 tree binfo; in lookup_base() local
288 dfs_dcast_hint_pre (tree binfo, void *data_) in dfs_dcast_hint_pre()
316 dfs_dcast_hint_post (tree binfo, void *data_) in dfs_dcast_hint_post()
473 dfs_access_in_type_pre (tree binfo, void *data) in dfs_access_in_type_pre()
495 dfs_access_in_type (tree binfo, void *data) in dfs_access_in_type()
589 tree binfo = TYPE_BINFO (type); in access_in_type() local
738 dfs_accessible_pre (tree binfo, void *data) in dfs_accessible_pre()
750 dfs_accessible_post (tree binfo, void *data) in dfs_accessible_post()
[all …]
H A Dclass.c75 tree binfo; member
242 tree binfo, in build_base_path()
538 build_simple_base_path (tree expr, tree binfo) in build_simple_base_path()
612 tree binfo; in convert_to_base() local
718 tree binfo = lookup_base (fixed_type, basetype, in build_vtbl_ref() local
863 build_primary_vtable (tree binfo, tree type) in build_primary_vtable()
911 build_secondary_vtable (tree binfo) in build_secondary_vtable()
935 make_new_vtable (tree t, tree binfo) in make_new_vtable()
958 tree binfo, in modify_vtable_entry()
1691 tree binfo; in check_bases() local
[all …]
H A Dmethod.c507 inherited_ctor_binfo_1 (tree binfo, tree fndecl) in inherited_ctor_binfo_1()
523 inherited_ctor_binfo (tree binfo, tree fndecl) in inherited_ctor_binfo()
550 tree binfo = TYPE_BINFO (DECL_CONTEXT (fndecl)); in inherited_ctor_binfo() local
569 tree binfo = inherited_ctor_binfo (fn); in ctor_omit_inherited_parms() local
581 binfo_inherited_from (tree binfo, tree init_binfo, tree inh) in binfo_inherited_from()
607 add_one_base_init (tree binfo, tree parm, bool move_p, tree inh, in add_one_base_init()
683 tree binfo, base_binfo; in do_build_copy_constructor() local
789 tree binfo, base_binfo; in do_build_copy_assign() local
1643 tree ob, fn, fns, binfo, rval; in locate_fn_flags() local
2162 synthesized_method_base_walk (tree binfo, tree base_binfo, in synthesized_method_base_walk()
[all …]
H A Ddump.c115 tree binfo; in cp_dump_tree() local
H A Dinit.c97 dfs_initialize_vtbl_ptrs (tree binfo, void *data) in dfs_initialize_vtbl_ptrs()
1061 tree base, binfo, base_binfo; in sort_mem_initializers() local
1386 build_vtbl_address (tree binfo) in build_vtbl_address()
1420 expand_virtual_init (tree binfo, tree decl) in expand_virtual_init()
1466 expand_cleanup_for_base (tree binfo, tree flag) in expand_cleanup_for_base()
1839 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_default_init()
2017 expand_aggr_init_1 (tree binfo, tree true_exp, tree exp, tree init, int flags, in expand_aggr_init_1()
5070 tree binfo, base_binfo; in push_base_cleanups() local
H A Dvtable-class-hierarchy.c603 register_other_binfo_vtables (tree binfo, tree base_class, in register_other_binfo_vtables()
945 tree binfo = TYPE_BINFO (class_type); in register_all_pairs() local
1278 tree binfo = TYPE_BINFO (type); in vtv_insert_single_class_info() local
H A Dcvt.c138 tree binfo; in cp_convert_to_pointer() local
281 tree binfo; in convert_to_pointer_force() local
357 tree binfo = lookup_base (argtype, target_type, ba_check, in build_up_reference() local
H A Drtti.c647 tree binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type), in build_dynamic_cast_1() local
1171 tree binfo = TYPE_BINFO (type); in get_pseudo_ti_init() local
1276 tree binfo = TYPE_BINFO (type); in get_pseudo_ti_index() local
H A Dcp-ubsan.c287 cp_ubsan_dfs_initialize_vtbl_ptrs (tree binfo, void *data) in cp_ubsan_dfs_initialize_vtbl_ptrs()
H A Dtypeck2.c58 tree binfo = lookup_base (type, base, ba_unique, in binfo_or_else() local
2076 tree binfo; in build_scoped_ref() local
2211 tree binfo; in build_m_component_ref() local
/netbsd-src/sys/arch/arm/xscale/
H A Di80312_pci.c83 pcireg_t binfo; in i80312_pci_init() local
177 pcireg_t binfo; in i80312_pci_conf_setup() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.h181 polymorphic_type_binfo_p (const_tree binfo) in polymorphic_type_binfo_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.h187 polymorphic_type_binfo_p (const_tree binfo) in polymorphic_type_binfo_p()
H A Dipa-devirt.cc539 set_type_binfo (tree type, tree binfo) in set_type_binfo()
1981 tree binfo = TYPE_BINFO (type); in get_odr_type() local
2516 tree binfo, in record_target_from_binfo()
2627 tree binfo = TYPE_BINFO (type->type); in possible_polymorphic_call_targets_1() local
2792 subbinfo_with_vtable_at_offset (tree binfo, unsigned HOST_WIDE_INT offset, in subbinfo_with_vtable_at_offset()
3049 tree binfo, target; in possible_polymorphic_call_targets() local
/netbsd-src/sys/dev/pci/
H A Dpci_usrreq.c81 struct pciio_businfo *binfo; in pciioctl() local

123