Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDptree.c205 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode()
HDsearch.c1141 BASELINK_BINFO (baselink) = binfo; in build_baselink()
1546 BASELINK_BINFO (decl) in adjust_result_of_qualified_name_lookup()
1547 = lookup_base (base, BINFO_TYPE (BASELINK_BINFO (decl)), in adjust_result_of_qualified_name_lookup()
HDtree.c1802 return BINFO_TYPE (BASELINK_BINFO (ovl)); in ovl_scope()
2634 return (BASELINK_BINFO (t1) == BASELINK_BINFO (t2) in cp_tree_equal()
HDcp-tree.def100 functions. BASELINK_BINFO gives the base from which the functions
HDcall.c4057 BASELINK_BINFO (fns), BASELINK_ACCESS_BINFO (fns), in build_op_call_1()
4989 BASELINK_BINFO (fns), in build_new_op_1()
5427 perform_or_defer_access_check (BASELINK_BINFO (fns), fn, fn); in build_op_delete_call()
7113 conversion_path = BASELINK_BINFO (fns); in build_new_method_call_1()
HDpt.c1597 val = iterative_hash_template_arg (BINFO_TYPE (BASELINK_BINFO (arg)), in iterative_hash_template_arg()
13891 (member, BINFO_TYPE (BASELINK_BINFO (member)), in tsubst_copy_and_build()
15386 expr = build_baselink (BASELINK_BINFO (baselink), in resolve_nondeduced_context()
HDcp-tree.h339 #define BASELINK_BINFO(NODE) \ macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDptree.c215 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode()
HDsearch.c1060 BASELINK_BINFO (baselink) = binfo; in build_baselink()
1385 = lookup_base (base, BINFO_TYPE (BASELINK_BINFO (decl)), in adjust_result_of_qualified_name_lookup()
1388 BASELINK_BINFO (decl) = decl_binfo; in adjust_result_of_qualified_name_lookup()
HDtree.c2566 return BINFO_TYPE (BASELINK_BINFO (ovl)); in ovl_scope()
3762 return (BASELINK_BINFO (t1) == BASELINK_BINFO (t2) in cp_tree_equal()
HDcall.c4514 BASELINK_BINFO (fns), BASELINK_ACCESS_BINFO (fns), in build_op_call_1()
5717 BASELINK_BINFO (fns), in build_new_op_1()
6394 perform_or_defer_access_check (BASELINK_BINFO (fns), fn, fn, in build_op_delete_call()
9097 conversion_path = BASELINK_BINFO (fns); in build_new_method_call_1()
9099 binfo = BASELINK_BINFO (fns); in build_new_method_call_1()
HDcp-tree.def98 functions. BASELINK_BINFO gives the base from which the functions
HDpt.c1802 val = iterative_hash_template_arg (BINFO_TYPE (BASELINK_BINFO (arg)), in iterative_hash_template_arg()
15063 tree binfo_type = BINFO_TYPE (BASELINK_BINFO (baselink)); in tsubst_baselink()
15065 bool dependent_p = binfo_type != BINFO_TYPE (BASELINK_BINFO (baselink)); in tsubst_baselink()
18741 (member, BINFO_TYPE (BASELINK_BINFO (member)), in tsubst_copy_and_build()
20743 expr = build_baselink (BASELINK_BINFO (baselink), in resolve_nondeduced_context()
24782 return dependent_type_p (BINFO_TYPE (BASELINK_BINFO (expression))); in value_dependent_expression_p()
HDcp-tree.h850 #define BASELINK_BINFO(NODE) \ macro
HDsemantics.c5293 perform_or_defer_access_check (BASELINK_BINFO (baselink), in omp_reduction_lookup()