Home
last modified time | relevance | path

Searched refs:align_t (Results 26 – 50 of 194) sorted by path

12345678

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/python/object/
H A Dinstance.hpp30 >::type align_t; typedef
34 align_t align;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_traits/
H A Dtype_with_alignment.hpp160 >::type align_t; typedef in boost::detail::type_with_alignment_imp
162 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
168 typedef align_t type;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/doc/
H A Daligned_storage.qbk31 typedef boost::aligned_storage<8,8>::type align_t;
32 assert(boost::alignment_of<align_t>::value % 8 == 0);
33 align_t a;
36 align_t a1;
H A Dalignment_of.qbk38 typedef long long align_t;
39 assert(boost::alignment_of<align_t>::value % 8 == 0);
40 align_t a;
43 align_t a1;
47 In this code, even though `boost::alignment_of<align_t>` reports that `align_t` has 8-byte
/dports/databases/percona57-server/boost_1_59_0/boost/python/object/
H A Dinstance.hpp30 >::type align_t; typedef
34 align_t align;
/dports/databases/percona57-server/boost_1_59_0/boost/type_traits/
H A Dtype_with_alignment.hpp160 >::type align_t; typedef in boost::detail::type_with_alignment_imp
162 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
168 typedef align_t type;
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/doc/
H A Daligned_storage.qbk31 typedef boost::aligned_storage<8,8>::type align_t;
32 assert(boost::alignment_of<align_t>::value % 8 == 0);
33 align_t a;
36 align_t a1;
H A Dalignment_of.qbk38 typedef long long align_t;
39 assert(boost::alignment_of<align_t>::value % 8 == 0);
40 align_t a;
43 align_t a1;
47 In this code, even though `boost::alignment_of<align_t>` reports that `align_t` has 8-byte
/dports/databases/xtrabackup/boost_1_59_0/boost/python/object/
H A Dinstance.hpp30 >::type align_t; typedef
34 align_t align;
/dports/databases/xtrabackup/boost_1_59_0/boost/type_traits/
H A Dtype_with_alignment.hpp160 >::type align_t; typedef in boost::detail::type_with_alignment_imp
162 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
168 typedef align_t type;
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/doc/
H A Daligned_storage.qbk31 typedef boost::aligned_storage<8,8>::type align_t;
32 assert(boost::alignment_of<align_t>::value % 8 == 0);
33 align_t a;
36 align_t a1;
H A Dalignment_of.qbk38 typedef long long align_t;
39 assert(boost::alignment_of<align_t>::value % 8 == 0);
40 align_t a;
43 align_t a1;
47 In this code, even though `boost::alignment_of<align_t>` reports that `align_t` has 8-byte
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/fmt/bundled/
H A Dchrono.h1042 void on_align(align_t align) { f.specs.align = align; }
H A Dformat.h1177 using align_t = align::type;
1189 align_t align : 4;
2443 FMT_CONSTEXPR void on_align(align_t align) { specs_.align = align; }
2515 FMT_CONSTEXPR void on_align(align_t align) {
3532 void on_align(align_t) {}
/dports/devel/R-cran-BH/BH/inst/include/boost/python/object/
H A Dinstance.hpp30 >::type align_t; typedef
34 align_t align;
/dports/devel/R-cran-cpp11/cpp11/inst/include/fmt/
H A Dcore.h1872 using align_t = align::type;
1912 align_t align : 4;
1982 FMT_CONSTEXPR void on_align(align_t align) { specs_.align = align; }
2616 FMT_CONSTEXPR void on_align(align_t align) {
H A Dformat.h2405 void on_align(align_t) {}
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C182 …1>::value,Align >::value , t1 , ::boost::detail::max_align >::type align_t;
183 static const std::size_t found = alignment_of<align_t>::value;
186 public: typedef align_t type;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C182 …1>::value,Align >::value , t1 , ::boost::detail::max_align >::type align_t;
183 static const std::size_t found = alignment_of<align_t>::value;
186 public: typedef align_t type;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcoroutine-passes.cc107 tree align_t = gimple_call_arg (stmt, 1); in lower_coro_builtin() local
109 gcc_checking_assert (TREE_CODE (align_t) == INTEGER_CST); in lower_coro_builtin()
112 HOST_WIDE_INT promise_align = TREE_INT_CST_LOW (align_t); in lower_coro_builtin()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C182 …1>::value,Align >::value , t1 , ::boost::detail::max_align >::type align_t;
183 static const std::size_t found = alignment_of<align_t>::value;
186 public: typedef align_t type;
/dports/devel/boost-docs/boost_1_72_0/boost/python/object/
H A Dinstance.hpp30 >::type align_t; typedef
34 align_t align;
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/doc/
H A Daligned_storage.qbk31 typedef boost::aligned_storage<8,8>::type align_t;
32 assert(boost::alignment_of<align_t>::value % 8 == 0);
33 align_t a;
36 align_t a1;
H A Dalignment_of.qbk38 typedef long long align_t;
39 assert(boost::alignment_of<align_t>::value % 8 == 0);
40 align_t a;
43 align_t a1;
47 In this code, even though `boost::alignment_of<align_t>` reports that `align_t` has 8-byte
/dports/devel/boost-libs/boost_1_72_0/boost/python/object/
H A Dinstance.hpp30 >::type align_t; typedef
34 align_t align;

12345678