| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | locale_facets.tcc | 156 const __cache_type* __lc = __uc(__loc); in _M_extract_float() local 157 const _CharT* __lit = __lc->_M_atoms_in; in _M_extract_float() 169 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) in _M_extract_float() 170 && !(__c == __lc->_M_decimal_point)) in _M_extract_float() 185 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) in _M_extract_float() 186 || __c == __lc->_M_decimal_point) in _M_extract_float() 210 if (__lc->_M_use_grouping) in _M_extract_float() 214 if (!__lc->_M_allocated) in _M_extract_float() 224 else if (__c == __lc->_M_decimal_point in _M_extract_float() 267 if (__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) in _M_extract_float() [all …]
|
| H A D | locale_facets_nonio.tcc | 149 const __cache_type* __lc = __uc(__loc); in _M_extract() local 150 const char_type* __lit = __lc->_M_atoms; in _M_extract() 157 const bool __mandatory_sign = (__lc->_M_positive_sign_size in _M_extract() 158 && __lc->_M_negative_sign_size); in _M_extract() 161 if (__lc->_M_use_grouping) in _M_extract() 177 const money_base::pattern __p = __lc->_M_neg_format; in _M_extract() 201 const size_type __len = __lc->_M_curr_symbol_size; in _M_extract() 204 && *__beg == __lc->_M_curr_symbol[__j]; in _M_extract() 213 if (__lc->_M_positive_sign_size && __beg != __end in _M_extract() 214 && *__beg == __lc->_M_positive_sign[0]) in _M_extract() [all …]
|
| H A D | stl_algobase.h | 1254 __lc(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) in _GLIBCXX_VISIBILITY() 1269 __lc(const _Tp* __first1, const _Tp* __last1, in _GLIBCXX_VISIBILITY() 1302 return std::__lexicographical_compare<__simple>::__lc(__first1, __last1, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | locale_facets.tcc | 156 const __cache_type* __lc = __uc(__loc); in _M_extract_float() local 157 const _CharT* __lit = __lc->_M_atoms_in; in _M_extract_float() 169 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) in _M_extract_float() 170 && !(__c == __lc->_M_decimal_point)) in _M_extract_float() 185 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) in _M_extract_float() 186 || __c == __lc->_M_decimal_point) in _M_extract_float() 210 if (__lc->_M_use_grouping) in _M_extract_float() 214 if (!__lc->_M_allocated) in _M_extract_float() 224 else if (__c == __lc->_M_decimal_point in _M_extract_float() 267 if (__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) in _M_extract_float() [all …]
|
| H A D | locale_facets_nonio.tcc | 149 const __cache_type* __lc = __uc(__loc); in _M_extract() local 150 const char_type* __lit = __lc->_M_atoms; in _M_extract() 157 const bool __mandatory_sign = (__lc->_M_positive_sign_size in _M_extract() 158 && __lc->_M_negative_sign_size); in _M_extract() 161 if (__lc->_M_use_grouping) in _M_extract() 177 const money_base::pattern __p = __lc->_M_neg_format; in _M_extract() 201 const size_type __len = __lc->_M_curr_symbol_size; in _M_extract() 204 && *__beg == __lc->_M_curr_symbol[__j]; in _M_extract() 213 if (__lc->_M_positive_sign_size && __beg != __end in _M_extract() 214 && *__beg == __lc->_M_positive_sign[0]) in _M_extract() [all …]
|
| H A D | stl_algobase.h | 1310 __lc(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) in _GLIBCXX_VISIBILITY() 1344 __lc(const _Tp* __first1, const _Tp* __last1, in _GLIBCXX_VISIBILITY() 1384 return std::__lexicographical_compare<__simple>::__lc(__first1, __last1, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
| H A D | locale_win32.h | 53 __lc = *__lc_input; in __lconv_storage() 66 __lc.decimal_point = const_cast<char *>(__decimal_point.c_str()); in __lconv_storage() 67 __lc.thousands_sep = const_cast<char *>(__thousands_sep.c_str()); in __lconv_storage() 68 __lc.grouping = const_cast<char *>(__grouping.c_str()); in __lconv_storage() 69 __lc.int_curr_symbol = const_cast<char *>(__int_curr_symbol.c_str()); in __lconv_storage() 70 __lc.currency_symbol = const_cast<char *>(__currency_symbol.c_str()); in __lconv_storage() 71 __lc.mon_decimal_point = const_cast<char *>(__mon_decimal_point.c_str()); in __lconv_storage() 72 __lc.mon_thousands_sep = const_cast<char *>(__mon_thousands_sep.c_str()); in __lconv_storage() 73 __lc.mon_grouping = const_cast<char *>(__mon_grouping.c_str()); in __lconv_storage() 74 __lc.positive_sign = const_cast<char *>(__positive_sign.c_str()); in __lconv_storage() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| H A D | unordered_base.h | 244 std::size_t __hops = 0, __lc = 0, __chain = 0; in _GLIBCXX_VISIBILITY() 257 __lc = __lc > __chain ? __lc : __chain; in _GLIBCXX_VISIBILITY() 264 __lc, __uc.size(), __hops); in _GLIBCXX_VISIBILITY() 273 std::size_t __hops = 0, __lc = 0, __chain = 0, __unique_size = 0; in _GLIBCXX_VISIBILITY() 295 __lc = __lc > __chain ? __lc : __chain; in _GLIBCXX_VISIBILITY() 302 __lc, __unique_size, __hops); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/ |
| H A D | profiler_list_to_vector.h | 101 __set_list_cost(float __lc) in __set_list_cost() argument 102 { _M_list_cost = __lc; } in __set_list_cost() 156 float __lc = __list_cost(__obj_info->__shift_count(), in __destruct() local 159 __obj_info->__set_list_cost(__lc); in __destruct()
|
| H A D | profiler_vector_to_list.h | 92 __set_list_cost(float __lc) in __set_list_cost() argument 93 { _M_list_cost = __lc; } in __set_list_cost() 148 float __lc = __list_cost(__obj_info->__shift_count(), in __destruct() local 152 __obj_info->__set_list_cost(__lc); in __destruct()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __locale | 79 const char* __lc = __setlocale(nullptr); 84 if (_VSTD::strcmp(__l.__get_locale(), __lc) != 0) { 85 __locale_all = _strdup(__lc);
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2015 | 3094 (__lexicographical_compare<true>::__lc): Only check shorter length. 3167 (__lexicographical_compare<true>::__lc): Do not call memcmp for empty
|
| H A D | ChangeLog-2020 | 5659 (__lexicographical_compare<true>::__lc): Use __3way. 7392 * include/bits/stl_algobase.h (__lexicographical_compare::__lc):
|
| H A D | ChangeLog-2013 | 1294 (__lexicographical_compare<false>::__lc): Adapt to use latter.
|
| H A D | ChangeLog-2007 | 614 * include/bits/stl_algobase.h (__lexicographical_compare<>::__lc):
|
| H A D | ChangeLog-2019 | 2439 __lexicographical_compare<true>::__lc, __lexicographical_compare_aux,
|