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 /* expected-warning {{'__weak' only applies to pointer types; type here is 'int'}}*/ static __we\
/external/libcxx/include/
D__locale1188 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const;
1197 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const
1199 for (; __wb < __we; ++__wb, ++__s)
1217 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const
1221 while (__wb < __we && __r != error)
1227 __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn,
1251 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const
1255 while (__wb < __we && __r != error)
1261 __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn,
Dlocale2600 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
2955 char_type*& __wn, char_type* __we);
2997 char_type*& __wn, char_type* __we)
3137 if (__wn == __we)
3138 __double_or_nothing(__wb, __wn, __we);
3172 if (__wn == __we)
3173 __double_or_nothing(__wb, __wn, __we);
3221 char_type* __we = __wbuf + __bz;
3226 __wb, __wn, __we))
3265 char_type* __we = __wbuf + __bz;
[all …]
/external/libcxx/src/
Dlocale.cpp5493 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument
5502 size_t j = mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put()
5504 size_t j = __mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put()
5508 __we = __wb + j; in __do_put()