Searched defs:access_path (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dclass_type_info.cc71 __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
H A Dsi_class_type_info.cc44 __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
H A Dvmi_class_type_info.cc80 __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
H A Dtinfo.h87 inline bool contained_p (__class_type_info::__sub_kind access_path) argument
91 inline bool public_p (__class_type_info::__sub_kind access_path) argument
95 inline bool virtual_p (__class_type_info::__sub_kind access_path) argument
99 inline bool contained_public_p (__class_type_info::__sub_kind access_path) argument
104 inline bool contained_nonpublic_p (__class_type_info::__sub_kind access_path) argument
109 contained_nonvirtual_p(__class_type_info::__sub_kind access_path) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c2257 build_class_member_access_expr(tree object, tree member, tree access_path, bool preserve_reference, tsubst_flags_t complain) argument
2627 tree access_path = NULL_TREE; local
[all...]
H A Dcall.c547 tree access_path; member in struct:z_candidate
1896 add_candidate(struct z_candidate **candidates, tree fn, tree first_arg, const vec<tree, va_gc> *args, size_t num_convs, conversion **convs, tree access_path, tree conversion_path, int viable, struct rejection_reason *reason, int flags) argument
1947 add_function_candidate(struct z_candidate **candidates, tree fn, tree ctype, tree first_arg, const vec<tree, va_gc> *args, tree access_path, tree conversion_path, int flags, tsubst_flags_t complain) argument
2172 add_conv_candidate(struct z_candidate **candidates, tree fn, tree obj, tree first_arg, const vec<tree, va_gc> *arglist, tree access_path, tree conversion_path, tsubst_flags_t complain) argument
3001 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree first_arg, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict, tsubst_flags_t complain) argument
3156 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree first_arg, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict, tsubst_flags_t complain) argument
3171 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, tree first_arg, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, tsubst_flags_t complain) argument
3540 add_list_candidates(tree fns, tree first_arg, tree init_list, tree totype, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates, tsubst_flags_t complain) argument
5184 add_candidates(tree fns, tree first_arg, const vec<tree, va_gc> *args, tree return_type, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates, tsubst_flags_t complain) argument
[all...]
H A Dclass.c7501 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument
7827 tree access_path = NULL_TREE; local

Completed in 91 milliseconds