代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/190666/5175454
c 900211_02.c
// g++ 1.36.1 bug 900211_02
// g++ allows you to explicitly specify the return type for a type conversion
// operator.
// The Cfront 2.0 Reference Manual (12.3.2) says that this in not allowed.
//
www.eeworm.com/read/340665/3276031
c 900210_09.c
// g++ 1.36.1 bug 900210_09
// g++ allows pointer to members (both data members and function members)
// to be implicitly converted to void*.
// Section 4.8 of the Cfront 2.0 Reference Manual disall
www.eeworm.com/read/340665/3276108
c 900211_02.c
// g++ 1.36.1 bug 900211_02
// g++ allows you to explicitly specify the return type for a type conversion
// operator.
// The Cfront 2.0 Reference Manual (12.3.2) says that this in not allowed.
//
www.eeworm.com/read/440906/1777663
c 900210_09.c
// g++ 1.36.1 bug 900210_09
// g++ allows pointer to members (both data members and function members)
// to be implicitly converted to void*.
// Section 4.8 of the Cfront 2.0 Reference Manual disall
www.eeworm.com/read/440906/1777740
c 900211_02.c
// g++ 1.36.1 bug 900211_02
// g++ allows you to explicitly specify the return type for a type conversion
// operator.
// The Cfront 2.0 Reference Manual (12.3.2) says that this in not allowed.
//
www.eeworm.com/read/458360/7298537
c _main.c
/*ident "@(#)cfront:patch/_main.c 1.2"*/
/* _main for the patch version of the C++ translator*/
/* See patch.c for details*/
struct __link {
struct __link *next;
int (*ctor)();
int (*dtor)();
};
e
www.eeworm.com/read/458360/7298538
c patch.c
/*ident "@(#)cfront:patch/patch.c 1.3"*/
/*patch: Patch an a.out to ensure that static constructors are called.
Currently this is in good-old-C.
This code uses -lld, the Unix system V functions for
www.eeworm.com/read/310556/13649212
c _main.c
/*ident "@(#)cfront:patch/_main.c 1.2"*/
/* _main for the patch version of the C++ translator*/
/* See patch.c for details*/
struct __link {
struct __link *next;
int (*ctor)();
int (*dtor)();
};
e
www.eeworm.com/read/310556/13649213
c patch.c
/*ident "@(#)cfront:patch/patch.c 1.3"*/
/*patch: Patch an a.out to ensure that static constructors are called.
Currently this is in good-old-C.
This code uses -lld, the Unix system V functions for
www.eeworm.com/read/470720/1446112
c t42.c
extern "C" void abort ();
struct A {
struct stat {
int x;
stat (int j) { abort (); }
};
static int stat (double d) { return 0; } // gets bogus error - cfront takes it
static int zap (