Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/llvm-project/clang/test/CodeGenCXX/
H A Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } in Test() argument
11 Test() { func((void*)this); } in Test() argument
H A Daix-constructor-attribute.cpp15 struct Test { struct
17 Test() {} in Test() function
18 ~Test() {} in ~Test() argument
/llvm-project/clang/test/SemaCXX/
H A Dwarn-new-overaligned.cpp5 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 DPR11358.cpp12 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 Dwarn-new-overaligned-2.cpp10 struct Test { struct
20 Test t; in helper() argument
H A Dconversion-incomplete-type.cpp8 struct Test { struct
16 struct TestStatic { argument
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dextern_template.h1 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 Dplugin-call-super.cpp7 [[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 Dbounds-safety-attributed-type.h1 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 Dno_unique_address.compile.pass.cpp18 struct Test { struct
23 static_assert(sizeof(Test) == sizeof(bool)); argument
/llvm-project/clang/test/Modules/
H A Dbounds-safety-attributed-type.c10 struct Test { struct
19 struct Test *p; argument
H A Dcrashes.m7 @interface Test interface
14 @implementation Test implementation
/llvm-project/libcxx/test/libcxx/ranges/range.factories/range.repeat.view/
H A Dno_unique_address.compile.pass.cpp18 struct Test { struct
23 static_assert(sizeof(Test) == sizeof(bool)); argument
/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DLocateSymbolTest.cpp112 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 DDefineInlineTests.cpp194 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 DPR60412.cpp4 struct Test { struct
5 Test() {} in Test() function
H A Danalysis-after-multiple-dtors.cpp5 struct Test { struct
6 Test() {} in Test() function
/llvm-project/clang/test/CodeGen/
H A D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; argument
H A D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; argument
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.chunk.by/
H A Dno_unique_address.compile.pass.cpp27 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 Dno_unique_address.pass.cpp23 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 Dmethod-return-void.m3 @interface Test interface
7 @implementation Test implementation
H A Dtypo-correction-subscript.m5 @interface Test interface
7 @implementation Test implementation
/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Dpair.incomplete.compile.pass.cpp18 struct Test { struct
19 std::vector<std::pair<int, Test> > v; argument
/llvm-project/clang/test/Sema/
H A Dcompound-literal.c19 typedef struct Test {int a;int b;} Test; typedef

12345678910>>...17