Home
last modified time | relevance | path

Searched refs:aligned_union (Results 126 – 150 of 278) sorted by relevance

12345678910>>...12

/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/type/
H A Dtraits.cpp142 hana::traits::aligned_union(hana::size_c<0>, s); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/type/
H A Dtraits.cpp144 hana::traits::aligned_union(hana::size_c<0>, s); in main()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testcommon/
H A Djson.h81 typedef std::aligned_union<0,
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testcommon/
H A Djson.h81 typedef std::aligned_union<0,
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/aux_/
H A Dsocket_type.hpp315 aux::aligned_union<1
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A DMakefile.am164 aux_/aligned_union.hpp \
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A DMakefile.am164 aux_/aligned_union.hpp \
H A DMakefile.in509 aux_/aligned_union.hpp \
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/aux_/
H A Dsocket_type.hpp315 aux::aligned_union<1
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/docs/changelog/1.5.1/
H A Drelease-notes.md114 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 Drpc_manager.cpp145 using observer_storage = aux::aligned_union<1
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/kademlia/
H A Drpc_manager.cpp145 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 Dvariant.h132 typename arrow::internal::aligned_union<0, T...>::type data_;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dvariant.h132 typename arrow::internal::aligned_union<0, T...>::type data_;
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eina_cxx/
H A Deina_variant.hh384 typedef typename eina::aligned_union<1, Args...>::type buffer_type;
/dports/devel/taskflow/taskflow-3.2.0/taskflow/utility/
H A Dsmall_vector.hpp115 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 Dtype_traits712 // 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 DConfigure.h.in202 // 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 Dsubresource_adapter.h909 using Storage = typename std::aligned_union<0, SmallMap, BigMap>::type;
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/
H A Dtype_traits2024 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 Dcxx11.m41231 // 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 Dchangelog.md102 * PR#987 Remove use of aligned_union that broke CentOS 7.
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/std/
H A Dtype_traits2090 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 Dtype_traits2090 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 Dtype_traits161 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…

12345678910>>...12