代码搜索:overloading

找到约 1,176 项符合「overloading」的源代码

代码结果 1,176
www.eeworm.com/read/233448/4675935

c operator.c

// { dg-do assemble } // { dg-options "" } // General test for operator overloading permissiveness. typedef __SIZE_TYPE__ size_t; struct A { int operator?:(int a, int b); // { dg-warning "" }
www.eeworm.com/read/233448/4676041

c tempargs.c

// { dg-do assemble } // GROUPS passed templates overloading template class Vector { }; template struct Sort { static void sort (Vector &); }; template voi
www.eeworm.com/read/190666/5174909

c overload5.c

// Build don't link: // GROUPS passed overloading class Foo { public: int operator
www.eeworm.com/read/190666/5175728

c operator.c

// General test for operator overloading permissiveness. // Build don't link: // Special g++ Options: typedef __SIZE_TYPE__ size_t; struct A { int operator?:(int a, int b); // WARNING - stat
www.eeworm.com/read/190666/5175835

c tempargs.c

// Build don't link: // GROUPS passed templates overloading template class Vector { }; template struct Sort { static void sort (Vector &); }; template void
www.eeworm.com/read/162614/5521567

c overload5.c

// { dg-do assemble } // GROUPS passed overloading class Foo { public: int operator
www.eeworm.com/read/162614/5521594

c groff1.c

// { dg-do run } // GROUPS passed groff /* This should compile properly with the new overloading scheme. */ extern "C" int printf (const char *, ...); extern "C" void exit (int); int win = 0; cla
www.eeworm.com/read/162614/5522380

c operator.c

// { dg-do assemble } // { dg-options "" } // General test for operator overloading permissiveness. typedef __SIZE_TYPE__ size_t; struct A { int operator?:(int a, int b); // { dg-warning "" }
www.eeworm.com/read/162614/5522486

c tempargs.c

// { dg-do assemble } // GROUPS passed templates overloading template class Vector { }; template struct Sort { static void sort (Vector &); }; template voi
www.eeworm.com/read/340665/3275565

c overload5.c

// Build don't link: // GROUPS passed overloading class Foo { public: int operator