/llvm-project/clang/test/CodeGenCXX/ |
H A D | block.cpp | 7 struct Test struct 10 Test(Test&c) { func((void*)this); } in Test() argument 11 Test() { func((void*)this); } in Test() argument
|
H A D | aix-constructor-attribute.cpp | 15 struct Test { struct 17 Test() {} in Test() function 18 ~Test() {} in ~Test() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-new-overaligned.cpp | 5 struct Test { struct 7 struct SeparateCacheLines { 11 SeparateCacheLines<int> high_contention_data[10]; 26 class Test { class 39 struct Test { struct 41 struct SeparateCacheLines { 45 void* operator new(unsigned long) { in operator new() 50 SeparateCacheLines<int> high_contention_data[10]; 61 struct Test { struct 63 struct SeparateCacheLines { [all …]
|
H A D | PR11358.cpp | 12 struct Test { struct 13 typedef container<T> Container; 14 void test() { in test() 17 Container c; 44 struct Test { struct 45 typedef container<T> Container; 46 void test() { in test() 49 Container c;
|
H A D | warn-new-overaligned-2.cpp | 10 struct Test { struct 20 Test t; in helper() argument
|
H A D | conversion-incomplete-type.cpp | 8 struct Test { struct 16 struct TestStatic { argument
|
/llvm-project/compiler-rt/test/profile/Inputs/ |
H A D | extern_template.h | 1 template <typename T> struct Test { struct 2 Test() : M(10) {} in Test() function 13 extern template struct Test<int>; argument
|
/llvm-project/clang/test/Frontend/ |
H A D | plugin-call-super.cpp | 7 [[clang::call_super]] virtual void Test() {} in Test() function 10 [[clang::call_super]] virtual void Test() {} in Test() function 20 void Derive::Test() { in Test() function in Derive 30 void Test() override { in Test() function
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | bounds-safety-attributed-type.h | 1 struct Test { struct 2 int count; 3 int fam[] __attribute__((counted_by(count)));
|
/llvm-project/libcxx/test/libcxx/ranges/range.factories/range.single.view/ |
H A D | no_unique_address.compile.pass.cpp | 18 struct Test { struct 23 static_assert(sizeof(Test) == sizeof(bool)); argument
|
/llvm-project/clang/test/Modules/ |
H A D | bounds-safety-attributed-type.c | 10 struct Test { struct 19 struct Test *p; argument
|
H A D | crashes.m | 7 @interface Test interface 14 @implementation Test implementation
|
/llvm-project/libcxx/test/libcxx/ranges/range.factories/range.repeat.view/ |
H A D | no_unique_address.compile.pass.cpp | 18 struct Test { struct 23 static_assert(sizeof(Test) == sizeof(bool)); argument
|
/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | LocateSymbolTest.cpp | 112 LocateExample Test(Case); TEST() local 120 LocateExample Test("namespace std { struct vector; }"); TEST() local 126 LocateExample Test("#define assert(x)\nvoid foo() { assert(true); }"); TEST() local 134 LocateExample Test("#define FOO\n#undef FOO\n#define ^FOO"); TEST() local 145 LocateExample Test("namespace std { struct vector; }"); TEST() local 153 LocateExample Test("#define ^FOO"); TEST() local 167 LocateExample Test(Case); TEST() local 183 LocateExample Test(Case); TEST() local [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | DefineInlineTests.cpp | 194 auto *Test = R"cpp( in TEST_F() local 254 auto *Test = R"cpp( in TEST_F() local 280 auto *Test = R"cpp( in TEST_F() local 314 auto *Test = R"cpp( in TEST_F() local 352 auto *Test = R"cpp( in TEST_F() local 397 auto *Test = R"cpp( in TEST_F() local 513 auto *Test = R"cpp( in TEST_F() local 551 auto *Test = R"cpp( in TEST_F() local 607 auto *Test = R"cpp( in TEST_F() local 656 auto *Test = R"cpp( in TEST_F() local [all …]
|
/llvm-project/clang/test/Analysis/ |
H A D | PR60412.cpp | 4 struct Test { struct 5 Test() {} in Test() function
|
H A D | analysis-after-multiple-dtors.cpp | 5 struct Test { struct 6 Test() {} in Test() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-03-12-ArrayInitialization.c | 15 struct Test { int X; double Y; }; argument
|
H A D | 2002-02-17-ArgumentAddress.c | 13 struct Test { short X, x; int Y, Z; }; argument
|
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.chunk.by/ |
H A D | no_unique_address.compile.pass.cpp | 27 struct Test { struct 37 static_assert(sizeof(Test<std::ranges::chunk_by_view<ViewWithPadding, Pred>>) == argument
|
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/ |
H A D | no_unique_address.pass.cpp | 23 struct Test { in test_no_unique_address() struct 24 [[no_unique_address]] std::ranges::__movable_box<T> box_; in test_no_unique_address() 25 bool b2; in test_no_unique_address()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-return-void.m | 3 @interface Test interface 7 @implementation Test implementation
|
H A D | typo-correction-subscript.m | 5 @interface Test interface 7 @implementation Test implementation
|
/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/ |
H A D | pair.incomplete.compile.pass.cpp | 18 struct Test { struct 19 std::vector<std::pair<int, Test> > v; argument
|
/llvm-project/clang/test/Sema/ |
H A D | compound-literal.c | 19 typedef struct Test {int a;int b;} Test; typedef
|