Home | History | Annotate | Download | only in src

Lines Matching refs:is_equal

49 // is_equal() with use_strcmp=false so the string names are not compared.
64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp)
75 is_equal(const std::type_info* x, const std::type_info* y, bool)
191 return is_equal(this, thrown_type, false);
219 return is_equal(this, thrown_type, false);
231 if (is_equal(this, thrown_type, false))
284 if (is_equal(this, info->static_type, false))
293 if (is_equal(this, info->static_type, false))
325 if (is_equal(this, info->static_type, false))
350 if (is_equal(this, thrown_type, false))
352 return is_equal(thrown_type, &typeid(std::nullptr_t), false);
377 if (is_equal(__pointee, thrown_pointer_type->__pointee, false))
380 if (is_equal(__pointee, &typeid(void), false))
508 if (is_equal(dynamic_type, dst_type, false))
712 if (is_equal(this, info->static_type, use_strcmp))
714 else if (is_equal(this, info->dst_type, use_strcmp))
883 if (is_equal(this, info->static_type, use_strcmp))
885 else if (is_equal(this, info->dst_type, use_strcmp))
961 if (is_equal(this, info->static_type, use_strcmp))
963 else if (is_equal(this, info->dst_type, use_strcmp))
1031 if (is_equal(this, info->static_type, use_strcmp))
1101 if (is_equal(this, info->static_type, use_strcmp))
1116 if (is_equal(this, info->static_type, use_strcmp))