• Home
  • Raw
  • Download

Lines Matching refs:_NOEXCEPT

82         assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
83 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
85 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
100 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
102 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
104 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
106 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
108 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
206 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
207 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
209 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
213 int compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
215 length(const char_type* __s) _NOEXCEPT {return __builtin_strlen(__s);}
217 const char_type* find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT;
218 static inline char_type* move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
220 static inline char_type* copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
225 static inline char_type* assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT
228 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
230 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
232 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
234 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
236 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
242 char_traits<char>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
264 char_traits<char>::find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT
296 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
297 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
299 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
303 int compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
305 size_t length(const char_type* __s) _NOEXCEPT;
307 const char_type* find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT;
308 static inline char_type* move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
310 static inline char_type* copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
315 static inline char_type* assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT
318 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
320 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
322 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
324 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
326 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
332 char_traits<wchar_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
354 char_traits<wchar_t>::length(const char_type* __s) _NOEXCEPT
370 char_traits<wchar_t>::find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT
402 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
403 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
405 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
409 int compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
411 size_t length(const char_type* __s) _NOEXCEPT;
413 const char_type* find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT;
415 static char_type* move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
417 static char_type* copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
419 static char_type* assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT;
421 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
423 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
425 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
427 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
429 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
435 char_traits<char16_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
449 char_traits<char16_t>::length(const char_type* __s) _NOEXCEPT
459 char_traits<char16_t>::find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT
472 char_traits<char16_t>::move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
492 char_traits<char16_t>::copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
503 char_traits<char16_t>::assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT
521 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
522 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
524 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
528 int compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
530 size_t length(const char_type* __s) _NOEXCEPT;
532 const char_type* find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT;
534 static char_type* move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
536 static char_type* copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
538 static char_type* assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT;
540 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
542 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
544 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
546 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
548 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
554 char_traits<char32_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
568 char_traits<char32_t>::length(const char_type* __s) _NOEXCEPT
578 char_traits<char32_t>::find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT
591 char_traits<char32_t>::move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
611 char_traits<char32_t>::copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT
622 char_traits<char32_t>::assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT
638 _CharT __c, _SizeT __pos) _NOEXCEPT
690 const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT
712 _CharT __c, _SizeT __pos) _NOEXCEPT
731 const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT
750 const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT
766 const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT
789 const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT
805 _CharT __c, _SizeT __pos) _NOEXCEPT
822 const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT
838 _CharT __c, _SizeT __pos) _NOEXCEPT