/external/llvm-project/clang/test/Index/Core/ |
D | index-source.cpp | 5 class Cls { public: class 9 Cls(int x); 12 Cls(const Cls &); 15 Cls(Cls &&); 19 ~Cls(); 25 class SubCls1 : public Cls {}; 27 typedef Cls ClsAlias; 35 Cls::Cls(int x) {} in Cls() function in Cls 40 Cls::~/*a comment*/Cls() {} in ~Cls() 297 class PartialSpecilizationClass<Cls, T>; [all …]
|
/external/clang/test/Index/ |
D | cxx-operator-overload.cpp | 3 class Cls { class 5 Cls operator +(const Cls &RHS); 9 Cls x1, x2, x3; in bar() 10 Cls x4 = x1 + x2 + x3; in bar() 13 Cls Cls::operator +(const Cls &RHS) { while (1) {} } in operator +()
|
/external/llvm-project/clang/test/Index/ |
D | cxx-operator-overload.cpp | 3 class Cls { class 5 Cls operator +(const Cls &RHS); 9 Cls x1, x2, x3; in bar() 10 Cls x4 = x1 + x2 + x3; in bar() 13 Cls Cls::operator +(const Cls &RHS) { while (1) {} } in operator +()
|
/external/llvm/test/Transforms/LoopRotate/ |
D | 2009-01-25-SingleEntryPhi.ll | 5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] } 8 …uter_bb132.i.i.i.outer(%struct.Cls**, %struct.Cls**, i32 %collect.i.i.i.1.lcssa, i32 %lcollect.i.i… 16 %rhead.tmp.0236.lcssa82 = phi %struct.Cls** [ null, %codeRepl ] ; <%struct.Cls**> [#uses=0]
|
/external/llvm-project/llvm/test/Transforms/LoopRotate/ |
D | 2009-01-25-SingleEntryPhi.ll | 6 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] } 9 …uter_bb132.i.i.i.outer(%struct.Cls**, %struct.Cls**, i32 %collect.i.i.i.1.lcssa, i32 %lcollect.i.i… 17 %rhead.tmp.0236.lcssa82 = phi %struct.Cls** [ null, %codeRepl ] ; <%struct.Cls**> [#uses=0]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | pr3086.ll | 5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] } 24 %2 = load %struct.Cls*, %struct.Cls** null, align 8 ; <%struct.Cls*> [#uses=0]
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | pr3086.ll | 5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] } 24 %2 = load %struct.Cls*, %struct.Cls** null, align 8 ; <%struct.Cls*> [#uses=0]
|
/external/llvm-project/clang/test/CodeCompletion/ |
D | patterns.cpp | 39 struct Cls {}; struct 40 int Cls::*memptr_return() { in memptr_return()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | AST.cpp | 48 } else if (auto *Cls = in getTemplateSpecializationArgLocs() local 50 if (auto *Args = Cls->getTemplateArgsAsWritten()) in getTemplateSpecializationArgLocs() 227 if (auto *Cls = llvm::dyn_cast<RecordDecl>(&ND)) { in printName() local 228 if (Cls->isLambda()) in printName() 230 return ("(anonymous " + Cls->getKindName() + ")").str(); in printName() 255 } else if (auto *Cls = llvm::dyn_cast<ClassTemplateSpecializationDecl>(&ND)) { in printTemplateSpecializationArgs() local 256 if (const TypeSourceInfo *TSI = Cls->getTypeAsWritten()) { in printTemplateSpecializationArgs() 270 printTemplateArgumentList(OS, Cls->getTemplateArgs().asArray(), Policy); in printTemplateSpecializationArgs()
|
/external/llvm-project/clang/test/Index/Core/Inputs/sys/ |
D | system-head.h | 28 class Cls {}; 33 class SubCls1 : public Cls {
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiation-backtrace.cpp | 44 struct Cls { struct 48 Deduce(&Cls::method); // expected-error {{no matching function}} \ in test()
|
/external/clang/test/SemaTemplate/ |
D | instantiation-backtrace.cpp | 44 struct Cls { struct 48 Deduce(&Cls::method); // expected-error {{no matching function}} \ in test()
|
/external/clang/include/clang/Index/ |
D | USRGeneration.h | 32 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS); 35 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS);
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | inner_static.test | 14 === Cls.java === 15 class Cls {
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | RetainSummaryManager.h | 560 void addClassMethSummary(const char* Cls, const char* name, 562 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls); 568 void addInstMethSummary(const char* Cls, const char* nullaryName, 570 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls); 583 void addInstMethSummary(const char *Cls, const RetainSummary *Summ, 585 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, Kws...); 589 void addClsMethSummary(const char *Cls, const RetainSummary *Summ, 591 addMethodSummary(&Ctx.Idents.get(Cls), ObjCClassMethodSummaries, Summ,
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info.cpp | 97 class Cls { class 101 Cls obj;
|
/external/clang/test/CodeGenCXX/ |
D | debug-info.cpp | 95 class Cls { class 99 Cls obj;
|
/external/llvm-project/clang/include/clang/Index/ |
D | USRGeneration.h | 35 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS, 40 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS,
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ExpectedTypeTest.cpp | 57 for (auto &Cls : Classes) in ClassesAre() local 58 Elements.push_back(Field(&MapEntry::second, Cls)); in ClassesAre()
|
/external/clang/test/SemaObjC/ |
D | property-9.m | 70 @interface Cls interface 80 Cls *c;
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-9.m | 70 @interface Cls interface 80 Cls *c;
|
/external/llvm-project/clang/test/Sema/ |
D | crash-deduction-guide-access.cpp | 9 class Cls { class
|
/external/clang/test/SemaCXX/ |
D | undefined-internal.cpp | 288 struct Cls { struct 306 void test(Cls &c) { in test()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | undefined-internal.cpp | 301 struct Cls { struct 319 void test(Cls &c) { in test()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | MachOPlatform.cpp | 133 auto Cls = *jitTargetAddressToPointer<Class *>(ClassPtrAddr); in registerObjCClasses() local 137 auto Registered = objc_readClassPair(Cls, ImageInfo); in registerObjCClasses() 140 if (Registered != Cls) in registerObjCClasses()
|