Home
last modified time | relevance | path

Searched refs:BigType (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/clazy/clazy-1.5/tests/inefficient-qlist-soft/
H A Dmain.cpp17 struct BigType { struct
24 QList<BigType> bigT; // Warning in foo() argument
35 QList<BigType> m_big; // OK
38 void foo1(QList<BigType> big2) in foo1()
40 QList<BigType> bigt; // OK in foo1()
44 QList<BigType> foo2() in foo2()
46 QList<BigType> bigt; // OK in foo2()
50 static QList<BigType> s_big;
54 QList<BigType> bigt; // OK in foo3()
68 QList<BigType> b3 = { BigType() }; // Warning in foo4()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.factories/range.single.view/
H A Dctor.value.pass.cpp22 struct BigType { char buffer[64] = {10}; }; struct
26 BigType bt; in test()
27 std::ranges::single_view<BigType> sv(bt); in test()
32 const BigType bt; in test()
33 const std::ranges::single_view<BigType> sv(bt); in test()
39 BigType bt; in test()
40 std::ranges::single_view<BigType> sv(std::move(bt)); in test()
45 const BigType bt; in test()
46 const std::ranges::single_view<BigType> sv(std::move(bt)); in test()
H A Dbegin.pass.cpp22 struct BigType { char buffer[64] = {10}; }; struct
54 auto sv = std::ranges::single_view<BigType>(BigType()); in test()
57 ASSERT_SAME_TYPE(decltype(sv.begin()), BigType*); in test()
60 const auto sv = std::ranges::single_view<BigType>(BigType()); in test()
63 ASSERT_SAME_TYPE(decltype(sv.begin()), const BigType*); in test()
H A Ddata.pass.cpp22 struct BigType { char buffer[64] = {10}; }; argument
54 auto sv = std::ranges::single_view<BigType>(BigType()); in test()
57 ASSERT_SAME_TYPE(decltype(sv.data()), BigType*); in test()
60 const auto sv = std::ranges::single_view<BigType>(BigType()); in test()
63 ASSERT_SAME_TYPE(decltype(sv.data()), const BigType*); in test()
H A Dend.pass.cpp22 struct BigType { char buffer[64] = {10}; }; struct
54 auto sv = std::ranges::single_view<BigType>(BigType()); in test()
57 ASSERT_SAME_TYPE(decltype(sv.end()), BigType*); in test()
60 const auto sv = std::ranges::single_view<BigType>(BigType()); in test()
63 ASSERT_SAME_TYPE(decltype(sv.end()), const BigType*); in test()
H A Dctor.default.pass.cpp20 struct BigType { char buffer[64] = {10}; }; struct
32 std::ranges::single_view<BigType> sv; in test()
37 const std::ranges::single_view<BigType> sv; in test()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc565 struct BigType { struct
566 BigType() : BigType(0) {} in BigType() argument
569 void Copy(const BigType& other) { in Copy() argument
579 BigType(const BigType& other) { Copy(other); } in BigType() argument
580 BigType& operator=(const BigType& other) { in operator =() argument
586 bool operator<(const BigType& other) const { in operator <() argument
591 bool operator==(const BigType& other) const { in operator ==() argument
598 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue()
670 ptr = absl::make_unique<BigType<Size, Size>>(x); in BigTypePtr()
673 ptr = absl::make_unique<BigType<Size, Size>>(*other.ptr); in BigTypePtr()
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/
H A Dbtree_benchmark.cc531 struct BigType { struct
532 BigType() : BigType(0) {} in BigType() argument
535 void Copy(const BigType& other) { in Copy() argument
545 BigType(const BigType& other) { Copy(other); } in BigType() argument
546 BigType& operator=(const BigType& other) { in operator =() argument
552 bool operator<(const BigType& other) const { in operator <() argument
557 bool operator==(const BigType& other) const { in operator ==() argument
564 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue()
636 ptr = absl::make_unique<BigType<Size, Size>>(x); in BigTypePtr()
639 ptr = absl::make_unique<BigType<Size, Size>>(*other.ptr); in BigTypePtr()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc565 struct BigType { struct
566 BigType() : BigType(0) {} in BigType() argument
569 void Copy(const BigType& other) { in Copy() argument
579 BigType(const BigType& other) { Copy(other); } in BigType() function
580 BigType& operator=(const BigType& other) { in operator =() argument
586 bool operator<(const BigType& other) const { in operator <() argument
591 bool operator==(const BigType& other) const { in operator ==() argument
598 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue()
670 ptr = absl::make_unique<BigType<Size, Size>>(x); in BigTypePtr()
673 ptr = absl::make_unique<BigType<Size, Size>>(*other.ptr); in BigTypePtr()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc565 struct BigType { struct
566 BigType() : BigType(0) {} in BigType() function
569 void Copy(const BigType& other) { in Copy() argument
579 BigType(const BigType& other) { Copy(other); } in BigType() function
580 BigType& operator=(const BigType& other) { in operator =() argument
586 bool operator<(const BigType& other) const { in operator <() argument
591 bool operator==(const BigType& other) const { in operator ==() argument
598 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue()
670 ptr = absl::make_unique<BigType<Size, Size>>(x); in BigTypePtr()
673 ptr = absl::make_unique<BigType<Size, Size>>(*other.ptr); in BigTypePtr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc565 struct BigType { struct
566 BigType() : BigType(0) {} in BigType() function
569 void Copy(const BigType& other) { in Copy() argument
579 BigType(const BigType& other) { Copy(other); } in BigType() function
580 BigType& operator=(const BigType& other) { in operator =() argument
586 bool operator<(const BigType& other) const { in operator <() argument
591 bool operator==(const BigType& other) const { in operator ==() argument
598 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue()
670 ptr = absl::make_unique<BigType<Size, Size>>(x); in BigTypePtr()
673 ptr = absl::make_unique<BigType<Size, Size>>(*other.ptr); in BigTypePtr()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc531 struct BigType { struct
532 BigType() : BigType(0) {} in BigType() argument
535 void Copy(const BigType& other) { in Copy() argument
545 BigType(const BigType& other) { Copy(other); } in BigType() function
546 BigType& operator=(const BigType& other) { in operator =() argument
552 bool operator<(const BigType& other) const { in operator <() argument
557 bool operator==(const BigType& other) const { in operator ==() argument
564 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue()
636 ptr = absl::make_unique<BigType<Size, Size>>(x); in BigTypePtr()
639 ptr = absl::make_unique<BigType<Size, Size>>(*other.ptr); in BigTypePtr()
[all …]
/dports/devel/clazy/clazy-1.5/tests/inefficient-qlist/
H A Dmain.cpp17 struct BigType { struct
24 QList<BigType> bigT; // Warning in foo() argument
35 QList<BigType> m_big; // Warning
38 void foo1(QList<BigType> big2) in foo1()
40 QList<BigType> bigt; // Warning in foo1()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.factories/range.iota.view/iterator/
H A Dmember_typedefs.compile.pass.cpp41 struct BigType { struct
46 auto operator<=>(const BigType&) const = default; argument
48 constexpr BigType& operator++();
49 constexpr BigType operator++(int);
148 const std::ranges::iota_view<BigType> io; in test()
152 static_assert(std::same_as<Iter::value_type, BigType>); in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.adaptors/range.empty/
H A Dempty_view.pass.cpp44 struct BigType { char buff[8]; }; struct
59 testType<BigType>(); in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.adaptors/range.empty/
H A Dempty_view.pass.cpp43 struct BigType { char buff[8]; }; struct
58 testType<BigType>(); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.adaptors/range.empty/
H A Dempty_view.pass.cpp44 struct BigType { char buff[8]; }; argument
59 testType<BigType>(); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.adaptors/range.empty/
H A Dempty_view.pass.cpp44 struct BigType { char buff[8]; }; struct
59 testType<BigType>(); in test()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_enumerable_thread_specific.cpp366 class BigType { class
368 BigType() { /* avoid cl warning C4345 about default initialization of POD types */ } in BigType() function in BigType
374 typedef tbb::enumerable_thread_specific<BigType, Allocator<BigType> > CounterBigType; in TestConstructorWithBigType()
/dports/games/galaxyhack/galaxyhack/fleets/Morennians/
H A DMoravator.dat6 BigType: None
H A DX-Fighter.dat10 BigType: Standard torpedo
H A DMorennian Corvette.dat10 BigType: Improved large laser
/dports/games/galaxyhack/galaxyhack/fleets/Zenennians/
H A DEmperor.dat6 BigType: None
H A DSolar Cruiser.dat6 BigType: None
H A DDamascus.dat10 BigType: None

12