OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026