/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/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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** null, align 8 ; <%struct.Cls*> [#uses=0]
|
/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/clang/test/SemaTemplate/ |
D | instantiation-backtrace.cpp | 44 struct Cls { struct 48 Deduce(&Cls::method); // expected-error {{no matching function}} \ in test()
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | inner_static.test | 14 === Cls.java === 15 class Cls {
|
/external/clang/test/CodeGenCXX/ |
D | debug-info.cpp | 95 class Cls { class 99 Cls obj;
|
/external/clang/test/SemaObjC/ |
D | property-9.m | 70 @interface Cls interface 80 Cls *c;
|
/external/clang/test/SemaCXX/ |
D | undefined-internal.cpp | 288 struct Cls { struct 306 void test(Cls &c) { in test()
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | artifact_targets.py | 352 Cls(platform, arch) 353 for Cls in (CSharpExtArtifact, ProtocArtifact)
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 848 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS) { in generateUSRForObjCClass() argument 849 OS << "objc(cs)" << Cls; in generateUSRForObjCClass() 852 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat, in generateUSRForObjCCategory() argument 854 OS << "objc(cy)" << Cls << '@' << Cat; in generateUSRForObjCCategory()
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 49 + Cls {} class
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1448 BlockPointerTypeInfo Cls; member 1457 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1558 I.Cls.TypeQuals = TypeQuals; in getBlockPointer() 1559 I.Cls.AttrList = nullptr; in getBlockPointer() 1569 I.Cls.TypeQuals = TypeQuals; in getPipe() 1570 I.Cls.AttrList = nullptr; in getPipe()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 450 IdentifierInfo *Cls = nullptr; in getNSArrayObjects() local 451 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts())) in getNSArrayObjects() 454 if (Cls != NS.getNSClassId(NSAPI::ClassId_NSArray)) in getNSArrayObjects()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 691 void addClassMethSummary(const char* Cls, const char* name, in addClassMethSummary() argument 693 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls); in addClassMethSummary() 699 void addInstMethSummary(const char* Cls, const char* nullaryName, in addInstMethSummary() argument 701 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls); in addInstMethSummary() 712 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) { in addInstMethSummary() argument 715 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp); in addInstMethSummary() 719 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) { in addClsMethSummary() argument 722 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp); in addClsMethSummary()
|
D | LocalizationChecker.cpp | 806 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType() local 807 if (!Cls) in isNSStringType() 810 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2637 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCBoxedExpr() local 2639 MsgExprs.push_back(Cls); in RewriteObjCBoxedExpr() 2762 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCArrayLiteralExpr() local 2764 MsgExprs.push_back(Cls); in RewriteObjCArrayLiteralExpr() 2907 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCDictionaryLiteralExpr() local 2909 MsgExprs.push_back(Cls); in RewriteObjCDictionaryLiteralExpr() 3259 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetMetaClassFunctionDecl, in SynthMessageExpr() local 3262 ClsExprs.push_back(Cls); in SynthMessageExpr() 3263 Cls = SynthesizeCallToFunctionDecl(GetSuperClassFunctionDecl, ClsExprs, in SynthMessageExpr() 3271 CK_BitCast, Cls)); in SynthMessageExpr() [all …]
|
D | RewriteObjC.cpp | 2676 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetMetaClassFunctionDecl, in SynthMessageExpr() local 2681 CK_BitCast, Cls); in SynthMessageExpr() 2684 Cls = SynthesizeCallToFunctionDecl(GetSuperClassFunctionDecl, ClsExprs, in SynthMessageExpr() 2691 CK_BitCast, Cls)); in SynthMessageExpr() 2744 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in SynthMessageExpr() local 2746 MsgExprs.push_back(Cls); in SynthMessageExpr() 2770 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in SynthMessageExpr() local 2775 CK_BitCast, Cls); in SynthMessageExpr() 2778 Cls = SynthesizeCallToFunctionDecl(GetSuperClassFunctionDecl, ClsExprs, in SynthMessageExpr() 2786 CK_BitCast, Cls)); in SynthMessageExpr()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | a2ca226d7ae05ecef68432429911b98b.00002dd4.honggfuzz.cov | 48 b�3jj-���Ѥ��W>R'��ڋ.������U��*�%����t�i��ˈ�$3~$�� ����n\ p ���+Uh4N&�ClsB��dq�q�"�����$… 56 b�3jj-���Ѥ��W>R'��ڋ.������U��*�%����t�i��ˈ�$3~$�� ����n\ p ���+Uh4N&�ClsB��dq�q�"�����$…
|
/external/clang/include/clang/AST/ |
D | Type.h | 2407 MemberPointerType(QualType Pointee, const Type *Cls, QualType CanonicalPtr) : 2409 Cls->isDependentType() || Pointee->isDependentType(), 2410 (Cls->isInstantiationDependentType() || 2413 (Cls->containsUnexpandedParameterPack() || 2415 PointeeType(Pointee), Class(Cls) {
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 180 class Cls: 182 inst = Cls() 183 inst.x = inst.x + 1 # writes inst.x as 4 leaving Cls.x as 3
|