Home
last modified time | relevance | path

Searched refs:Poly (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/CXX/basic/basic.def.odr/
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) { in test() argument
30 xp.g(Poly()); in test()
35 xpr.g(Poly()); // expected-note{{instantiation of member function}} in test()
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DPolyLexer.m4 …urce file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g
14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly
34 …leName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g"];
77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:7:6: ( …
78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:7:8: '+…
111 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:8:6: ( …
112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:8:8: '^…
147 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:22:5: (…
148 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:22:7: (…
151 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:22:7: (…
[all …]
DPolyParser.m4 …urce file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g
14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly
212 …leName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g"];
260 …* /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:8:1: pol…
284 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:8:5: ( …
285 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:8:7: te…
312 …acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:8:13: '+' ^ term …
373 …* /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:11:1: te…
413 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:11:5: (…
470 …acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g:11:7: INT ID // a…
[all …]
Dfiles1 Poly.g
DPoly.g1 grammar Poly;
DPolyPrinter.g3 tokenVocab=Poly;
DPolyDifferentiator.g3 tokenVocab=Poly;
DSimplifier.g3 tokenVocab=Poly;
/external/clang/test/SemaCXX/
Ddynamic-cast.cpp13 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()
Druntimediag-ppe.cpp14 class Poly { virtual ~Poly(); }; class
15 Poly& P(int);
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
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 …
30 const std::type_info& n = typeid(*(Poly*)(0*sizeof S::m));
/external/clang/test/SemaObjCXX/
Darc-ppe.mm14 class Poly { virtual ~Poly(); };
15 Poly& P(void*);
/external/skia/src/gpu/
DGrTessellator.cpp104 struct Poly;
375 Poly* fLeftPoly; // The Poly to the left of this edge, if any.
376 Poly* fRightPoly; // The Poly to the right of this edge, if any.
503 struct Poly { struct
504 Poly(Vertex* v, int winding) in Poly() argument
594 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) { in addEdge() argument
597 Poly* partner = fPartner; in addEdge()
598 Poly* poly = this; in addEdge()
650 Poly* fNext; argument
651 Poly* fPartner; argument
[all …]
/external/skqp/src/gpu/
DGrTessellator.cpp104 struct Poly;
375 Poly* fLeftPoly; // The Poly to the left of this edge, if any.
376 Poly* fRightPoly; // The Poly to the right of this edge, if any.
503 struct Poly { struct
504 Poly(Vertex* v, int winding) in Poly() argument
594 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) { in addEdge() argument
597 Poly* partner = fPartner; in addEdge()
598 Poly* poly = this; in addEdge()
650 Poly* fNext; argument
651 Poly* fPartner; argument
[all …]
/external/clang/utils/TableGen/
DNeonEmitter.cpp136 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in __anon985e31310111::Type
145 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false), in Type()
151 Void(false), Poly(false), Constant(false), Pointer(false), in Type()
171 bool isInteger() const { return !Float && !Poly; } in isInteger()
179 bool isPoly() const { return Poly; } in isPoly()
197 Poly = false; in makeInteger()
204 Poly = false; in makeImmediate()
562 if (Poly) in str()
646 if (Poly) { in getNeonEnum()
669 T.Poly = false; in fromTypedefName()
[all …]
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/
Drecurrent_test.py53 def Poly(theta, state, inputs): function
68 ret = recurrent.Recurrent(theta, state, inputs, Poly)
/external/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h234 static void mergePolyMatchers(const PolyMatcher &Poly,
239 static void mergePolyMatchers(const PolyMatcher &Poly,
241 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
242 mergePolyMatchers(Poly, Out, typename TypeList::tail());
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py924 def Poly(x): function
931 return functional_ops.Gradient([x, 1.0], Poly)[0]
935 avals = [Poly(a), Grad(a)]
937 bvals = [Poly(b), Grad(b)]
/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dacondit.pbxuser483 fRef = 1A0F343212EA411F00496BB8 /* Poly.g */;
484 name = "Poly.g: 12";
543 1A0F343212EA411F00496BB8 /* Poly.g */ = {
Dproject.pbxproj574 …1A0F343212EA411F00496BB8 /* Poly.g */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTy…
579 …1A0F347812EA444500496BB8 /* Poly.tokens */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownF…
1206 1A0F347812EA444500496BB8 /* Poly.tokens */,
1219 1A0F343212EA411F00496BB8 /* Poly.g */,
1850 …buildArgumentsString = "-jar /Library/Java/Extensions/antlr-3.3.1.jar Poly.g PolyDifferentiator.g …
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in545 { "Poly", { {"terms", ArrayReference},
7621 Poly = 271
11202 case 136: /* Poly */
/external/ImageMagick/PerlMagick/
DMagick.xs7622 Poly = 271 in Mogrify()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...