Home
last modified time | relevance | path

Searched defs:Array (Results 101 – 125 of 10436) sorted by relevance

12345678910>>...418

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/sequences/array/array.cons/
H A Dimplicit_copy.pass.cpp44 typedef std::array<double, 3> Array; in tests() typedef
52 typedef std::array<double const, 3> Array; in tests() typedef
59 typedef std::array<double, 0> Array; in tests() typedef
68 typedef std::array<double const, 0> Array; in tests() typedef
75 typedef std::array<NoDefault, 0> Array; in tests() typedef
83 typedef std::array<NoDefault const, 0> Array; in tests() typedef
92 typedef std::array<NonTrivialCopy, 0> Array; in tests() typedef
99 typedef std::array<NonTrivialCopy, 1> Array; in tests() typedef
106 typedef std::array<NonTrivialCopy, 2> Array; in tests() typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/sequences/array/array.cons/
H A Dimplicit_copy.pass.cpp44 typedef std::array<double, 3> Array; in tests() typedef
52 typedef std::array<double const, 3> Array; in tests() typedef
59 typedef std::array<double, 0> Array; in tests() typedef
68 typedef std::array<double const, 0> Array; in tests() typedef
75 typedef std::array<NoDefault, 0> Array; in tests() typedef
83 typedef std::array<NoDefault const, 0> Array; in tests() typedef
92 typedef std::array<NonTrivialCopy, 0> Array; in tests() typedef
99 typedef std::array<NonTrivialCopy, 1> Array; in tests() typedef
106 typedef std::array<NonTrivialCopy, 2> Array; in tests() typedef
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dconstexpr_utils.hh14 struct Array struct
16 constexpr size_t size() const { return N; } in size()
17 constexpr const T& operator[](int i) const { return m_data[i]; } in operator []()
18 constexpr const T* begin() const { return m_data; } in begin()
19 constexpr const T* end() const { return m_data+N; } in end()
21 constexpr T& operator[](int i) { return m_data[i]; } in operator []()
22 constexpr T* begin() { return m_data; } in begin()
23 constexpr T* end() { return m_data+N; } in end()
25 constexpr operator ArrayView<T>() { return {m_data, N}; } in operator ArrayView<T>()
26 constexpr operator ConstArrayView<T>() const { return {m_data, N}; } in operator ConstArrayView<T>()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/experimental/simd/tests/bits/
H A Dmathreference.h42 struct Array struct
47 Array() in Array() argument
50 Array(size_t s, const T *p) in Array() function
54 begin() const in begin()
58 end() const in end()
62 size() const in size()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/experimental/simd/tests/bits/
H A Dmathreference.h42 struct Array struct
47 Array() in Array() function
50 Array(size_t s, const T *p) in Array() function
54 begin() const in begin()
58 end() const in end()
62 size() const in size()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/experimental/simd/tests/bits/
H A Dmathreference.h42 struct Array struct
47 Array() in Array() argument
50 Array(size_t s, const T *p) in Array() argument
54 begin() const in begin()
58 end() const in end()
62 size() const in size()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/experimental/simd/tests/bits/
H A Dmathreference.h42 struct Array struct
47 Array() in Array() argument
50 Array(size_t s, const T *p) in Array() argument
54 begin() const in begin()
58 end() const in end()
62 size() const in size()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_array.cpp17 Array<T>::Array () : m_internals (new ArrayInternals<T> ()){}; in Array() function in ascent::runtime::Array
20 Array<T>::Array (T *data, const size_t size) in Array() function in ascent::runtime::Array
83 template class Array<unsigned char>; variable
84 template class Array<int>; variable
85 template class Array<long long int>; variable
86 template class Array<float>; variable
87 template class Array<double>; variable
/dports/lang/tolua++/tolua++-1.0.93/src/tests/
H A Dtarray.h19 typedef struct Array Array; typedef
20 struct Array struct
27 extern Array array; argument
/dports/lang/tolua/tolua-5.2.4/src/tests/
H A Dtarray.h19 typedef struct Array Array; typedef
20 struct Array struct
27 extern Array array; argument
/dports/sysutils/conky/conky-1.12.2/3rdparty/toluapp/src/tests/
H A Dtarray.h19 typedef struct Array Array; typedef
20 struct Array struct
27 extern Array array; argument
/dports/sysutils/conky-awesome/conky-1.12.2/3rdparty/toluapp/src/tests/
H A Dtarray.h19 typedef struct Array Array; typedef
20 struct Array struct
27 extern Array array; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C5 struct Array { struct
7 Array () : in Array() argument

12345678910>>...418