代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/440906/1777538
c p710.c
// Build don't link:
// 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 o
www.eeworm.com/read/440906/1777781
c warning4.c
// Bug: a virtual function with the same name in an unrelated class will
// cause a bogus overloading warning.
// Special g++ Options: -Woverloaded-virtual
// Build don't link:
struct A {
virtual v
www.eeworm.com/read/440906/1778156
c tempover.c
// Build don't link:
// GROUPS passed templates overloading
#define TEMPL template
class B {};
TEMPL class A : virtual public B {
public:
A(int);
};
TEMPL A::A(int){}
A
www.eeworm.com/read/422060/2044173
phpt overload02.phpt
--TEST--
Function overloading test 2
--SKIPIF--
www.eeworm.com/read/422060/2044198
phpt overload01.phpt
--TEST--
Function overloading test 1
--SKIPIF--
www.eeworm.com/read/422060/2046006
phpt bug32134.phpt
--TEST--
Bug #32134 (Overloading offsetGet/offsetSet)
--SKIPIF--
--FILE--
www.eeworm.com/read/366702/2866270
c altivec-7.c
/* Test for AltiVec type overloading and name mangling. */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */
#
www.eeworm.com/read/366702/2872124
c tempover.c
// { dg-do assemble }
// GROUPS passed templates overloading
#define TEMPL template
class B {};
TEMPL class A : virtual public B {
public:
A(int);
};
TEMPL A::A(int){}
A
www.eeworm.com/read/430096/8766970
java overload.java
// reusing/Overload.java
// TIJ4 Chapter Reusing, Exercise 13, page 256
/* Create a class with a method that is overloaded three times. Inherit a new
* class, add a new overloading of the method,
www.eeworm.com/read/281848/9130214
java overload.java
// reusing/Overload.java
// TIJ4 Chapter Reusing, Exercise 13, page 256
/* Create a class with a method that is overloaded three times. Inherit a new
* class, add a new overloading of the method,