| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | instcombine-replaced-select-with-operand.ll | 9 ;; struct Thing { 13 ;; Thing *two(void *in) { 16 ;; return static_cast<Thing *>(in); 19 ;; if (Thing *a = two(glob)) 25 ;; %retval.0.i = select i1 %tobool.not.i, %struct.Thing* %2, %struct.Thing* null 38 %struct.Thing = type { i8* } 49 %2 = bitcast i8* %0 to %struct.Thing*, !dbg !44 50 %retval.0.i = select i1 %tobool.not.i, %struct.Thing* %2, %struct.Thing* null, !dbg !44 51 …call void @llvm.dbg.value(metadata %struct.Thing* %retval.0.i, metadata !33, metadata !DIExpressio… 52 %tobool.not = icmp eq %struct.Thing* %retval.0.i, null, !dbg !46 [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-ms-templates.cpp | 242 struct Thing; 245 struct Thing<T, false> { }; struct 248 struct Thing<T, true> { }; struct 250 void template_template_fun(Type<Thing<Second, true>, Second>) { } in template_template_fun() 257 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() { in template_template_specialization()
|
| H A D | mangle-ms-template-callback.cpp | 76 struct Thing { struct 83 WrapFnPtr<Thing::VoidStaticMethod>(); in CallWrapper() 84 WrapFnRef<Thing::VoidStaticMethod>(); in CallWrapper()
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | ms-template-callback.test | 49 ??$WrapFnPtr@$1?VoidStaticMethod@Thing@@SAXXZ@@YAXXZ 50 ; CHECK: void __cdecl WrapFnPtr<&public: static void __cdecl Thing::VoidStaticMethod(void)>(void) 52 ??$WrapFnRef@$1?VoidStaticMethod@Thing@@SAXXZ@@YAXXZ 53 ; CHECK: void __cdecl WrapFnRef<&public: static void __cdecl Thing::VoidStaticMethod(void)>(void)
|
| H A D | ms-templates.test | 176 ?template_template_fun@@YAXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z 177 ; CHECK: void __cdecl template_template_fun(struct Type<struct Thing<struct Second, 1>, struct Seco… 179 ??$template_template_specialization@$$A6AXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z@@YAXXZ 180 ; CHECK: void __cdecl template_template_specialization<void __cdecl(struct Type<struct Thing<struct…
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | lookup-assert-protocol.m | 9 @interface Thing<DerivedProtocol> interface 12 @implementation Thing implementation
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | avoid-bind.cpp | 116 struct Thing {}; struct 117 void UseThing(Thing *); 366 void testStdFunction(Thing *t) { in testStdFunction()
|
| H A D | loop-convert-extra.cpp | 364 for (S::iterator Thing = Things.begin(), End = Things.end(); Thing != End; ++Thing) { in oldIndexConflict() local 365 printf("Thing: %d %d\n", Thing->X, (*Thing).X); in oldIndexConflict()
|
| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | objc_interface.m | 22 - (void)setProperty:(unsigned) Property andOtherThing: (unsigned) Thing; 316 "spelling": "Thing" 364 "spelling": "Thing" 367 "name": "Thing"
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | typo-correction.cpp | 293 namespace foobar { struct Thing {}; } struct 294 namespace bazquux { struct Thing {}; } struct 295 void f() { Thing t; } // expected-error{{unknown type name 'Thing'}} in f()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | block-attr.m | 4 @interface Thing {} interface
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-local-class.cpp | 80 template <class Thing> void forEach(Thing t) { t.func(); } in forEach()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | regress-tblgen-chains.ll | 11 ; This was obviously a Bad Thing.
|
| H A D | local_vars.ll | 39 ; Dont't really care, but it would be a Bad Thing if this came after the epilogue.
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-macros.m | 312 } Thing; typedef
|
| H A D | objcmt-ns-macros.m.result | 291 typedef NS_ENUM(NSUInteger, Thing) {
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SupportLibrary.rst | 62 ``#include "llvm/Support/Thing.h"`` and nothing else. This means that 63 ``Thing.h`` cannot expose any system header files. This protects LLVM from
|