/external/clang/test/CXX/basic/basic.def.odr/ |
D | p2-typeid.cpp | 13 struct Poly { struct 14 virtual ~Poly(); 28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument 30 xp.g(Poly()); in test() 35 xpr.g(Poly()); // expected-note{{instantiation of member function}} in test()
|
/external/clang/test/SemaCXX/ |
D | dynamic-cast.cpp | 13 struct Poly struct 18 struct PolyDerived : Poly 68 (void)dynamic_cast<A*>((Poly*)0); in poly() 69 (void)dynamic_cast<A&>(*((Poly*)0)); in poly() 74 (void)dynamic_cast<Poly*>((A*)0); // expected-error {{'A' is not polymorphic}} in poly()
|
D | runtimediag-ppe.cpp | 14 class Poly { virtual ~Poly(); }; class 15 Poly& P(int);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p12-0x.cpp | 27 class Poly { virtual ~Poly(); }; class 29 const std::type_info& m = typeid(*(Poly*)S::m); // expected-error {{invalid use of non-static data … 30 const std::type_info& n = typeid(*(Poly*)(0*sizeof S::m));
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 94 struct Poly; 255 Poly* fLeftPoly; // The Poly to the left of this edge, if any. 256 Poly* fRightPoly; // The Poly to the right of this edge, if any. 309 struct Poly { struct 310 Poly(int winding) in Poly() function 388 Poly* addVertex(Vertex* v, Side side, SkChunkAlloc& alloc) { in addVertex() argument 391 Poly* partner = fPartner; in addVertex() 392 Poly* poly = this; in addVertex() 411 Vertex* prev = fActive->fSide == Poly::kLeft_Side ? in addVertex() 414 fActive->addVertex(prev, Poly::kNeither_Side, alloc); in addVertex() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 14 class Poly { virtual ~Poly(); }; 15 Poly& P(void*);
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 135 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in __anon2f9be8960111::Type 144 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false), in Type() 150 Poly(false), Constant(false), Pointer(false), ScalarForMangling(false), in Type() 169 bool isInteger() const { return !Float && !Poly; } in isInteger() 177 bool isPoly() const { return Poly; } in isPoly() 195 Poly = false; in makeInteger() 202 Poly = false; in makeImmediate() 560 if (Poly) in str() 644 if (Poly) { in getNeonEnum() 667 T.Poly = false; in fromTypedefName() [all …]
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.h | 213 static void mergePolyMatchers(const PolyMatcher &Poly, 218 static void mergePolyMatchers(const PolyMatcher &Poly, 220 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly)); 221 mergePolyMatchers(Poly, Out, typename TypeList::tail());
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | acondit.pbxuser | 483 fRef = 1A0F343212EA411F00496BB8 /* Poly.g */; 484 name = "Poly.g: 12"; 543 1A0F343212EA411F00496BB8 /* Poly.g */ = {
|
D | project.pbxproj | 556 …1A0F343212EA411F00496BB8 /* Poly.g */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTy… 561 …1A0F347812EA444500496BB8 /* Poly.tokens */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownF… 1170 1A0F347812EA444500496BB8 /* Poly.tokens */, 1183 1A0F343212EA411F00496BB8 /* Poly.g */, 1787 …buildArgumentsString = "-jar /Library/Java/Extensions/antlr-3.3.1.jar Poly.g PolyDifferentiator.g …
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/ |
D | project.pbxproj | 588 …1A63BCBF134F5EB2002EDFB4 /* Poly.tokens */ = {isa = PBXFileReference; lastKnownFileType = text; pa… 597 …1A63BCC8134F5EB2002EDFB4 /* Poly.g */ = {isa = PBXFileReference; lastKnownFileType = text; path = … 598 …1A63BCC9134F5EB2002EDFB4 /* Poly.tokens */ = {isa = PBXFileReference; lastKnownFileType = text; pa… 1373 1A63BCC8134F5EB2002EDFB4 /* Poly.g */, 1374 1A63BCC9134F5EB2002EDFB4 /* Poly.tokens */, 1396 1A63BCBF134F5EB2002EDFB4 /* Poly.tokens */,
|
/external/opencv3/doc/pattern_tools/ |
D | svgfig.py | 1832 class Poly: class
|
/external/valgrind/VEX/orig_ppc32/ |
D | morefp.orig | 6466 PASS: Poly J1 DHT
|