代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/366702/2871711

c 900208_04.c

// { dg-do assemble } // g++ 1.36.1 bug 900208_04 // The Cfront 2.0 reference manual (5.3.3) says "This type must be an // object type; functions cannot be allocated this way...". // g++ fails to d
www.eeworm.com/read/366702/2871712

c 900211_02.c

// { dg-do assemble } // 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 th
www.eeworm.com/read/361993/2941268

h front.h

// Front.h: interface for the CFront class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_FRONT_H__DD20E09D_2897_45EB_89DF_EDA9B79D252F__INCLUDED_) #
www.eeworm.com/read/458360/7298491

c exp.c

/*#ident "@(#)cfront:lib/complex/exp.c 1.3"*/ #include "complex.h" #include "const.h" complex exp(complex z) /* The complex exponentiation function: e**z, e being 2.718281828... In case of overf
www.eeworm.com/read/458360/7298499

c circbuf.c

/* @(#) circbuf.c 1.2 1/27/86 17:48:00 */ /*ident "@(#)cfront:lib/stream/circbuf.c 1.2"*/ #include "stream.h" /* * Come here on a put to a full buffer. Allocate the buffer if * it is uninitialize
www.eeworm.com/read/458360/7298503

readme

ident "@(#)cfront:README 1.4" This is the AT&T C++ Translator, Release 1.0. Some extra hints about porting the translator: 1. Check the headers in incl/ to make sure they match your Unix. Also, c
www.eeworm.com/read/310556/13649166

c exp.c

/*#ident "@(#)cfront:lib/complex/exp.c 1.3"*/ #include "complex.h" #include "const.h" complex exp(complex z) /* The complex exponentiation function: e**z, e being 2.718281828... In case of overf
www.eeworm.com/read/310556/13649174

c circbuf.c

/* @(#) circbuf.c 1.2 1/27/86 17:48:00 */ /*ident "@(#)cfront:lib/stream/circbuf.c 1.2"*/ #include "stream.h" /* * Come here on a put to a full buffer. Allocate the buffer if * it is uninitialize
www.eeworm.com/read/310556/13649178

readme

ident "@(#)cfront:README 1.4" This is the AT&T C++ Translator, Release 1.0. Some extra hints about porting the translator: 1. Check the headers in incl/ to make sure they match your Unix. Also, c
www.eeworm.com/read/470720/1445384

c 900519_12.c

// GROUPS abort // Build don't link: // g++ 1.37.1 bug 900519_12 // The following erroneous code causes g++ to segfault. // cfront 2.0 passes this test. // keywords: segfault, typedef, pointer type