Home
last modified time | relevance | path

Searched refs:Test8 (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp192 class Test8 { class
197 !std::is_same_v<std::remove_cvref_t<T>, Test8>
199 Test8(T &&t, A &&... a);
201 Test8(const Test8 &other) = default;
202 Test8(Test8 &&other) = default;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp79 template <class T> struct Test8 { struct
81 Test8(type t) {} // tested later in Test8() argument
83 template <class T> void make_test8(T value) { Test8<T> t(value); } in make_test8()
H A Dunknown-anytype.cpp78 struct Test8 { struct
84 void Test8::test() { in test()
95 void test8(Test8 *p) { in test8()
H A Dclass-layout.cpp96 namespace Test8 { namespace
H A Dskip-vtable-pointer-initialization.cpp164 namespace Test8 { namespace
H A Ddebug-info-thunk.cpp192 namespace Test8 { namespace
H A Ddevirtualize-virtual-function-calls-final.cpp168 namespace Test8 { namespace
H A Dthunks.cpp266 namespace Test8 { namespace
H A Dvtable-available-externally.cpp171 namespace Test8 { namespace
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp224 namespace Test8 { namespace
H A Dmicrosoft-abi-vbtables.cpp128 namespace Test8 { namespace
H A Dvtable-layout.cpp425 namespace Test8 { namespace
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dchecking.m194 @interface Test8 : Test8_super interface
224 - (Test8*) init40; // id exception to covariance
226 - (Test8*) init42;
228 - (Test8*) init44;
229 - (Test8*) init45;
238 @implementation Test8 implementation
267 - (Test8*) init04 { return 0; }
269 - (Test8*) init24 { return 0; }
270 - (Test8*) init34 { return 0; }
271 - (Test8*) init44 { return 0; }
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc.m169 @interface Test8 : Test8_super interface
201 - (Test8*) init40; // id exception to covariance
204 - (Test8*) init42; // expected-note{{overridden method}}
206 - (Test8*) init44;
207 - (Test8*) init45; // expected-note{{overridden method}}
216 @implementation Test8 implementation
251 - (Test8*) init04 { return 0; }
253 - (Test8*) init24 { return 0; }
254 - (Test8*) init34 { return 0; }
255 - (Test8*) init44 { return 0; }
[all …]
H A Ddefault-synthesize-2.m119 @interface Test8 interface
128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-attr.m53 @interface Test8 interface
54 // CHECK: ObjCInterfaceDecl{{.*}} Test8
H A Dast-dump-c-attr.c42 struct [[deprecated]] Test8;
H A Dast-dump-funcs-json.cpp29 inline void Test8(void);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-weak.cpp38 class __attribute__((weak)) Test8 {}; // OK class
H A Dempty-class-layout.cpp160 namespace Test8 { namespace
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-return.c141 enum Test8 { T8_a, T8_b, T8_c }; enum
/llvm-project-15.0.7/clang/test/Index/
H A Dsingle-file-parse.m43 @interface Test8 @end interface
H A Dretain-excluded-conditional-blocks.m39 @interface Test8 @end interface
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp278 void Test8() { in Test8() function in LockTest
611 LockTest().Test8(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dindirect-branch-tracking.ll191 ;; Test8

12