Searched refs:access_path (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dtinfo.cc156 inline bool contained_p (__class_type_info::__sub_kind access_path) argument
158 return access_path >= __class_type_info::__contained_mask;
160 inline bool public_p (__class_type_info::__sub_kind access_path) argument
162 return access_path & __class_type_info::__contained_public_mask;
164 inline bool virtual_p (__class_type_info::__sub_kind access_path) argument
166 return (access_path & __class_type_info::__contained_virtual_mask);
168 inline bool contained_public_p (__class_type_info::__sub_kind access_path) argument
170 return ((access_path & __class_type_info::__contained_public)
173 inline bool contained_nonpublic_p (__class_type_info::__sub_kind access_path) argument
175 return ((access_path
178 contained_nonvirtual_p(__class_type_info::__sub_kind access_path) argument
346 __do_dyncast(ptrdiff_t, __sub_kind access_path, const __class_type_info *dst_type, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr, __dyncast_result &__restrict result) const argument
372 __do_dyncast(ptrdiff_t src2dst, __sub_kind access_path, const __class_type_info *dst_type, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr, __dyncast_result &__restrict result) const argument
412 __do_dyncast(ptrdiff_t src2dst, __sub_kind access_path, const __class_type_info *dst_type, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr, __dyncast_result &__restrict result) const argument
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c406 tree access_path; member in struct:z_candidate
1298 tree access_path, tree conversion_path,
1308 cand->access_path = access_path;
1327 tree access_path, tree conversion_path,
1451 access_path, conversion_path, viable);
1467 tree arglist, tree access_path, tree conversion_path)
1531 access_path, conversion_path, viable);
1584 /*access_path=*/NULL_TREE,
2211 tree return_type, tree access_path,
1295 add_candidate(struct z_candidate **candidates, tree fn, tree args, size_t num_convs, conversion **convs, tree access_path, tree conversion_path, int viable) argument
1325 add_function_candidate(struct z_candidate **candidates, tree fn, tree ctype, tree arglist, tree access_path, tree conversion_path, int flags) argument
1466 add_conv_candidate(struct z_candidate **candidates, tree fn, tree obj, tree arglist, tree access_path, tree conversion_path) argument
2209 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2308 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
2322 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, tree arglist, tree return_type, tree access_path, tree conversion_path) argument
3594 add_candidates(tree fns, tree args, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates) argument
[all...]
H A Dtypeck.c1773 tree access_path, bool preserve_reference)
1863 binfo = lookup_base (access_path ? access_path : object_type,
1926 /*access_path=*/NULL_TREE,
2099 tree access_path = NULL_TREE;
2190 access_path = lookup_base (object_type, scope, ba_check, NULL);
2191 if (access_path == error_mark_node)
2193 if (!access_path)
2202 access_path = object_type;
2210 member = lookup_member (access_path, nam
1767 build_class_member_access_expr(tree object, tree member, tree access_path, bool preserve_reference) argument
2094 tree access_path = NULL_TREE; local
[all...]
H A Dclass.c5738 tree access_path)
5996 gcc_assert (access_path);
5997 perform_or_defer_access_check (access_path, fn, fn);
6028 tree access_path = NULL_TREE;
6060 access_path = BASELINK_ACCESS_BINFO (rhs);
6124 args, access_path);
6133 access_path);
5726 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument
6021 tree access_path = NULL_TREE; local

Completed in 132 milliseconds