Searched refs:BASELINK_BINFO (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | ptree.c | 205 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode()
|
| HD | search.c | 1141 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()
|
| HD | tree.c | 1802 return BINFO_TYPE (BASELINK_BINFO (ovl)); in ovl_scope() 2634 return (BASELINK_BINFO (t1) == BASELINK_BINFO (t2) in cp_tree_equal()
|
| HD | cp-tree.def | 100 functions. BASELINK_BINFO gives the base from which the functions
|
| HD | call.c | 4057 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()
|
| HD | pt.c | 1597 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()
|
| HD | cp-tree.h | 339 #define BASELINK_BINFO(NODE) \ macro
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | ptree.c | 215 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode()
|
| HD | search.c | 1060 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()
|
| HD | tree.c | 2566 return BINFO_TYPE (BASELINK_BINFO (ovl)); in ovl_scope() 3762 return (BASELINK_BINFO (t1) == BASELINK_BINFO (t2) in cp_tree_equal()
|
| HD | call.c | 4514 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()
|
| HD | cp-tree.def | 98 functions. BASELINK_BINFO gives the base from which the functions
|
| HD | pt.c | 1802 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()
|
| HD | cp-tree.h | 850 #define BASELINK_BINFO(NODE) \ macro
|
| HD | semantics.c | 5293 perform_or_defer_access_check (BASELINK_BINFO (baselink), in omp_reduction_lookup()
|