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

  /external/libcxx/test/std/utilities/meta/meta.unary.prop.query/
alignment_of.pass.cpp 18 void test_alignment_of() function
34 test_alignment_of<int&, 4>();
35 test_alignment_of<Class, 1>();
36 test_alignment_of<int*, sizeof(intptr_t)>();
37 test_alignment_of<const int*, sizeof(intptr_t)>();
38 test_alignment_of<char[3], 1>();
39 test_alignment_of<int, 4>();
40 test_alignment_of<double, 8>();
42 test_alignment_of<bool, 4>(); // 32-bit PPC has four byte bool
44 test_alignment_of<bool, 1>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/
alignment_of.pass.cpp 18 void test_alignment_of() function
34 test_alignment_of<int&, 4>();
35 test_alignment_of<Class, 1>();
36 test_alignment_of<int*, sizeof(intptr_t)>();
37 test_alignment_of<const int*, sizeof(intptr_t)>();
38 test_alignment_of<char[3], 1>();
39 test_alignment_of<int, 4>();
40 test_alignment_of<double, 8>();
42 test_alignment_of<bool, 4>(); // 32-bit PPC has four byte bool
44 test_alignment_of<bool, 1>()
    [all...]

Completed in 594 milliseconds