Searched refs:Poly (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
H A Druntimediag-ppe.cpp14 class Poly { virtual ~Poly(); }; class
15 Poly& P(int);
H A Ddynamic-cast.cpp13 struct Poly struct
18 struct PolyDerived : Poly
68 (void)dynamic_cast<A*>((Poly*)0);
69 (void)dynamic_cast<A&>(*((Poly*)0));
74 (void)dynamic_cast<Poly*>((A*)0); // expected-error {{'A' is not polymorphic}}
/external/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp13 struct Poly { struct
14 virtual ~Poly();
28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) {
30 xp.g(Poly());
35 xpr.g(Poly()); // expected-note{{instantiation of member function}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp12-0x.cpp27 class Poly { virtual ~Poly(); }; class
29 const std::type_info& m = typeid(*(Poly*)S::m); // expected-error {{invalid use of non-static data member}}
30 const std::type_info& n = typeid(*(Poly*)(0*sizeof S::m));
/external/skia/src/gpu/
H A DGrTessellator.cpp99 struct Poly;
361 Poly* fLeftPoly; // The Poly to the left of this edge, if any.
362 Poly* fRightPoly; // The Poly to the right of this edge, if any.
454 struct Poly { struct in namespace:__anon17043
455 Poly(Vertex* v, int winding) function in struct:__anon17043::Poly
467 LOG("*** created Poly %d\n", fID);
545 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) {
548 Poly* partne
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp136 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in class:__anon3371::Type
145 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false),
151 Void(false), Poly(false), Constant(false), Pointer(false),
171 bool isInteger() const { return !Float && !Poly; }
179 bool isPoly() const { return Poly; }
197 Poly = false;
204 Poly = false;
562 if (Poly)
646 if (Poly) {
669 T.Poly
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h234 static void mergePolyMatchers(const PolyMatcher &Poly, argument
239 static void mergePolyMatchers(const PolyMatcher &Poly, argument
241 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
242 mergePolyMatchers(Poly, Out, typename TypeList::tail());
/external/ImageMagick/PerlMagick/
H A DMagick.xs546 { "Poly", { {"terms", ArrayReference},
7590 Poly = 271
11141 case 136: /* Poly */
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in546 { "Poly", { {"terms", ArrayReference},
7590 Poly = 271
11141 case 136: /* Poly */

Completed in 260 milliseconds