Home
last modified time | relevance | path

Searched refs:test_alignment_of (Results 1 – 1 of 1) sorted by relevance

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