Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof-mangling.cpp21 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct struct
33 TestStruct member; argument
43 UUIDTest<TestStruct> uuidof_test; in main()
46 UUIDTestTwo<__uuidof(TestStruct)> uuidof_test2; in main()
48 test_uuidofType<TestStruct>(GUID{}); in main()
50 test_uuidofExpr2<TestStruct>(GUID{}); in main()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DEquivalenceClassesTest.cpp92 struct TestStruct { struct
93 TestStruct(int value) : value(value) {} in TestStruct() argument
95 bool operator==(const TestStruct &other) const { in operator ==() argument
103 bool operator()(const TestStruct &lhs, const TestStruct &rhs) const { in operator ()()
112 EquivalenceClasses<TestStruct, TestStructComparator>>;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp25 struct TestStruct { struct
27 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() argument
28 bool operator==(const TestStruct &other) const { in operator ==() argument
36 using FlatMapTestTypes = ::testing::Types<u8, u64, TestStruct>;
H A Dsanitizer_type_traits_test.cpp66 struct TestStruct { struct
73 ASSERT_TRUE((is_trivially_destructible<TestStruct>::value)); in TEST()
79 ASSERT_TRUE((is_trivially_copyable<TestStruct>::value)); in TEST()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dordered_doacross_codegen.cpp158 struct TestStruct { struct
167 TestStruct() { in TestStruct() argument
268 TestStruct<int> s;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddecltype-pr4444.cpp5 struct TestStruct { struct
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr42064.ll3 %struct.TestStruct = type { %union.Int128 }