/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/type/ |
H A D | traits.cpp | 142 hana::traits::aligned_union(hana::size_c<0>, s); in main()
|
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/type/ |
H A D | traits.cpp | 144 hana::traits::aligned_union(hana::size_c<0>, s); in main()
|
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testcommon/ |
H A D | json.h | 81 typedef std::aligned_union<0,
|
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testcommon/ |
H A D | json.h | 81 typedef std::aligned_union<0,
|
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/aux_/ |
H A D | socket_type.hpp | 315 aux::aligned_union<1
|
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/ |
H A D | Makefile.am | 164 aux_/aligned_union.hpp \
|
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/ |
H A D | Makefile.am | 164 aux_/aligned_union.hpp \
|
H A D | Makefile.in | 509 aux_/aligned_union.hpp \
|
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/aux_/ |
H A D | socket_type.hpp | 315 aux::aligned_union<1
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/docs/changelog/1.5.1/ |
H A D | release-notes.md | 114 This uses a more robust set of checks to determine if `std::aligned_union`
|
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/kademlia/ |
H A D | rpc_manager.cpp | 145 using observer_storage = aux::aligned_union<1
|
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/kademlia/ |
H A D | rpc_manager.cpp | 145 using observer_storage = aux::aligned_union<1
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/ |
H A D | variant.h | 132 typename arrow::internal::aligned_union<0, T...>::type data_;
|
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/ |
H A D | variant.h | 132 typename arrow::internal::aligned_union<0, T...>::type data_;
|
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eina_cxx/ |
H A D | eina_variant.hh | 384 typedef typename eina::aligned_union<1, Args...>::type buffer_type;
|
/dports/devel/taskflow/taskflow-3.2.0/taskflow/utility/ |
H A D | small_vector.hpp | 115 typedef typename std::aligned_union<1, T>::type U;
|
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/ |
H A D | type_traits | 712 // template <std::size_t Len, class... Types> struct aligned_union;
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/ |
H A D | Configure.h.in | 202 // Components of the c++ standard such as `std::aligned_union` are not something
|
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/ |
H A D | subresource_adapter.h | 909 using Storage = typename std::aligned_union<0, SmallMap, BigMap>::type;
|
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ |
H A D | type_traits | 2024 struct aligned_union 2040 const size_t aligned_union<_Len, _Types...>::alignment_value; 2380 using aligned_union_t = typename aligned_union<_Len, _Types...>::type;
|
/dports/math/libmesh/libmesh-1.6.2/m4/ |
H A D | cxx11.m4 | 1231 // std::aligned_union 1232 typedef std::aligned_union</*size of at least*/32, int, char, double>::type union_t;
|
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/ |
H A D | changelog.md | 102 * PR#987 Remove use of aligned_union that broke CentOS 7.
|
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/std/ |
H A D | type_traits | 2090 struct aligned_union 2106 const size_t aligned_union<_Len, _Types...>::alignment_value; 2515 using aligned_union_t = typename aligned_union<_Len, _Types...>::type;
|
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/std/ |
H A D | type_traits | 2090 struct aligned_union 2106 const size_t aligned_union<_Len, _Types...>::alignment_value; 2515 using aligned_union_t = typename aligned_union<_Len, _Types...>::type;
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/ |
H A D | type_traits | 161 template <size_t Len, class... Types> struct aligned_union; 221 using aligned_union_t = typename aligned_union<Len,Types...>::type; // C++14 1780 // aligned_union 1799 struct aligned_union 1809 template <size_t _Len, class ..._Types> using aligned_union_t = typename aligned_union<_Len, _Types…
|