代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/470720/1447702
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/470720/1448077
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/470693/1457819
c ttp55.c
// Build don't link:
// Testing overloading of function argument involving template template
// parameters
// Reported by Thomus Kunert
template
class H{};
t
www.eeworm.com/read/470693/1459405
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/470693/1459648
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/470693/1460023
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/240162/4583257
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/233448/4676076
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/233448/4676440
mm template-2.mm
/* APPLE LOCAL file mainline */
/* Test if ObjC classes (and pointers thereto) can participate
in C++ overloading. Correct handling of cv-qualifiers is
key here. */
/* Author: Ziemowit Laski
www.eeworm.com/read/222917/4816182
phpt overload02.phpt
--TEST--
Function overloading test 2
--SKIPIF--