代码搜索:operators

找到约 8,993 项符合「operators」的源代码

代码结果 8,993
www.eeworm.com/read/366702/2870687

c operators21.c

// { dg-do assemble } // GROUPS passed operators struct A { int x; }; int operator()(A x,float y) {// { dg-error "" } .* return 1; } int main() { A x; x(1.0); // {
www.eeworm.com/read/366702/2870688

c operators19.c

// { dg-do assemble } // GROUPS passed operators // opr-ampr file // From: Jarkko Sonninen // Date: Thu, 7 Oct 1993 08:25:26 +0200 // Subject: type of base class member
www.eeworm.com/read/366702/2870693

c operators9.c

// { dg-do assemble } // GROUPS passed operators // opr-eq file // Message-Id: // From: klamer@mi.el.utwente.nl (Klamer Schutte) // Subject: 2.3.3: failed to det
www.eeworm.com/read/366702/2870715

c operators23.c

// { dg-do run } // GROUPS passed operators // opr-new file // From: (The Crossjammer) // Date: Mon, 23 Nov 92 23:35:26 PST // Subject: g++-2.3.1 : Incorrectly calls
www.eeworm.com/read/366702/2870724

c operators13.c

// { dg-do assemble } // GROUPS passed operators // opr-eq file // Message-Id: // From: mps@dent.uchicago.edu (Michael Spertus) // Subject: g++ 2.5.4 bug
www.eeworm.com/read/366702/2870737

c operators2.c

// { dg-do assemble } // GROUPS passed operators // opr-conv file // Message-Id: // From: gparker@world.std.com (Glenn P Parker) // Subject: gcc bug // Date: Mon,
www.eeworm.com/read/366702/2870766

c operators10.c

// { dg-do assemble } // GROUPS passed operators // opr-eq file // Message-Id: // From: so@cs.wisc.edu (Bryan So) // Subject: g++ bug // Date: Thu, 3 Jun 93 22
www.eeworm.com/read/366702/2870777

c operators6.c

// { dg-do assemble } // GROUPS passed operators // opr-as file // From: Klaus Ahrens // Date: Fri, 26 Mar 93 12:50:37 mez // Subject: no default assignment // M
www.eeworm.com/read/366702/2870785

c operators8.c

// { dg-do run } // GROUPS passed operators #include class shape { public: virtual int vDisplay(void) const = 0; protected: int X; int Y; }; class square :public shape {
www.eeworm.com/read/366702/2870786

c operators17.c

// { dg-do assemble } // { dg-options "-Wall -pedantic-errors" } // GROUPS passed operators // copy file // From: gfm@mencon.mencon.oz.au (Graham Menhennitt) // Date: Thu, 29 Apr 93 20:53:07 EST