代码搜索:CFront

找到约 1,009 项符合「CFront」的源代码

代码结果 1,009
www.eeworm.com/read/470720/1447659

c 900121_02.c

// g++ 1.36.1 bug 900121_02 // Assignment of structs is defined as memberwise assignment, // however g++ (1.36.2) and Cfront 2.0 differ on the definition // of assignment for unions. // (NOTE: Strou
www.eeworm.com/read/470693/1459593

c 900205_03.c

// g++ 1.36.1 bug 900205_03 // Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement // without an expression can be used only in functions that do not return // a value, that is,
www.eeworm.com/read/470693/1459605

c 900121_02.c

// g++ 1.36.1 bug 900121_02 // Assignment of structs is defined as memberwise assignment, // however g++ (1.36.2) and Cfront 2.0 differ on the definition // of assignment for unions. // (NOTE: Strou
www.eeworm.com/read/190666/5175440

c 900205_03.c

// g++ 1.36.1 bug 900205_03 // Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement // without an expression can be used only in functions that do not return // a value, that is,
www.eeworm.com/read/190666/5175452

c 900121_02.c

// g++ 1.36.1 bug 900121_02 // Assignment of structs is defined as memberwise assignment, // however g++ (1.36.2) and Cfront 2.0 differ on the definition // of assignment for unions. // (NOTE: Strou
www.eeworm.com/read/340665/3276094

c 900205_03.c

// g++ 1.36.1 bug 900205_03 // Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement // without an expression can be used only in functions that do not return // a value, that is,
www.eeworm.com/read/340665/3276106

c 900121_02.c

// g++ 1.36.1 bug 900121_02 // Assignment of structs is defined as memberwise assignment, // however g++ (1.36.2) and Cfront 2.0 differ on the definition // of assignment for unions. // (NOTE: Strou
www.eeworm.com/read/440906/1777726

c 900205_03.c

// g++ 1.36.1 bug 900205_03 // Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement // without an expression can be used only in functions that do not return // a value, that is,
www.eeworm.com/read/440906/1777738

c 900121_02.c

// g++ 1.36.1 bug 900121_02 // Assignment of structs is defined as memberwise assignment, // however g++ (1.36.2) and Cfront 2.0 differ on the definition // of assignment for unions. // (NOTE: Strou
www.eeworm.com/read/458360/7298539

c dtors.c

/*ident "@(#)cfront:patch/dtors.c 1.2"*/ /* dtors() for the patch version of the C++ translator*/ struct __link { struct __link *next; int (*ctor)(); int (*dtor)(); }; extern struct __link *__HEAD