Home
last modified time | relevance | path

Searched refs:__s (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Driemann_zeta.tcc80 __riemann_zeta_sum(_Tp __s) in __riemann_zeta_sum() argument
83 if (__s < _Tp(1)) in __riemann_zeta_sum()
90 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum()
117 __riemann_zeta_alt(_Tp __s) in __riemann_zeta_alt() argument
123 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt()
129 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt()
159 __riemann_zeta_glob(_Tp __s) in __riemann_zeta_glob() argument
170 if (__s < _Tp(0)) in __riemann_zeta_glob()
173 if (_GLIBCXX_MATH_NS::fmod(__s,_Tp(2)) == _Tp(0)) in __riemann_zeta_glob()
178 _Tp __zeta = __riemann_zeta_glob(_Tp(1) - __s); in __riemann_zeta_glob()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Driemann_zeta.tcc80 __riemann_zeta_sum(_Tp __s) in __riemann_zeta_sum() argument
83 if (__s < _Tp(1)) in __riemann_zeta_sum()
90 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum()
117 __riemann_zeta_alt(_Tp __s) in __riemann_zeta_alt() argument
123 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt()
129 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt()
159 __riemann_zeta_glob(_Tp __s) in __riemann_zeta_glob() argument
170 if (__s < _Tp(0)) in __riemann_zeta_glob()
173 if (_GLIBCXX_MATH_NS::fmod(__s,_Tp(2)) == _Tp(0)) in __riemann_zeta_glob()
178 _Tp __zeta = __riemann_zeta_glob(_Tp(1) - __s); in __riemann_zeta_glob()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstring.h61 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
71 extern void *memchr (void *__s, int __c, size_t __n)
73 extern const void *memchr (const void *__s, int __c, size_t __n)
78 memchr (void *__s, int __c, size_t __n) __THROW in memchr() argument
80 return __builtin_memchr (__s, __c, __n); in memchr()
84 memchr (const void *__s, int __c, size_t __n) __THROW in memchr() argument
86 return __builtin_memchr (__s, __c, __n); in memchr()
91 extern void *memchr (const void *__s, int __c, size_t __n)
99 extern "C++" void *rawmemchr (void *__s, int __c)
101 extern "C++" const void *rawmemchr (const void *__s, int __c)
[all …]
H A Dstrings.h42 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
48 extern char *index (char *__s, int __c)
50 extern const char *index (const char *__s, int __c)
55 index (char *__s, int __c) __THROW in index() argument
57 return __builtin_index (__s, __c); in index()
61 index (const char *__s, int __c) __THROW in index() argument
63 return __builtin_index (__s, __c); in index()
68 extern char *index (const char *__s, int __c)
76 extern char *rindex (char *__s, int __c)
78 extern const char *rindex (const char *__s, int __c)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstring.h61 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
71 extern void *memchr (void *__s, int __c, size_t __n)
73 extern const void *memchr (const void *__s, int __c, size_t __n)
78 memchr (void *__s, int __c, size_t __n) __THROW in memchr() argument
80 return __builtin_memchr (__s, __c, __n); in memchr()
84 memchr (const void *__s, int __c, size_t __n) __THROW in memchr() argument
86 return __builtin_memchr (__s, __c, __n); in memchr()
91 extern void *memchr (const void *__s, int __c, size_t __n)
99 extern "C++" void *rawmemchr (void *__s, int __c)
101 extern "C++" const void *rawmemchr (const void *__s, int __c)
[all …]
H A Dstrings.h42 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
48 extern char *index (char *__s, int __c)
50 extern const char *index (const char *__s, int __c)
55 index (char *__s, int __c) __THROW in index() argument
57 return __builtin_index (__s, __c); in index()
61 index (const char *__s, int __c) __THROW in index() argument
63 return __builtin_index (__s, __c); in index()
68 extern char *index (const char *__s, int __c)
76 extern char *rindex (char *__s, int __c)
78 extern const char *rindex (const char *__s, int __c)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Dbool_set114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t); }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Dbool_set114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t); }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dbasic_string.tcc59 swap(basic_string& __s) _GLIBCXX_NOEXCEPT in swap() argument
61 if (this == &__s) in swap()
64 _Alloc_traits::_S_on_swap(_M_get_allocator(), __s._M_get_allocator()); in swap()
67 if (__s._M_is_local()) in swap()
69 if (length() && __s.length()) in swap()
72 traits_type::copy(__tmp_data, __s._M_local_buf, in swap()
74 traits_type::copy(__s._M_local_buf, _M_local_buf, in swap()
79 else if (__s.length()) in swap()
81 traits_type::copy(_M_local_buf, __s._M_local_buf, in swap()
83 _M_length(__s.length()); in swap()
[all …]
H A Dchar_traits.h117 length(const char_type* __s); in _GLIBCXX_VISIBILITY()
120 find(const char_type* __s, std::size_t __n, const char_type& __a); in _GLIBCXX_VISIBILITY()
129 assign(char_type* __s, std::size_t __n, char_type __a); in _GLIBCXX_VISIBILITY()
179 find(const char_type* __s, std::size_t __n, const char_type& __a) in _GLIBCXX_VISIBILITY()
182 if (eq(__s[__i], __a)) in _GLIBCXX_VISIBILITY()
183 return __s + __i; in _GLIBCXX_VISIBILITY()
224 assign(char_type* __s, std::size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
227 std::fill_n(__s, __n, __a); in _GLIBCXX_VISIBILITY()
228 return __s; in _GLIBCXX_VISIBILITY()
257 __constant_string_p(const _CharT* __s) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dbasic_string.tcc59 swap(basic_string& __s) _GLIBCXX_NOEXCEPT in swap() argument
61 if (this == &__s) in swap()
64 _Alloc_traits::_S_on_swap(_M_get_allocator(), __s._M_get_allocator()); in swap()
67 if (__s._M_is_local()) in swap()
69 if (length() && __s.length()) in swap()
72 traits_type::copy(__tmp_data, __s._M_local_buf, in swap()
74 traits_type::copy(__s._M_local_buf, _M_local_buf, in swap()
79 else if (__s.length()) in swap()
81 traits_type::copy(_M_local_buf, __s._M_local_buf, in swap()
83 _M_length(__s.length()); in swap()
[all …]
H A Dchar_traits.h117 length(const char_type* __s); in _GLIBCXX_VISIBILITY()
120 find(const char_type* __s, std::size_t __n, const char_type& __a); in _GLIBCXX_VISIBILITY()
129 assign(char_type* __s, std::size_t __n, char_type __a); in _GLIBCXX_VISIBILITY()
179 find(const char_type* __s, std::size_t __n, const char_type& __a) in _GLIBCXX_VISIBILITY()
182 if (eq(__s[__i], __a)) in _GLIBCXX_VISIBILITY()
183 return __s + __i; in _GLIBCXX_VISIBILITY()
224 assign(char_type* __s, std::size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
227 std::fill_n(__s, __n, __a); in _GLIBCXX_VISIBILITY()
228 return __s; in _GLIBCXX_VISIBILITY()
257 __constant_string_p(const _CharT* __s) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dmultiway_mergesort.h143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s)
217 __sd->_M_pieces[__iam][__s]._M_begin =
218 std::lower_bound(__sd->_M_temporary[__s],
219 __sd->_M_temporary[__s]
220 + (__sd->_M_starts[__s + 1]
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dmultiway_mergesort.h143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s)
217 __sd->_M_pieces[__iam][__s]._M_begin =
218 std::lower_bound(__sd->_M_temporary[__s],
219 __sd->_M_temporary[__s]
220 + (__sd->_M_starts[__s + 1]
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstdexcept65 __libcpp_refstring(const __libcpp_refstring& __s) _NOEXCEPT;
66 __libcpp_refstring& operator=(const __libcpp_refstring& __s) _NOEXCEPT;
115 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
116 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
125 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
126 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
135 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
136 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
145 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
146 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
[all …]
H A Dstring_view229 basic_string_view(const _CharT* __s, size_type __len) _NOEXCEPT
230 : __data(__s), __size(__len)
233 // _LIBCPP_ASSERT(__len == 0 || __s != nullptr, "string_view::string_view(_CharT *, size_t)…
238 basic_string_view(const _CharT* __s)
239 : __data(__s), __size(_Traits::length(__s)) {}
335 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const
340 _Traits::copy(__s, data() + __pos, __rlen);
375 int compare(const _CharT* __s) const _NOEXCEPT
377 return compare(basic_string_view(__s));
381 int compare(size_type __pos1, size_type __n1, const _CharT* __s) const
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstdexcept65 __libcpp_refstring(const __libcpp_refstring& __s) _NOEXCEPT;
66 __libcpp_refstring& operator=(const __libcpp_refstring& __s) _NOEXCEPT;
115 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
116 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
125 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
126 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
135 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
136 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
145 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
146 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
[all …]
H A Dstring_view229 basic_string_view(const _CharT* __s, size_type __len) _NOEXCEPT
230 : __data(__s), __size(__len)
233 // _LIBCPP_ASSERT(__len == 0 || __s != nullptr, "string_view::string_view(_CharT *, size_t)…
238 basic_string_view(const _CharT* __s)
239 : __data(__s), __size(_Traits::length(__s)) {}
335 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const
340 _Traits::copy(__s, data() + __pos, __rlen);
375 int compare(const _CharT* __s) const _NOEXCEPT
377 return compare(basic_string_view(__s));
381 int compare(size_type __pos1, size_type __n1, const _CharT* __s) const
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstdio2.h26 extern int __sprintf_chk (char *__restrict __s, int __flag, size_t __slen,
29 extern int __vsprintf_chk (char *__restrict __s, int __flag, size_t __slen,
36 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) in __NTH() argument
38 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, in __NTH()
39 __glibc_objsize (__s), __fmt, in __NTH()
49 __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, in __NTH() argument
52 return __builtin___vsprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, in __NTH()
53 __glibc_objsize (__s), __fmt, __ap); in __NTH()
58 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
62 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
[all …]
H A Dwchar2.h120 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
122 extern wchar_t *__REDIRECT_NTH (__wmemset_alias, (wchar_t *__s, wchar_t __c,
125 (wchar_t *__s, wchar_t __c, size_t __n,
131 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) in __NTH() argument
133 if (__glibc_objsize0 (__s) != (size_t) -1) in __NTH()
136 return __wmemset_chk (__s, __c, __n, in __NTH()
137 __glibc_objsize0 (__s) / sizeof (wchar_t)); in __NTH()
139 if (__n > __glibc_objsize0 (__s) / sizeof (wchar_t)) in __NTH()
140 return __wmemset_chk_warn (__s, __c, __n, in __NTH()
141 __glibc_objsize0 (__s) / sizeof (wchar_t)); in __NTH()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstdio2.h26 extern int __sprintf_chk (char *__restrict __s, int __flag, size_t __slen,
29 extern int __vsprintf_chk (char *__restrict __s, int __flag, size_t __slen,
36 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) in __NTH() argument
38 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, in __NTH()
39 __glibc_objsize (__s), __fmt, in __NTH()
49 __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, in __NTH() argument
52 return __builtin___vsprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, in __NTH()
53 __glibc_objsize (__s), __fmt, __ap); in __NTH()
58 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
62 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
[all …]
H A Dwchar2.h120 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
122 extern wchar_t *__REDIRECT_NTH (__wmemset_alias, (wchar_t *__s, wchar_t __c,
125 (wchar_t *__s, wchar_t __c, size_t __n,
131 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) in __NTH() argument
133 if (__glibc_objsize0 (__s) != (size_t) -1) in __NTH()
136 return __wmemset_chk (__s, __c, __n, in __NTH()
137 __glibc_objsize0 (__s) / sizeof (wchar_t)); in __NTH()
139 if (__n > __glibc_objsize0 (__s) / sizeof (wchar_t)) in __NTH()
140 return __wmemset_chk_warn (__s, __c, __n, in __NTH()
141 __glibc_objsize0 (__s) / sizeof (wchar_t)); in __NTH()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, in _GLIBCXX_VISIBILITY()
54 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) in _GLIBCXX_VISIBILITY()
56 const size_t __len = __builtin_strlen(__s) + 1; in _GLIBCXX_VISIBILITY()
58 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in _GLIBCXX_VISIBILITY()
73 bindtextdomain(__s.c_str(), __dir); in _GLIBCXX_VISIBILITY()
74 return this->do_open(__s, __loc); in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
93 textdomain(__s.c_str()); in _GLIBCXX_VISIBILITY()
104 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, in _GLIBCXX_VISIBILITY()
54 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) in _GLIBCXX_VISIBILITY()
56 const size_t __len = __builtin_strlen(__s) + 1; in _GLIBCXX_VISIBILITY()
58 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in _GLIBCXX_VISIBILITY()
73 bindtextdomain(__s.c_str(), __dir); in _GLIBCXX_VISIBILITY()
74 return this->do_open(__s, __loc); in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
93 textdomain(__s.c_str()); in _GLIBCXX_VISIBILITY()
104 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h122 exists(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
123 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
132 auto __s = status(__p, __ec); in _GLIBCXX_VISIBILITY() local
133 if (status_known(__s)) in _GLIBCXX_VISIBILITY()
136 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
148 is_block_file(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
149 { return __s.type() == file_type::block; } in _GLIBCXX_VISIBILITY()
160 is_character_file(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
161 { return __s.type() == file_type::character; } in _GLIBCXX_VISIBILITY()
172 is_directory(file_status __s) noexcept in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...16