/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/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 14 class Poly { virtual ~Poly(); }; 15 Poly& P(void*);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAreaElement.cpp | 56 m_shape = Poly; in DEFINE_NODE_FACTORY() 135 shape = Poly; in getRegion() 140 case Poly: in getRegion()
|
D | HTMLAreaElement.h | 60 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 133 bool Float, Signed, Void, Poly, Constant, Pointer; member in __anon7fb122680111::Type 142 : Float(false), Signed(false), Void(true), Poly(false), Constant(false), in Type() 147 : TS(TS), Float(false), Signed(false), Void(false), Poly(false), in Type() 167 bool isInteger() const { return !Float && !Poly; } in isInteger() 174 bool isPoly() const { return Poly; } in isPoly() 192 Poly = false; in makeInteger() 549 if (Poly) in str() 627 if (Poly) { in getNeonEnum() 650 T.Poly = false; in fromTypedefName() 663 T.Poly = true; in fromTypedefName() [all …]
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.h | 236 static void mergePolyMatchers(const PolyMatcher &Poly, 241 static void mergePolyMatchers(const PolyMatcher &Poly, 243 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly)); 244 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/valgrind/main/VEX/orig_ppc32/ |
D | morefp.orig | 6466 PASS: Poly J1 DHT
|