代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/240162/4582257
c overload11.c
// { dg-do assemble }
// GROUPS passed overloading
class foo_int
{
public:
int & i;
foo_int (int &j) : i(j) {};
void inc () { i++; }
};
www.eeworm.com/read/240162/4582644
c p710.c
// { dg-do assemble }
// GROUPS passed delete
/*
Bug Id:
PRMS Id: p0000710
Bug is : overloading operator delete in class def not allowed
*/
/*
In addition to this bug, the compiler permits
www.eeworm.com/read/240162/4582885
c warning4.c
// { dg-do assemble }
// { dg-options "-Woverloaded-virtual" }
// Bug: a virtual function with the same name in an unrelated class will
// cause a bogus overloading warning.
struct A {
virtual voi
www.eeworm.com/read/233448/4671346
c altivec-7.c
/* Test for AltiVec type overloading and name mangling. */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } */
/* { dg-options "-mal
www.eeworm.com/read/233448/4672389
c altivec-5.c
/* APPLE LOCAL file AltiVec */
/* Test for AltiVec type overloading. */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-faltivec" } */
void foo(vector unsigned char) { }
voi
www.eeworm.com/read/233448/4672503
c spec2.c
// { dg-do compile }
// Origin:
// Bug: Overloading of ordinary and template member function
// which enclosing class is specialized is not handled correctl
www.eeworm.com/read/233448/4673882
c ttp55.c
// { dg-do assemble }
// Testing overloading of function argument involving template template
// parameters
// Reported by Thomus Kunert
template
class H{};
www.eeworm.com/read/233448/4674974
c overload3.c
// { dg-do assemble }
// GROUPS passed overloading
typedef int rutBoolean;
class rutBigIntRep
{
public:
friend rutBoolean operator>(const rutBigIntRep& a, const rutBigIntRep& b);
operator rutBoo
www.eeworm.com/read/233448/4675073
c overload11.c
// { dg-do assemble }
// GROUPS passed overloading
class foo_int
{
public:
int & i;
foo_int (int &j) : i(j) {};
void inc () { i++; }
};
www.eeworm.com/read/233448/4675462
c p710.c
// { dg-do assemble }
// GROUPS passed delete
/*
Bug Id:
PRMS Id: p0000710
Bug is : overloading operator delete in class def not allowed
*/
/*
In addition to this bug, the compiler permits