代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/162614/5521048
c operators24.c
// { dg-do assemble }
// GROUPS passed operators
// opr-new file
// From: rwave!myersn%rwave.roguewave@cs.orst.edu (Nathan Myers)
// Date: Wed, 16 Dec 92 11:55 PST
// Subject: 2.3.2: friend decl
www.eeworm.com/read/162614/5521054
c operators15.c
// { dg-do run }
// GROUPS passed operators
// opr-del file
// Message-Id:
// From: kol@world.std.com (Nikolay Yatsenko)
// Subject: bug report
// Date: Wed, 27 J
www.eeworm.com/read/162614/5521057
c operators32.c
// { dg-do assemble }
// GROUPS passed operators
#include
//
// ffrees space allocated for N-D array
//
template
void ffree(long rows, T** array)
{
for( long i = 0; i < rows; i
www.eeworm.com/read/162614/5521070
c operators25.c
// { dg-do assemble }
// GROUPS passed operators
// opr-new file
// From: gparker@world.std.com (Glenn P Parker)
// Date: Mon, 25 Jan 1993 20:43:43 -0500
// Subject: gcc bug
// Message-ID:
www.eeworm.com/read/162614/5521072
c operators28.c
// { dg-do assemble }
// GROUPS passed operators
#include
#include
class new_test
{
int type;
public:
void* operator new(size_t sz, int count, int type);
};
void* new_te
www.eeworm.com/read/162614/5521084
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/162614/5521085
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/162614/5521090
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/162614/5521112
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/162614/5521121
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