Home
last modified time | relevance | path

Searched defs:__s (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project/libcxx/include/
H A Dwchar.h147 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcschr(wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() argument
150 wcschr(const wchar_t * __s,wchar_t __c) wcschr() argument
153 wcschr(wchar_t * __s,wchar_t __c) wcschr() argument
168 __libcpp_wcsrchr(const wchar_t * __s,wchar_t __c) __libcpp_wcsrchr() argument
171 wcsrchr(const wchar_t * __s,wchar_t __c) wcsrchr() argument
174 wcsrchr(wchar_t * __s,wchar_t __c) wcsrchr() argument
189 __libcpp_wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) __libcpp_wmemchr() argument
193 wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument
196 wmemchr(wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument
[all...]
H A Dstring.h94 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strrchr(char* __s, int __c) { in memchr() argument
73 strchr(const char * __s,int __c) strchr() argument
76 strchr(char * __s,int __c) strchr() argument
87 strrchr(const char * __s,int __c) strrchr() argument
90 strrchr(char * __s,int __c) strrchr() argument
97 memchr(void * __s,int __c,size_t __n) memchr() argument
[all...]
/llvm-project/libcxx/include/__format/
H A Dformat_error.h29 _LIBCPP_HIDE_FROM_ABI explicit format_error(const string& __s) : runtime_error(__s) {} in format_error() argument
30 _LIBCPP_HIDE_FROM_ABI explicit format_error(const char* __s) : runtime_error(__s) {} in format_error() argument
38 [[noreturn]] inline _LIBCPP_HIDE_FROM_ABI void __throw_format_error(const char* __s) { in __throw_format_error() argument
/llvm-project/libcxx/include/__iterator/
H A Dmove_sentinel.h34 _LIBCPP_HIDE_FROM_ABI constexpr explicit move_sentinel(_Sent __s) : __last_(std::move(__s)) {} in move_sentinel()
38 …_LIBCPP_HIDE_FROM_ABI constexpr move_sentinel(const move_sentinel<_S2>& __s) : __last_(__s.base())… in move_sentinel()
H A Distreambuf_iterator.h53 __proxy(char_type __c,streambuf_type * __s) __proxy() argument
71 istreambuf_iterator(istream_type & __s) istreambuf_iterator() argument
72 istreambuf_iterator(streambuf_type * __s) istreambuf_iterator() argument
H A Dostreambuf_iterator.h53 ostreambuf_iterator(ostream_type & __s) ostreambuf_iterator() argument
54 ostreambuf_iterator(streambuf_type * __s) ostreambuf_iterator() argument
H A Dostream_iterator.h55 _LIBCPP_HIDE_FROM_ABI ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() argument
58 _LIBCPP_HIDE_FROM_ABI ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator() argument
H A Distream_iterator.h56 _LIBCPP_HIDE_FROM_ABI istream_iterator(istream_type& __s) : __in_stream_(std::addressof(__s)) { in istream_iterator() argument
/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h53 __libcpp_wcrtomb_l(char * __s,wchar_t __wc,mbstate_t * __ps,locale_t __l) __libcpp_wcrtomb_l() argument
65 __libcpp_mbrtowc_l(wchar_t * __pwc,const char * __s,size_t __n,mbstate_t * __ps,locale_t __l) __libcpp_mbrtowc_l() argument
75 __libcpp_mbrlen_l(const char * __s,size_t __n,mbstate_t * __ps,locale_t __l) __libcpp_mbrlen_l() argument
95 __libcpp_snprintf_l(char * __s,size_t __n,locale_t __l,const char * __format,...) __libcpp_snprintf_l() argument
105 __libcpp_asprintf_l(char ** __s,locale_t __l,const char * __format,...) __libcpp_asprintf_l() argument
115 __libcpp_sscanf_l(const char * __s,locale_t __l,const char * __format,...) __libcpp_sscanf_l() argument
[all...]
/llvm-project/clang/test/CodeGen/
H A Dpr9614.c12 …always_inline__)) __attribute__ ((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c) { in strrchr_foo()
21 extern inline __attribute__((__always_inline__, __gnu_inline__)) void *memchr(void *__s, int __c, _… in memchr()
H A Dmips-constraint-regs.c13 int __s, __v = 17; in main() local
/llvm-project/libcxx/include/__chrono/
H A Dostream.h128 basic_ostringstream<_CharT, _Traits> __s; global() variable
H A Dconvert_to_timespec.h31 seconds __s = duration_cast<seconds>(__ns); in __convert_to_timespec() local
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h147 inline _LIBCPP_HIDE_FROM_ABI bool status_known(file_status __s) noexcept { return __s.type() != file_type::none; } in status_known() argument
148 inline _LIBCPP_HIDE_FROM_ABI bool exists(file_status __s) noexcept { in exists() argument
154 auto __s = __status(__p, &__ec); in exists() local
168 inline _LIBCPP_HIDE_FROM_ABI bool is_block_file(file_status __s) noexcept { return __s in hard_link_count() argument
173 is_character_file(file_status __s) is_character_file() argument
180 is_directory(file_status __s) is_directory() argument
188 is_fifo(file_status __s) is_fifo() argument
193 is_regular_file(file_status __s) is_regular_file() argument
198 is_symlink(file_status __s) is_symlink() argument
203 is_other(file_status __s) is_other() argument
210 is_socket(file_status __s) is_socket() argument
[all...]
H A Du8path.h78 _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_WITH_CHAR8_T path u8path(const _Source& __s) { in u8path() argument
/llvm-project/libcxx/include/__memory/
H A Dallocator_destructor.h34 _LIBCPP_HIDE_FROM_ABI __allocator_destructor(_Alloc& __a, size_type __s) _NOEXCEPT : __alloc_(__a), __s_(__s) {} in __allocator_destructor() argument
/llvm-project/libcxx/include/__random/
H A Dseed_seq.h77 for (_InputIterator __s = __first; __s != __last; ++__s) __init() local
91 const size_t __s = __v_.size(); generate() local
H A Dlognormal_distribution.h62 …_LIBCPP_HIDE_FROM_ABI explicit lognormal_distribution(result_type __m, result_type __s = 1) : __nd… in __nd_() argument
/llvm-project/libcxx/src/
H A Dthread.cpp156 void __thread_struct_imp::__make_ready_at_thread_exit(__assoc_sub_state* __s) { in __make_ready_at_thread_exit()
171 void __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) { __p_->__make_ready_at_t… in __make_ready_at_thread_exit()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/
H A Dinitializer_list.h8 initializer_list(const _E *__b, size_t __s) : __begin_(__b), __size_(__s) {} in initializer_list()
/llvm-project/libcxx/include/__algorithm/
H A Dsearch.h93 const _Iter1 __s = __first1 + __size1 - _DiffT1(__size2 - 1); // Start of pattern match can't go beyond here in __search_random_access_impl() local
184 search(_ForwardIterator __f, _ForwardIterator __l, const _Searcher& __s) { in search() argument
/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h119 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() argument
H A Ddrop_view.h127 const auto __s = ranges::size(__self.__base_); in __size() local
/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h625 const char* __s = (const char*)__str; global() variable
632 const char* __s = (const char*)__str; global() variable
658 write(const char_type * __s,streamsize __n) write() argument
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp19 constexpr initializer_list(const _E* __b, size_t __s) in initializer_list() argument

123