代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298555
c repr.c
/* @(#) repr.c 1.3 1/27/86 17:49:25 */
/*ident "@(#)cfront:src/repr.c 1.3" */
/**************************************************************************
repr.c: stage main (views: main err)
*/
#i
www.eeworm.com/read/310556/13649214
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
www.eeworm.com/read/310556/13649230
c repr.c
/* @(#) repr.c 1.3 1/27/86 17:49:25 */
/*ident "@(#)cfront:src/repr.c 1.3" */
/**************************************************************************
repr.c: stage main (views: main err)
*/
#i
www.eeworm.com/read/148895/12415972
cc mvvcio.cc
//
// ostream_complex.cc Add I/O routine for printing out complex
// numbers.
//
#ifdef COMPLEX_OSTREAM
#include
#include
// AT&T Cfront
www.eeworm.com/read/470720/1447601
c 900205_02.c
// g++ 1.36.1 bug 900205_02
// g++ allows constructors to be defined which do not include
// initializations for reference members of their associated classes.
// Cfront 2.0 does not allow this.
//
www.eeworm.com/read/470693/1459547
c 900205_02.c
// g++ 1.36.1 bug 900205_02
// g++ allows constructors to be defined which do not include
// initializations for reference members of their associated classes.
// Cfront 2.0 does not allow this.
//
www.eeworm.com/read/240162/4582843
c 900121_02.c
// { dg-do assemble }
// 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 u
www.eeworm.com/read/233448/4675661
c 900121_02.c
// { dg-do assemble }
// 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 u
www.eeworm.com/read/229812/4742319
c jww468.c
// This one is low priority and probably needs some study but it
// looks like we should allow it.
// Borland: yes
// WATCOM C: yes
// CFRONT 2.1: yes
// GNU C++: yes
// MSC:
www.eeworm.com/read/190666/5175394
c 900205_02.c
// g++ 1.36.1 bug 900205_02
// g++ allows constructors to be defined which do not include
// initializations for reference members of their associated classes.
// Cfront 2.0 does not allow this.
//