Home
last modified time | relevance | path

Searched defs:TestStruct (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Dordered_doacross_codegen.cpp154 struct TestStruct { struct
163 TestStruct() { in TestStruct() argument
/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/SemaCXX/
H A Ddecltype-pr4444.cpp5 struct TestStruct { struct
6 typedef decltype(t+2) sum_type;
H A Dsource_location.cpp493 class TestStruct { class
495 TestStruct() { in TestStruct() function in test_func::TestStruct
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp18 struct TestStruct { struct
19 int data[125] = {};
20 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() argument
21 bool operator==(const TestStruct &other) const { in operator ==()
H A Dsanitizer_type_traits_test.cpp66 struct TestStruct { struct
67 int a;
68 float b;
/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 ==()
99 int value;
/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
/llvm-project/clang/test/AST/Interp/
H A Dc.c