Home
last modified time | relevance | path

Searched refs:_LIBCPP_INLINE_VISIBILITY (Results 1 – 25 of 83) sorted by relevance

1234

/external/libcxx/include/
Dcwctype68 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswalnum(wint_t __wc) {return iswalnum(__wc);}
70 inline _LIBCPP_INLINE_VISIBILITY int iswalnum(wint_t __wc) {return __libcpp_iswalnum(__wc);}
76 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswalpha(wint_t __wc) {return iswalpha(__wc);}
78 inline _LIBCPP_INLINE_VISIBILITY int iswalpha(wint_t __wc) {return __libcpp_iswalpha(__wc);}
84 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswblank(wint_t __wc) {return iswblank(__wc);}
86 inline _LIBCPP_INLINE_VISIBILITY int iswblank(wint_t __wc) {return __libcpp_iswblank(__wc);}
92 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswcntrl(wint_t __wc) {return iswcntrl(__wc);}
94 inline _LIBCPP_INLINE_VISIBILITY int iswcntrl(wint_t __wc) {return __libcpp_iswcntrl(__wc);}
100 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswdigit(wint_t __wc) {return iswdigit(__wc);}
102 inline _LIBCPP_INLINE_VISIBILITY int iswdigit(wint_t __wc) {return __libcpp_iswdigit(__wc);}
[all …]
Dios281 _LIBCPP_INLINE_VISIBILITY fmtflags flags() const;
282 _LIBCPP_INLINE_VISIBILITY fmtflags flags(fmtflags __fmtfl);
283 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
284 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
285 _LIBCPP_INLINE_VISIBILITY void unsetf(fmtflags __mask);
287 _LIBCPP_INLINE_VISIBILITY streamsize precision() const;
288 _LIBCPP_INLINE_VISIBILITY streamsize precision(streamsize __prec);
289 _LIBCPP_INLINE_VISIBILITY streamsize width() const;
290 _LIBCPP_INLINE_VISIBILITY streamsize width(streamsize __wide);
316 _LIBCPP_INLINE_VISIBILITY iostate rdstate() const;
[all …]
Dcctype52 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalnum(int __c) {return isalnum(__c);}
54 inline _LIBCPP_INLINE_VISIBILITY int isalnum(int __c) {return __libcpp_isalnum(__c);}
60 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalpha(int __c) {return isalpha(__c);}
62 inline _LIBCPP_INLINE_VISIBILITY int isalpha(int __c) {return __libcpp_isalpha(__c);}
68 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isblank(int __c) {return isblank(__c);}
70 inline _LIBCPP_INLINE_VISIBILITY int isblank(int __c) {return __libcpp_isblank(__c);}
76 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iscntrl(int __c) {return iscntrl(__c);}
78 inline _LIBCPP_INLINE_VISIBILITY int iscntrl(int __c) {return __libcpp_iscntrl(__c);}
84 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isdigit(int __c) {return isdigit(__c);}
86 inline _LIBCPP_INLINE_VISIBILITY int isdigit(int __c) {return __libcpp_isdigit(__c);}
[all …]
Diterator452 inline _LIBCPP_INLINE_VISIBILITY
461 inline _LIBCPP_INLINE_VISIBILITY
474 inline _LIBCPP_INLINE_VISIBILITY
482 inline _LIBCPP_INLINE_VISIBILITY
490 inline _LIBCPP_INLINE_VISIBILITY
501 inline _LIBCPP_INLINE_VISIBILITY
509 inline _LIBCPP_INLINE_VISIBILITY
517 inline _LIBCPP_INLINE_VISIBILITY
528 inline _LIBCPP_INLINE_VISIBILITY
556 _LIBCPP_INLINE_VISIBILITY reverse_iterator() : current() {}
[all …]
Dset429 _LIBCPP_INLINE_VISIBILITY
437 _LIBCPP_INLINE_VISIBILITY
444 _LIBCPP_INLINE_VISIBILITY
448 _LIBCPP_INLINE_VISIBILITY
457 _LIBCPP_INLINE_VISIBILITY
467 _LIBCPP_INLINE_VISIBILITY
472 _LIBCPP_INLINE_VISIBILITY
479 _LIBCPP_INLINE_VISIBILITY
487 _LIBCPP_INLINE_VISIBILITY
493 _LIBCPP_INLINE_VISIBILITY
[all …]
Dcmath327 inline _LIBCPP_INLINE_VISIBILITY
351 inline _LIBCPP_INLINE_VISIBILITY
375 inline _LIBCPP_INLINE_VISIBILITY
399 inline _LIBCPP_INLINE_VISIBILITY
423 inline _LIBCPP_INLINE_VISIBILITY
447 inline _LIBCPP_INLINE_VISIBILITY
471 inline _LIBCPP_INLINE_VISIBILITY
501 inline _LIBCPP_INLINE_VISIBILITY
531 inline _LIBCPP_INLINE_VISIBILITY
561 inline _LIBCPP_INLINE_VISIBILITY
[all …]
Dmap459 _LIBCPP_INLINE_VISIBILITY
463 _LIBCPP_INLINE_VISIBILITY
467 _LIBCPP_INLINE_VISIBILITY
469 _LIBCPP_INLINE_VISIBILITY
472 _LIBCPP_INLINE_VISIBILITY
475 _LIBCPP_INLINE_VISIBILITY
487 _LIBCPP_INLINE_VISIBILITY
493 _LIBCPP_INLINE_VISIBILITY
506 _LIBCPP_INLINE_VISIBILITY
510 _LIBCPP_INLINE_VISIBILITY
[all …]
Dstack97 _LIBCPP_INLINE_VISIBILITY
102 _LIBCPP_INLINE_VISIBILITY
120 _LIBCPP_INLINE_VISIBILITY
125 _LIBCPP_INLINE_VISIBILITY
129 _LIBCPP_INLINE_VISIBILITY
135 _LIBCPP_INLINE_VISIBILITY
139 _LIBCPP_INLINE_VISIBILITY
145 _LIBCPP_INLINE_VISIBILITY
148 _LIBCPP_INLINE_VISIBILITY
152 _LIBCPP_INLINE_VISIBILITY
[all …]
Darray140 _LIBCPP_INLINE_VISIBILITY void fill(const value_type& __u)
142 _LIBCPP_INLINE_VISIBILITY
147 _LIBCPP_INLINE_VISIBILITY
149 _LIBCPP_INLINE_VISIBILITY
151 _LIBCPP_INLINE_VISIBILITY
153 _LIBCPP_INLINE_VISIBILITY
156 _LIBCPP_INLINE_VISIBILITY
158 _LIBCPP_INLINE_VISIBILITY
160 _LIBCPP_INLINE_VISIBILITY
162 _LIBCPP_INLINE_VISIBILITY
[all …]
Datomic811 inline _LIBCPP_INLINE_VISIBILITY
825 _LIBCPP_INLINE_VISIBILITY
834 _LIBCPP_INLINE_VISIBILITY
837 _LIBCPP_INLINE_VISIBILITY
840 _LIBCPP_INLINE_VISIBILITY
843 _LIBCPP_INLINE_VISIBILITY
846 _LIBCPP_INLINE_VISIBILITY
849 _LIBCPP_INLINE_VISIBILITY
851 _LIBCPP_INLINE_VISIBILITY
853 _LIBCPP_INLINE_VISIBILITY
[all …]
Dqueue183 _LIBCPP_INLINE_VISIBILITY
188 _LIBCPP_INLINE_VISIBILITY
206 _LIBCPP_INLINE_VISIBILITY
211 _LIBCPP_INLINE_VISIBILITY
215 _LIBCPP_INLINE_VISIBILITY
221 _LIBCPP_INLINE_VISIBILITY
225 _LIBCPP_INLINE_VISIBILITY
231 _LIBCPP_INLINE_VISIBILITY
234 _LIBCPP_INLINE_VISIBILITY
238 _LIBCPP_INLINE_VISIBILITY
[all …]
Dscoped_allocator206 _LIBCPP_INLINE_VISIBILITY
213 _LIBCPP_INLINE_VISIBILITY
223 _LIBCPP_INLINE_VISIBILITY
233 _LIBCPP_INLINE_VISIBILITY
243 _LIBCPP_INLINE_VISIBILITY
251 _LIBCPP_INLINE_VISIBILITY
253 _LIBCPP_INLINE_VISIBILITY
256 _LIBCPP_INLINE_VISIBILITY
259 _LIBCPP_INLINE_VISIBILITY
264 _LIBCPP_INLINE_VISIBILITY
[all …]
Dcomplex272 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11
275 template<class _Xp> _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11
279 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 value_type real() const {return __re_;}
280 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 value_type imag() const {return __im_;}
282 _LIBCPP_INLINE_VISIBILITY void real(value_type __re) {__re_ = __re;}
283 _LIBCPP_INLINE_VISIBILITY void imag(value_type __im) {__im_ = __im;}
285 _LIBCPP_INLINE_VISIBILITY complex& operator= (const value_type& __re)
287_LIBCPP_INLINE_VISIBILITY complex& operator+=(const value_type& __re) {__re_ += __re; return *this…
288_LIBCPP_INLINE_VISIBILITY complex& operator-=(const value_type& __re) {__re_ -= __re; return *this…
289_LIBCPP_INLINE_VISIBILITY complex& operator*=(const value_type& __re) {__re_ *= __re; __im_ *= __r…
[all …]
Dstrstream155 _LIBCPP_INLINE_VISIBILITY
157 _LIBCPP_INLINE_VISIBILITY
196 inline _LIBCPP_INLINE_VISIBILITY
208 inline _LIBCPP_INLINE_VISIBILITY
235 _LIBCPP_INLINE_VISIBILITY
238 _LIBCPP_INLINE_VISIBILITY
241 _LIBCPP_INLINE_VISIBILITY
244 _LIBCPP_INLINE_VISIBILITY
249 _LIBCPP_INLINE_VISIBILITY
257 _LIBCPP_INLINE_VISIBILITY
[all …]
Dunordered_set366 _LIBCPP_INLINE_VISIBILITY
377 inline _LIBCPP_INLINE_VISIBILITY
380 inline _LIBCPP_INLINE_VISIBILITY
398 inline _LIBCPP_INLINE_VISIBILITY
424 inline _LIBCPP_INLINE_VISIBILITY
428 inline _LIBCPP_INLINE_VISIBILITY
435 _LIBCPP_INLINE_VISIBILITY
449 _LIBCPP_INLINE_VISIBILITY
453 _LIBCPP_INLINE_VISIBILITY
455 _LIBCPP_INLINE_VISIBILITY
[all …]
Dstdexcept102 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
103 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
112 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
113 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
123 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
132 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
133 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
142 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {}
143 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {}
[all …]
Dlimits147 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return type();}
148 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return type();}
149 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
158 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type();}
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
171 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type();}
172 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN() _NOEXCEPT {return type();}
173_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN() _NOEXCEPT {return type();}
174 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type();}
211 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __min;}
[all …]
Dmemory907 _LIBCPP_INLINE_VISIBILITY
929 _LIBCPP_INLINE_VISIBILITY
1054 inline _LIBCPP_INLINE_VISIBILITY
1062 inline _LIBCPP_INLINE_VISIBILITY
1477 _LIBCPP_INLINE_VISIBILITY
1480 _LIBCPP_INLINE_VISIBILITY
1485 _LIBCPP_INLINE_VISIBILITY
1491 _LIBCPP_INLINE_VISIBILITY
1497 _LIBCPP_INLINE_VISIBILITY
1503 _LIBCPP_INLINE_VISIBILITY
[all …]
Dbitset174 _LIBCPP_INLINE_VISIBILITY reference __make_ref(size_t __pos) _NOEXCEPT
176_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t __pos) const _NOEXCE…
178 _LIBCPP_INLINE_VISIBILITY iterator __make_iter(size_t __pos) _NOEXCEPT
180 _LIBCPP_INLINE_VISIBILITY const_iterator __make_iter(size_t __pos) const _NOEXCEPT
188 _LIBCPP_INLINE_VISIBILITY unsigned long to_ulong() const
190 _LIBCPP_INLINE_VISIBILITY unsigned long long to_ullong() const
210 inline _LIBCPP_INLINE_VISIBILITY
237 inline _LIBCPP_INLINE_VISIBILITY
248 inline _LIBCPP_INLINE_VISIBILITY
267 inline _LIBCPP_INLINE_VISIBILITY
[all …]
Dunordered_map388 _LIBCPP_INLINE_VISIBILITY
392 _LIBCPP_INLINE_VISIBILITY
396 _LIBCPP_INLINE_VISIBILITY
398 _LIBCPP_INLINE_VISIBILITY
401 _LIBCPP_INLINE_VISIBILITY
418 _LIBCPP_INLINE_VISIBILITY
422 _LIBCPP_INLINE_VISIBILITY
426 _LIBCPP_INLINE_VISIBILITY
428 _LIBCPP_INLINE_VISIBILITY
431 _LIBCPP_INLINE_VISIBILITY
[all …]
/external/libcxx/include/experimental/
Doptional198 _LIBCPP_INLINE_VISIBILITY
205 _LIBCPP_INLINE_VISIBILITY
209 _LIBCPP_INLINE_VISIBILITY
217 _LIBCPP_INLINE_VISIBILITY
226 _LIBCPP_INLINE_VISIBILITY
231 _LIBCPP_INLINE_VISIBILITY
237 _LIBCPP_INLINE_VISIBILITY
256 _LIBCPP_INLINE_VISIBILITY
260 _LIBCPP_INLINE_VISIBILITY
268 _LIBCPP_INLINE_VISIBILITY
[all …]
Ddynarray142 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count )
155 static inline _LIBCPP_INLINE_VISIBILITY void __deallocate ( value_type* __ptr ) noexcept
182 …inline _LIBCPP_INLINE_VISIBILITY iterator begin() noexcept { return iterator(data());…
183 …inline _LIBCPP_INLINE_VISIBILITY const_iterator begin() const noexcept { return const_iterator(da…
184 …inline _LIBCPP_INLINE_VISIBILITY const_iterator cbegin() const noexcept { return const_iterator(da…
185 …inline _LIBCPP_INLINE_VISIBILITY iterator end() noexcept { return iterator(data() +…
186 …inline _LIBCPP_INLINE_VISIBILITY const_iterator end() const noexcept { return const_iterator(da…
187 …inline _LIBCPP_INLINE_VISIBILITY const_iterator cend() const noexcept { return const_iterator(da…
189 …inline _LIBCPP_INLINE_VISIBILITY reverse_iterator rbegin() noexcept { return reverse_…
190 …inline _LIBCPP_INLINE_VISIBILITY const_reverse_iterator rbegin() const noexcept { return const_re…
[all …]
Dstring_view212 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
215 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
218 _LIBCPP_INLINE_VISIBILITY
222 _LIBCPP_INLINE_VISIBILITY
226 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
233 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
238 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
241 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
244 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
247 _LIBCPP_CONSTEXPR _LIBCPP_INLINE_VISIBILITY
[all …]
/external/libcxx/include/ext/
Dhash_map232 _LIBCPP_INLINE_VISIBILITY __hash_map_hasher() : _Hash() {}
233 _LIBCPP_INLINE_VISIBILITY __hash_map_hasher(const _Hash& __h) : _Hash(__h) {}
234 _LIBCPP_INLINE_VISIBILITY const _Hash& hash_function() const {return *this;}
235 _LIBCPP_INLINE_VISIBILITY
238 _LIBCPP_INLINE_VISIBILITY
248 _LIBCPP_INLINE_VISIBILITY __hash_map_hasher() : __hash_() {}
249 _LIBCPP_INLINE_VISIBILITY __hash_map_hasher(const _Hash& __h) : __hash_(__h) {}
250 _LIBCPP_INLINE_VISIBILITY const _Hash& hash_function() const {return __hash_;}
251 _LIBCPP_INLINE_VISIBILITY
254 _LIBCPP_INLINE_VISIBILITY
[all …]
Dhash_set241 _LIBCPP_INLINE_VISIBILITY
259 _LIBCPP_INLINE_VISIBILITY
263 _LIBCPP_INLINE_VISIBILITY
265 _LIBCPP_INLINE_VISIBILITY
267 _LIBCPP_INLINE_VISIBILITY
270 _LIBCPP_INLINE_VISIBILITY
272 _LIBCPP_INLINE_VISIBILITY
274 _LIBCPP_INLINE_VISIBILITY
276 _LIBCPP_INLINE_VISIBILITY
279 _LIBCPP_INLINE_VISIBILITY
[all …]

1234