Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof-mangling.cpp20 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct struct
32 TestStruct member; argument
42 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()
/llvm-project/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/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp18 struct TestStruct { struct
20 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() argument
21 bool operator==(const TestStruct &other) const { in operator ==() argument
29 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/clang/test/OpenMP/
H A Dordered_doacross_codegen.cpp152 // CHECK: define {{.+}}TestStruct
154 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;
/llvm-project/clang/test/CodeGen/
H A D2007-06-15-AnnotateAttribute.c26 struct TestStruct { struct
33 (struct TestStruct) { .a = 1, .b = 2 } argument
/llvm-project/clang/test/AST/Interp/
H A Dc.c
/llvm-project/clang/test/SemaCXX/
H A Ddecltype-pr4444.cpp5 struct TestStruct { struct
H A Dsource_location.cpp493 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;
/llvm-project/llvm/test/CodeGen/X86/
H A Dpr42064.ll3 %struct.TestStruct = type { %union.Int128 }