Searched refs:BASELINK_BINFO (Results 1 – 10 of 10) sorted by relevance
175 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode()
1167 BASELINK_BINFO (baselink) = binfo; in build_baselink()1519 BASELINK_BINFO (decl) in adjust_result_of_qualified_name_lookup()1520 = lookup_base (base, BINFO_TYPE (BASELINK_BINFO (decl)), in adjust_result_of_qualified_name_lookup()
1536 return (BASELINK_BINFO (t1) == BASELINK_BINFO (t2) in cp_tree_equal()
93 functions. BASELINK_BINFO gives the base from which the functions
3004 tree base = BINFO_TYPE (BASELINK_BINFO (fns)); in build_object_call()3768 BASELINK_BINFO (fns), in build_new_op()5405 conversion_path = BASELINK_BINFO (fns); in build_new_method_call()
330 #define BASELINK_BINFO(NODE) \ macro
1837 member_scope = BINFO_TYPE (BASELINK_BINFO (member)); in build_class_member_access_expr()
9362 (member, BINFO_TYPE (BASELINK_BINFO (member)), in tsubst_copy_and_build()
1888 (BASELINK_BINFO): Reimplement.
6312 * cp-tree.h (BASELINK_BINFO): Adjust.