Home
last modified time | relevance | path

Searched refs:Thing (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dinstcombine-replaced-select-with-operand.ll9 ;; 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 Dmangle-ms-templates.cpp242 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 Dmangle-ms-template-callback.cpp76 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 Dms-template-callback.test49 ??$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 Dms-templates.test176 ?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 Dlookup-assert-protocol.m9 @interface Thing<DerivedProtocol> interface
12 @implementation Thing implementation
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp116 struct Thing {}; struct
117 void UseThing(Thing *);
366 void testStdFunction(Thing *t) { in testStdFunction()
H A Dloop-convert-extra.cpp364 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 Dobjc_interface.m22 - (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 Dtypo-correction.cpp293 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 Dblock-attr.m4 @interface Thing {} interface
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp80 template <class Thing> void forEach(Thing t) { t.func(); } in forEach()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dregress-tblgen-chains.ll11 ; This was obviously a Bad Thing.
H A Dlocal_vars.ll39 ; 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 Dobjcmt-ns-macros.m312 } Thing; typedef
H A Dobjcmt-ns-macros.m.result291 typedef NS_ENUM(NSUInteger, Thing) {
/llvm-project-15.0.7/llvm/docs/
H A DSupportLibrary.rst62 ``#include "llvm/Support/Thing.h"`` and nothing else. This means that
63 ``Thing.h`` cannot expose any system header files. This protects LLVM from