Searched refs:ba_check (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | cvt.c | 150 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()
|
| HD | typeck2.c | 1119 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()
|
| HD | typeck.c | 2217 access_path = lookup_base (object_type, scope, ba_check, NULL); in finish_class_member_access_expr() 2653 basetype, ba_check, NULL); in get_member_function_from_ptrfunc() 5033 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 5120 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 6132 binfo = lookup_base (to, from, c_cast_p ? ba_unique : ba_check, &kind); in get_delta_difference() 6161 binfo = lookup_base (from, to, c_cast_p ? ba_unique : ba_check, &kind); in get_delta_difference()
|
| HD | rtti.c | 554 ba_check, NULL); in build_dynamic_cast_1()
|
| HD | search.c | 1848 ba_check | ba_quiet, NULL); in check_final_overrider()
|
| HD | cp-tree.h | 962 (lookup_base ((TYPE), (PARENT), ba_ignore_scope | ba_check | ba_quiet, \ 3268 ba_check = ba_unique | ba_check_bit, enumerator
|
| HD | class.c | 509 check_access ? ba_check : ba_unique, in convert_to_base()
|