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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
utility.h 112 constexpr size_t __sz = sizeof...(_Types); local
113 constexpr bool __found[__sz] = { __is_same(_Tp, _Types) ... };
114 size_t __n = __sz;
115 for (size_t __i = 0; __i < __sz; ++__i)
119 if (__n < __sz) // more than one _Tp found
120 return __sz;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
utility.h 112 constexpr size_t __sz = sizeof...(_Types); local
113 constexpr bool __found[__sz] = { __is_same(_Tp, _Types) ... };
114 size_t __n = __sz;
115 for (size_t __i = 0; __i < __sz; ++__i)
119 if (__n < __sz) // more than one _Tp found
120 return __sz;

Completed in 33 milliseconds