HomeSort by relevance Sort by last modified time
    Searched refs:use_strcmp (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/src/
private_typeinfo.cpp 52 // is_equal() with use_strcmp=false so the string names are not compared.
60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp)
63 if (!use_strcmp)
346 bool use_strcmp = this->__flags & (__incomplete_class_mask | local
348 if (!use_strcmp) {
352 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask |
355 return is_equal(this, thrown_type, use_strcmp);
839 bool use_strcmp) const
842 if (is_equal(this, info->static_type, use_strcmp)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 52 // is_equal() with use_strcmp=false so the string names are not compared.
60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp)
63 if (!use_strcmp)
346 bool use_strcmp = this->__flags & (__incomplete_class_mask | local
348 if (!use_strcmp) {
352 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask |
355 return is_equal(this, thrown_type, use_strcmp);
839 bool use_strcmp) const
842 if (is_equal(this, info->static_type, use_strcmp)
    [all...]
  /external/libcxx/src/
regex.cpp 218 struct use_strcmp struct in namespace:__anon24500
232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
regex.cpp 218 struct use_strcmp struct in namespace:__anon595
232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());

Completed in 344 milliseconds