Home
last modified time | relevance | path

Searched refs:ba_check (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c163 binfo = lookup_base (intype_class, type_class, ba_check, NULL);
167 binfo = lookup_base (type_class, intype_class, ba_check, NULL);
191 binfo = lookup_base (b1, b2, ba_check, &bk);
194 binfo = lookup_base (b2, b1, ba_check, &bk);
387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL);
H A Dtypeck2.c1082 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check, NULL);
1248 ba_check, NULL);
H A Dtypeck.c2174 access_path = lookup_base (object_type, scope, ba_check, NULL); in finish_class_member_access_expr()
2605 basetype, ba_check, NULL);
4340 ba_check, NULL);
4751 tree base = lookup_base (TREE_TYPE (type), intype, ba_check, NULL);
4813 ba_check, NULL);
5583 binfo = lookup_base (to, from, ba_check, &kind);
5597 binfo = lookup_base (from, to, ba_check, &kind);
H A Dsearch.c2021 binfo = lookup_base (drettype, brettype, ba_check | ba_quiet, &kind);
H A Dcp-tree.h1110 (lookup_base ((TYPE), (PARENT), ba_check | ba_quiet, NULL) != NULL_TREE)
3168 ba_check = 2, /* Check access */ enumerator
H A Dinit.c1829 basetype, ba_check, NULL);
H A Dclass.c397 check_access ? ba_check : ba_ignore, in convert_to_base()
/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.c150 binfo = lookup_base (intype_class, type_class, ba_check, NULL); in cp_convert_to_pointer()
154 binfo = lookup_base (type_class, intype_class, ba_check, NULL); in cp_convert_to_pointer()
187 binfo = lookup_base (b1, b2, ba_check, &bk); in cp_convert_to_pointer()
190 binfo = lookup_base (b2, b1, ba_check, &bk); in cp_convert_to_pointer()
387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL); in build_up_reference()
H A Dtypeck2.c1119 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check, NULL); in build_scoped_ref()
1256 binfo = lookup_base (objtype, ctype, ba_check, NULL); in build_m_component_ref()
H A Dtypeck.c2179 access_path = lookup_base (object_type, scope, ba_check, NULL); in finish_class_member_access_expr()
2602 basetype, ba_check, NULL); in get_member_function_from_ptrfunc()
4900 c_cast_p ? ba_unique : ba_check, in build_static_cast_1()
4987 c_cast_p ? ba_unique : ba_check, in build_static_cast_1()
5906 binfo = lookup_base (to, from, c_cast_p ? ba_unique : ba_check, &kind); in get_delta_difference()
5935 binfo = lookup_base (from, to, c_cast_p ? ba_unique : ba_check, &kind); in get_delta_difference()
H A Drtti.c553 ba_check, NULL); in build_dynamic_cast_1()
H A Dsearch.c1848 ba_check | ba_quiet, NULL); in check_final_overrider()
H A Dcp-tree.h962 (lookup_base ((TYPE), (PARENT), ba_ignore_scope | ba_check | ba_quiet, \
3228 ba_check = ba_unique | ba_check_bit, enumerator
H A Dclass.c509 check_access ? ba_check : ba_unique, in convert_to_base()