Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DOptimizedStructLayoutTest.cpp16 class LayoutTest { class
28 LayoutTest() {} in LayoutTest() function in __anon183ea9a30111::LayoutTest
29 LayoutTest(const LayoutTest &) = delete;
30 LayoutTest &operator=(const LayoutTest &) = delete;
31 ~LayoutTest() { assert(Verified); } in ~LayoutTest()
33 LayoutTest &flexible(uint64_t Size, uint64_t Alignment, in flexible()
40 LayoutTest &fixed(uint64_t Size, uint64_t Alignment, uint64_t Offset) { in fixed()
68 LayoutTest() in TEST()
76 LayoutTest() in TEST()
85 LayoutTest() in TEST()
[all …]