Home
last modified time | relevance | path

Searched refs:lookup_base (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcvt.c150 binfo = lookup_base (intype_class, type_class, ba_check, NULL); in cp_convert_to_pointer()
154 binfo = lookup_base (type_class, intype_class, ba_check, NULL); in cp_convert_to_pointer()
187 binfo = lookup_base (b1, b2, ba_check, &bk); in cp_convert_to_pointer()
190 binfo = lookup_base (b2, b1, ba_check, &bk); in cp_convert_to_pointer()
314 binfo = lookup_base (TREE_TYPE (intype), TREE_TYPE (type), in convert_to_pointer_force()
318 binfo = lookup_base (TREE_TYPE (type), TREE_TYPE (intype), in convert_to_pointer_force()
387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL); in build_up_reference()
Dtypeck2.c61 tree binfo = lookup_base (type, base, ba_unique, NULL); in binfo_or_else()
1119 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check, NULL); in build_scoped_ref()
1256 binfo = lookup_base (objtype, ctype, ba_check, NULL); in build_m_component_ref()
Dsearch.c191 lookup_base (tree t, tree base, base_access access, base_kind *kind_ptr) in lookup_base() function
1514 base = lookup_base (context_class, qualifying_scope, in adjust_result_of_qualified_name_lookup()
1520 = lookup_base (base, BINFO_TYPE (BASELINK_BINFO (decl)), in adjust_result_of_qualified_name_lookup()
1847 tree binfo = lookup_base (over_return, base_return, in check_final_overrider()
DChangeLog-2001346 * call.c (standard_conversion): Use lookup_base.
358 (lookup_base): Add ba_quiet control. Complete the types here.
359 (covariant_return_p): Use lookup_base.
361 (maybe_dummy_object): Use lookup_base.
362 * typeck.c (build_static_cast): Use lookup_base.
364 * typeck2.c (binfo_or_else): Use lookup_base.
366 (build_m_component_ref): Use lookup_base.
406 (lookup_base): Declare.
408 * call.c (build_scoped_method_call): Use lookup_base &
422 (resolve_offset_ref): Use lookup_base and build_base_path
[all …]
Dtypeck.c1890 binfo = lookup_base (access_path ? access_path : object_type, in build_class_member_access_expr()
2217 access_path = lookup_base (object_type, scope, ba_check, NULL); in finish_class_member_access_expr()
2652 basetype = lookup_base (TREE_TYPE (TREE_TYPE (instance_ptr)), in get_member_function_from_ptrfunc()
5032 base = lookup_base (TREE_TYPE (type), intype, in build_static_cast_1()
5119 base = lookup_base (TREE_TYPE (type), TREE_TYPE (intype), in build_static_cast_1()
6132 binfo = lookup_base (to, from, c_cast_p ? ba_unique : ba_check, &kind); in get_delta_difference()
6161 binfo = lookup_base (from, to, c_cast_p ? ba_unique : ba_check, &kind); in get_delta_difference()
Dcp-tree.h955 (lookup_base ((TYPE), (PARENT), ba_any, NULL) != NULL_TREE)
959 (lookup_base ((TYPE), (PARENT), ba_unique | ba_quiet, NULL) != NULL_TREE)
962 (lookup_base ((TYPE), (PARENT), ba_ignore_scope | ba_check | ba_quiet, \
4238 extern tree lookup_base (tree, tree, base_access,
DChangeLog-20041125 * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.
1127 (PUBLICLY_UNIQUELY_DERIVED_P): Adjust lookup_base call.
1134 * class.c (convert_to_base): Adjust lookup_base call.
1137 * cvt.c (convert_to_pointer_force) Adjust lookup_base call.
1139 (lookup_base): Pass consider_local_p to accessible_base_p call.
1143 (adjust_result_of_qualified_name_lookup): Adjust lookup_base call.
1146 (build_class_member_access_expr): Adjust lookup_base call.
1227 (lookup_base): Use dfs_walk_all.
1350 * search.c (lookup_base, check_final_overrider,
2581 * search.c (lookup_base_r, lookup_base, lookup_field_1,
[all …]
Drtti.c553 binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type), in build_dynamic_cast_1()
Dclass.c508 binfo = lookup_base (object_type, type, in convert_to_base()
596 tree binfo = lookup_base (fixed_type, basetype, in build_vtbl_ref_1()
4511 if (!lookup_base (t, basetype, ba_unique | ba_quiet, NULL)) in warn_about_ambiguous_bases()
4523 if (!lookup_base (t, basetype, ba_unique | ba_quiet, NULL)) in warn_about_ambiguous_bases()
Dtree.c1700 && (binfo = lookup_base (current_class_type, type, in maybe_dummy_object()
Dcall.c4902 base_binfo = lookup_base (TREE_TYPE (TREE_TYPE (converted_arg)), in build_over_call()
5058 tree binfo = lookup_base (TREE_TYPE (TREE_TYPE (*p)), in build_over_call()
Dname-lookup.c2863 binfo = lookup_base (current_class_type, scope, ba_any, &b_kind); in do_class_using_decl()
DChangeLog-20032686 (lookup_base): ... here.
3031 * search.c (lookup_base): Use DECL_SELF_REFERENCE_P.
3378 (lookup_base): Adjust call to lookup_base_r.
DChangeLog-20022091 * search.c (lookup_base): Allow T to be a binfo.
DChangeLog6651 rather than using lookup_base.