Home
last modified time | relevance | path

Searched defs:TestClass (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/Inputs/
H A Dsource-location-file.h49 struct TestClass { struct
54 TestClass() = default; argument
59 constexpr TestClass(int, T, U u = U::current(), argument
61 ctor_info(u), ctor_info_file_name(cfile_name) {} in ctor_info()
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.elements/
H A Delements_view.no_unique_address.compile.pass.cpp28 struct TestClass { struct
33 static_assert(sizeof(TestClass) == sizeof(int)); argument
H A Dsentinel.no_unique_address.compile.pass.cpp32 struct TestClass { struct
37 static_assert(sizeof(TestClass) == sizeof(int)); argument
/llvm-project/clang/test/SemaObjC/
H A Dsynthesize-setter-contclass.m4 @interface TestClass interface
12 @interface TestClass() interface in readwrite
16 @implementation TestClass implementation
H A Dwarn-protocol-method-deprecated.m10 @interface TestClass : NSObject <TestProtocol> interface
H A Derror-missing-getter.m19 @interface TestClass interface
H A Dwarn-called-once.m782 @interface TestClass : TestBase interface
789 @implementation TestClass implementation in condition
/llvm-project/clang/test/Modules/
H A Dmerge-anon-record-definition-in-objc.m24 @interface TestClass : NSObject { interface
39 @interface TestClass() { interface in int
45 @implementation TestClass { implementation
/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_constexpr.pass.cpp59 struct TestClass { struct
60 constexpr explicit TestClass(int x) : data(x) {} in TestClass() argument
70 TestClass(TestClass const&) = delete; argument
H A Dinvoke.pass.cpp58 struct TestClass { struct
59 explicit TestClass(int x) : data(x) {} in TestClass() argument
73 TestClass(TestClass const&) = delete; argument
/llvm-project/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp16 struct TestClass { struct
19 TestClass() : x(0) {}; in TestClass() argument
32 TestClass c; in test1() argument
H A Ddebug-info-use-after-free.cpp43 typename TestSel::template Bind < Type >::type TestClass; in Register() local
/llvm-project/clang/test/OpenMP/
H A Dsingle_codegen.cpp24 class TestClass { class
27 TestClass() : a(0) {} in TestClass() function in TestClass
28 TestClass(const TestClass &C) : a(C.a) {} in TestClass() function in TestClass
29 TestClass &operator=(const TestClass &) { return *this;} in operator =() argument
[all...]
H A Dthreadprivate_messages.cpp61 class TestClass { class
65 TestClass() : a(0){} in TestClass() function in TestClass
67 TestClass (int aaa) : a(aaa) {} in TestClass() function in TestClass
H A Dallocate_messages.cpp61 class TestClass { class
65 TestClass() : a(0) {} in TestClass() function in TestClass
68 TestClass(int aaa) : a(aaa) {} in TestClass() function in TestClass
/llvm-project/clang/test/CodeGenObjC/
H A Divar-type-encoding.m17 @interface TestClass : NSObject { interface
23 @implementation TestClass implementation
H A Dproperty-ref-cast-to-void.m4 @interface TestClass interface
H A Dgnu-nil-receiver.m17 @implementation TestClass : SuperClass implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dnsdate-formatter.m7 @interface TestClass : NSObject interface
42 @implementation TestClass implementation
H A Dnsinvocation-argument-lifetime.m71 @interface TestClass : NSObject { interface
80 @implementation TestClass implementation
/llvm-project/clang/test/CodeGen/PowerPC/
H A Daix-ignore-xcoff-visibility.cpp34 class TestClass { class
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
H A DFilterTest.cpp44 FilterTestClass TestClass; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dsource_location.cpp480 class TestClass { class
482 TestClass() { in TestClass() function in test_func::TestClass
620 struct TestClass { global() struct
621 xtest_column::TestClass global() argument
623 TestClasstest_column::TestClass TestClass() argument
[all...]
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h710 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsuspicious-call-argument.cpp260 class TestClass { class

12