Searched refs:use_strcmp (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dprivate_typeinfo.cpp52 // is_equal() with use_strcmp=false so the string names are not compared.
65 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) argument
68 if (!use_strcmp)
346 bool use_strcmp = this->__flags & (__incomplete_class_mask |
348 if (!use_strcmp) {
352 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask |
355 return is_equal(this, thrown_type, use_strcmp);
822 bool use_strcmp) const
825 if (is_equal(this, info->static_type, use_strcmp))
827 else if (is_equal(this, info->dst_type, use_strcmp))
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
H A Dprivate_typeinfo.cpp52 // is_equal() with use_strcmp=false so the string names are not compared.
65 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) argument
68 if (!use_strcmp)
346 bool use_strcmp = this->__flags & (__incomplete_class_mask |
348 if (!use_strcmp) {
352 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask |
355 return is_equal(this, thrown_type, use_strcmp);
822 bool use_strcmp) const
825 if (is_equal(this, info->static_type, use_strcmp))
827 else if (is_equal(this, info->dst_type, use_strcmp))
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dprivate_typeinfo.cpp49 // 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) argument
66 if (!use_strcmp)
713 bool use_strcmp) const
716 if (is_equal(this, info->static_type, use_strcmp))
718 else if (is_equal(this, info->dst_type, use_strcmp))
758 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp);
817 p->search_below_dst(info, current_ptr, path_below, use_strcmp);
830 p->search_below_dst(info, current_ptr, path_below, use_strcmp);
849 p->search_below_dst(info, current_ptr, path_below, use_strcmp);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dregex.cpp218 struct use_strcmp struct in namespace:__anon12502
232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dregex.cpp236 struct use_strcmp struct in namespace:__anon176547
250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
H A Dregex.cpp218 struct use_strcmp struct in namespace:__anon176935
232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());

Completed in 240 milliseconds