Searched refs:use_strcmp (Results 1 – 2 of 2) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() argument 63 if (!use_strcmp) in is_equal() 67 (void) use_strcmp; in is_equal() 347 bool use_strcmp = this->__flags & (__incomplete_class_mask | in can_catch() local 349 if (!use_strcmp) { in can_catch() 353 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask | in can_catch() 356 return is_equal(this, thrown_type, use_strcmp); in can_catch() 841 bool use_strcmp) const in search_below_dst() 844 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 846 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst() [all …]
|
/external/libcxx/src/ |
D | regex.cpp | 218 struct use_strcmp struct 232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name() 243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
|