HomeSort by relevance Sort by last modified time
    Searched full:test_alignment_of (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/
alignment_of.pass.cpp 17 void test_alignment_of() function
33 test_alignment_of<int&, 4>();
34 test_alignment_of<Class, 1>();
35 test_alignment_of<int*, sizeof(long) == 4 ? 4 : 8>();
36 test_alignment_of<const int*, sizeof(long) == 4 ? 4 : 8>();
37 test_alignment_of<char[3], 1>();
38 test_alignment_of<int, 4>();
39 test_alignment_of<double, 8>();
40 test_alignment_of<bool, 1>();
41 test_alignment_of<unsigned, 4>()
    [all...]

Completed in 36 milliseconds