Searched refs:Poly (Results 1 – 11 of 11) sorted by relevance
/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 66 (void)dynamic_cast<A*>((Poly*)0); in poly() 67 (void)dynamic_cast<A&>(*((Poly*)0)); in poly() 72 (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/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 14 class Poly { virtual ~Poly(); }; 15 Poly& P(void*);
|
/external/webkit/Source/WebCore/html/ |
D | HTMLAreaElement.cpp | 63 m_shape = Poly; in parseMappedAttribute() 135 shape = Poly; in getRegion() 140 case Poly: in getRegion()
|
D | HTMLAreaElement.h | 62 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator
|
/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/valgrind/main/VEX/orig_ppc32/ |
D | morefp.orig | 6466 PASS: Poly J1 DHT
|