Home
last modified time | relevance | path

Searched refs:__we (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjC/
Dattr-objc-gc.m18 …eak' only applies to Objective-C object or block pointer types; type here is 'int'}}*/ static __we\
/external/libcxx/include/
D__locale1196 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const;
1205 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const
1207 for (; __wb < __we; ++__wb, ++__s)
1225 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const
1229 while (__wb < __we && __r != error)
1235 __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn,
1259 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const
1263 while (__wb < __we && __r != error)
1269 __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn,
Dlocale2394 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
2749 char_type*& __wn, char_type* __we);
2791 char_type*& __wn, char_type* __we)
2931 if (__wn == __we)
2932 __double_or_nothing(__wb, __wn, __we);
2966 if (__wn == __we)
2967 __double_or_nothing(__wb, __wn, __we);
3015 char_type* __we = __wbuf + __bz;
3020 __wb, __wn, __we))
3059 char_type* __we = __wbuf + __bz;
[all …]
/external/libcxx/src/
Dlocale.cpp5439 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument
5447 size_t j = __libcpp_mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put()
5450 __we = __wb + j; in __do_put()