Searched refs:use_strcmp (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | private_typeinfo.cpp | 58 if (!use_strcmp) in is_equal() 351 if (!use_strcmp) { in can_catch() 358 return is_equal(this, thrown_type, use_strcmp); in can_catch() 869 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 1041 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 1118 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 1188 if (is_equal(this, info->static_type, use_strcmp)) in search_above_dst() 1262 if (is_equal(this, info->static_type, use_strcmp)) in search_above_dst() 1277 if (is_equal(this, info->static_type, use_strcmp)) in search_above_dst() 1303 use_strcmp); in search_above_dst() [all …]
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | regex.cpp | 339 struct use_strcmp struct 353 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name() 364 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
|