Searched refs:TestStruct (Results 1 – 10 of 10) sorted by relevance
20 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct struct32 TestStruct member; argument42 UUIDTest<TestStruct> uuidof_test; in main()45 UUIDTestTwo<__uuidof(TestStruct)> uuidof_test2; in main()47 test_uuidofType<TestStruct>(GUID{}); in main()49 test_uuidofExpr2<TestStruct>(GUID{}); in main()
92 struct TestStruct { struct93 TestStruct(int value) : value(value) {} in TestStruct() argument95 bool operator==(const TestStruct &other) const { in operator ==() argument103 bool operator()(const TestStruct &lhs, const TestStruct &rhs) const { in operator ()()112 EquivalenceClasses<TestStruct, TestStructComparator>>;
18 struct TestStruct { struct20 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() argument21 bool operator==(const TestStruct &other) const { in operator ==() argument29 using FlatMapTestTypes = ::testing::Types<u8, u64, TestStruct>;
66 struct TestStruct { struct73 ASSERT_TRUE((is_trivially_destructible<TestStruct>::value)); in TEST()79 ASSERT_TRUE((is_trivially_copyable<TestStruct>::value)); in TEST()
152 // CHECK: define {{.+}}TestStruct154 struct TestStruct { struct 163 TestStruct() { in TestStruct() argument 184 // CHECK: invoke {{.+TestStruct.+foo}} in TestStruct() 230 // CHECK: invoke {{.+TestStruct.+bar}} in TestStruct() 262 TestStruct<int> s;
26 struct TestStruct { struct33 (struct TestStruct) { .a = 1, .b = 2 } argument
5 struct TestStruct { struct
493 class TestStruct { class 495 TestStruct() { in TestStruct() function in test_func::TestStruct 497 static_assert(is_equal(__FUNCTION__, "test_func::TestStruct<struct test_func::S>::TestStruct")); in TestStruct() 499 static_assert(is_equal(__FUNCTION__, "TestStruct")); in TestStruct() 501 static_assert(is_equal(__func__, "TestStruct")); in TestStruct() 524 TestStruct<test_func::S> t3;
3 %struct.TestStruct = type { %union.Int128 }