Home
last modified time | relevance | path

Searched refs:use_strcmp (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/
Dprivate_typeinfo.cpp60 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/llvm-project/libcxxabi/src/
Dprivate_typeinfo.cpp54 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() argument
58 if (!use_strcmp) in is_equal()
349 bool use_strcmp = this->__flags & (__incomplete_class_mask | in can_catch() local
351 if (!use_strcmp) { in can_catch()
355 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask | in can_catch()
358 return is_equal(this, thrown_type, use_strcmp); in can_catch()
866 bool use_strcmp) const in search_below_dst()
869 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst()
871 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
912 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp); in search_below_dst()
[all …]
/external/libcxx/src/
Dregex.cpp218 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()
/external/llvm-project/libcxx/src/
Dregex.cpp219 struct use_strcmp struct
233 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name()
244 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()