代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/233448/4674612
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/233448/4674625
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/233448/4674627
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/233448/4674639
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/233448/4674640
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/233448/4674645
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/233448/4674667
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/233448/4674676
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/233448/4674689
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/233448/4674717
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