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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_fixed_size.h 262 static constexpr size_t _S_tuple_size = 0;
312 static constexpr size_t _S_tuple_size = sizeof...(_Abis) + 1;
388 if constexpr (_S_tuple_size == 1)
403 if constexpr (_S_tuple_size == 1)
440 static_assert(_S_tuple_size > 1);
517 if constexpr (_S_tuple_size == 1)
528 if constexpr (_S_tuple_size == 1)
543 if constexpr (_S_tuple_size == 1)
559 if constexpr (_S_tuple_size == 1)
579 if constexpr (_S_tuple_size == 1
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_fixed_size.h 262 static constexpr size_t _S_tuple_size = 0;
312 static constexpr size_t _S_tuple_size = sizeof...(_Abis) + 1;
388 if constexpr (_S_tuple_size == 1)
403 if constexpr (_S_tuple_size == 1)
440 static_assert(_S_tuple_size > 1);
517 if constexpr (_S_tuple_size == 1)
528 if constexpr (_S_tuple_size == 1)
543 if constexpr (_S_tuple_size == 1)
559 if constexpr (_S_tuple_size == 1)
579 if constexpr (_S_tuple_size == 1
    [all...]

Completed in 27 milliseconds