HomeSort by: relevance | last modified time | path
    Searched defs:__to (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
codecvt_members.cc 49 extern_type* __to, extern_type* __to_end,
58 for (__from_next = __from, __to_next = __to;
119 intern_type* __to, intern_type* __to_end,
128 for (__from_next = __from, __to_next = __to;
221 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) local
233 size_t __conv = mbsnrtowcs_l(__to, &__from,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
codecvt_members.cc 49 extern_type* __to, extern_type* __to_end,
58 for (__from_next = __from, __to_next = __to;
119 intern_type* __to, intern_type* __to_end,
128 for (__from_next = __from, __to_next = __to;
221 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) local
233 size_t __conv = mbsnrtowcs_l(__to, &__from,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
codecvt_members.cc 46 extern_type* __to, extern_type* __to_end,
59 for (__from_next = __from, __to_next = __to;
121 intern_type* __to, intern_type* __to_end,
134 for (__from_next = __from, __to_next = __to;
250 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) local
262 size_t __conv = mbsnrtowcs(__to, &__from,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
codecvt_members.cc 61 extern_type* __to, extern_type* __to_end,
71 __to_next = __to;
131 intern_type* __to, intern_type* __to_end,
141 __to_next = __to;
237 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) local
249 size_t __conv = mbsnrtowcs(__to, &__from,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono.h 390 auto __to = chrono::duration_cast<_ToDur>(__d); local
391 if (__to > __d)
392 return __to - _ToDur{1};
393 return __to;
410 auto __to = chrono::duration_cast<_ToDur>(__d); local
411 if (__to < __d)
412 return __to + _ToDur{1};
413 return __to;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h 366 auto __to = chrono::duration_cast<_ToDur>(__d); local
367 if (__to > __d)
368 return __to - _ToDur{1};
369 return __to;
386 auto __to = chrono::duration_cast<_ToDur>(__d); local
387 if (__to < __d)
388 return __to + _ToDur{1};
389 return __to;

Completed in 28 milliseconds