| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| time_members.cc | 42 _M_put(char* __s, size_t __maxlen, const char* __format, 46 const size_t __len = __strftime_l(__s, __maxlen, __format, __tm, 54 const size_t __len = strftime(__s, __maxlen, __format, __tm); 58 // Make sure __s is null terminated. 60 __s[0] = '\0'; 198 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, 202 const size_t __len = __wcsftime_l(__s, __maxlen, __format, __tm, 210 const size_t __len = wcsftime(__s, __maxlen, __format, __tm); 214 // Make sure __s is null terminated. 216 __s[0] = L'\0' 291 union { char *__s; wchar_t *__w; } __u; member in union:__anon14655 [all...] |
| numeric_members.cc | 210 union { char *__s; wchar_t __w; } __u; member in union:__anon14654 211 __u.__s = __nl_langinfo_l(_NL_NUMERIC_DECIMAL_POINT_WC, __cloc); 214 __u.__s = __nl_langinfo_l(_NL_NUMERIC_THOUSANDS_SEP_WC, __cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| time_members.cc | 42 _M_put(char* __s, size_t __maxlen, const char* __format, 46 const size_t __len = __strftime_l(__s, __maxlen, __format, __tm, 54 const size_t __len = strftime(__s, __maxlen, __format, __tm); 58 // Make sure __s is null terminated. 60 __s[0] = '\0'; 198 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, 202 const size_t __len = __wcsftime_l(__s, __maxlen, __format, __tm, 210 const size_t __len = wcsftime(__s, __maxlen, __format, __tm); 214 // Make sure __s is null terminated. 216 __s[0] = L'\0' 291 union { char *__s; wchar_t *__w; } __u; member in union:__anon17051 [all...] |
| numeric_members.cc | 210 union { char *__s; wchar_t __w; } __u; member in union:__anon17050 211 __u.__s = __nl_langinfo_l(_NL_NUMERIC_DECIMAL_POINT_WC, __cloc); 214 __u.__s = __nl_langinfo_l(_NL_NUMERIC_THOUSANDS_SEP_WC, __cloc);
|
| /src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| uninitialized_algorithms.h | 34 _ForwardIterator __s = __r; local 44 for (; __s != __r; ++__s) 45 __s->~value_type(); 58 _ForwardIterator __s = __r; local 68 for (; __s != __r; ++__s) 69 __s->~value_type(); 82 _ForwardIterator __s = __f; local 92 for (; __s != __f; ++__s 105 _ForwardIterator __s = __f; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| snprintf_lite.cc | 94 const char *__s = __fmt; local 97 while (__s[0] != '\0' && __d < __limit) 99 if (__s[0] == '%') 100 switch (__s[1]) 105 __s += 1; 118 __s += 2; // Step over %s. 123 if (__s[2] == 'u') // '%zu' -- expand next size_t arg. 133 __s += 3; // Step over %zu 139 *__d++ = *__s++; 142 if (__s[0] != '\0' [all...] |
| functexcept.cc | 69 __throw_logic_error(const char* __s __attribute__((unused))) 70 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } 73 __throw_domain_error(const char* __s __attribute__((unused))) 74 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } 77 __throw_invalid_argument(const char* __s __attribute__((unused))) 78 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } 81 __throw_length_error(const char* __s __attribute__((unused))) 82 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } 85 __throw_out_of_range(const char* __s __attribute__((unused))) 86 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } 96 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| snprintf_lite.cc | 94 const char *__s = __fmt; local 97 while (__s[0] != '\0' && __d < __limit) 99 if (__s[0] == '%') 100 switch (__s[1]) 105 __s += 1; 118 __s += 2; // Step over %s. 123 if (__s[2] == 'u') // '%zu' -- expand next size_t arg. 133 __s += 3; // Step over %zu 139 *__d++ = *__s++; 142 if (__s[0] != '\0' [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_ops.h | 128 exists(file_status __s) noexcept 129 { return status_known(__s) && __s.type() != file_type::not_found; } 140 auto __s = status(__p, __ec); local 141 if (status_known(__s)) 144 return __s.type() != file_type::not_found; 163 is_block_file(file_status __s) noexcept 164 { return __s.type() == file_type::block; } 178 is_character_file(file_status __s) noexcept 179 { return __s.type() == file_type::character; [all...] |
| atomic_timed_wait.h | 84 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local 85 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); 89 static_cast<std::time_t>(__s.time_since_epoch().count()), 151 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local 152 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); 156 static_cast<std::time_t>(__s.time_since_epoch().count()),
|
| move_only_function.h | 107 _Storage __s; local 108 __x._M_manage(__s, &__x._M_storage); 110 __x._M_manage(_M_storage, &__s);
|
| semaphore_base.h | 122 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local 123 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); 127 static_cast<std::time_t>(__s.time_since_epoch().count()),
|
| valarray_array.h | 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>] 170 size_t __s, _Tp* __restrict__ __o) 176 __a += __s; 182 __a += __s; 223 // fill strided array __a[<__n-1 : __s>] with __t 227 size_t __s, const _Tp& __t) 229 for (size_t __i = 0; __i < __n; ++__i, __a += __s) 276 // Copy strided array __a[<__n : __s>] in plain __b[<__n>] 279 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, 282 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s) 361 size_t __s = __a.size(); local 377 size_t __s = __a.size(); local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| fs_ops.h | 136 exists(file_status __s) noexcept 137 { return status_known(__s) && __s.type() != file_type::not_found; } 148 auto __s = status(__p, __ec); local 149 if (status_known(__s)) 152 return __s.type() != file_type::not_found; 171 is_block_file(file_status __s) noexcept 172 { return __s.type() == file_type::block; } 186 is_character_file(file_status __s) noexcept 187 { return __s.type() == file_type::character; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| string_conversions.h | 107 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 113 const int __len = __convf(__s, __n, __fmt, __args); 117 return _String(__s, __s + __len);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| partial_sum.h | 115 const _Settings& __s = _Settings::get(); local 125 if (__s.partial_sum_dilation == 1.0f) 131 __n / (1.0f + __s.partial_sum_dilation * __num_threads));
|
| find.h | 195 const _Settings& __s = _Settings::get(); local 201 (__length, __s.find_sequential_search_size); 219 const float __scale_factor = __s.find_scale_factor; 324 const _Settings& __s = _Settings::get(); local 329 (__length, __s.find_sequential_search_size); 352 _DifferenceType __block_size = __s.find_initial_block_size;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_ops.h | 128 exists(file_status __s) noexcept 129 { return status_known(__s) && __s.type() != file_type::not_found; } 140 auto __s = status(__p, __ec); local 141 if (status_known(__s)) 144 return __s.type() != file_type::not_found; 163 is_block_file(file_status __s) noexcept 164 { return __s.type() == file_type::block; } 178 is_character_file(file_status __s) noexcept 179 { return __s.type() == file_type::character; [all...] |
| atomic_futex.h | 54 // __s and __ns are measured against CLOCK_REALTIME. Returns false 58 chrono::seconds __s, chrono::nanoseconds __ns); 60 // __s and __ns are measured against CLOCK_MONOTONIC. Returns 64 bool __has_timeout, chrono::seconds __s, chrono::nanoseconds __ns); 95 // __s and __ns are measured against CLOCK_REALTIME. 99 chrono::seconds __s, chrono::nanoseconds __ns) 111 __has_timeout, __s, __ns); 125 // __s and __ns are measured against CLOCK_MONOTONIC. 129 chrono::seconds __s, chrono::nanoseconds __ns) 141 __has_timeout, __s, __ns) 173 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local 186 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local [all...] |
| atomic_timed_wait.h | 84 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local 85 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); 89 static_cast<std::time_t>(__s.time_since_epoch().count()), 151 auto __s = chrono::time_point_cast<chrono::seconds>(__atime); local 152 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); 156 static_cast<std::time_t>(__s.time_since_epoch().count()),
|
| move_only_function.h | 107 _Storage __s; local 108 __x._M_manage(__s, &__x._M_storage); 110 __x._M_manage(_M_storage, &__s);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_ops.h | 136 exists(file_status __s) noexcept 137 { return status_known(__s) && __s.type() != file_type::not_found; } 148 auto __s = status(__p, __ec); local 149 if (status_known(__s)) 152 return __s.type() != file_type::not_found; 171 is_block_file(file_status __s) noexcept 172 { return __s.type() == file_type::block; } 186 is_character_file(file_status __s) noexcept 187 { return __s.type() == file_type::character; [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| string_conversions.h | 105 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 111 const int __len = __convf(__s, __n, __fmt, __args); 115 return _String(__s, __s + __len);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| partial_sum.h | 115 const _Settings& __s = _Settings::get(); local 125 if (__s.partial_sum_dilation == 1.0f) 131 __n / (1.0f + __s.partial_sum_dilation * __num_threads));
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| future.cpp | 194 __assoc_sub_state* __s = __state_; local 196 __s->copy();
|