代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/440906/1777564
c misc5.c
// Build don't link:
// GROUPS uncaught
// Cfront bug A.3 (See Language System Release Notes for the
// SPARCompiler C++ version 3.0)
struct S1 {
static int S1; // ERROR - uses same name 9.3
};
s
www.eeworm.com/read/366702/2871536
c misc5.c
// { dg-do assemble }
// GROUPS uncaught
// Cfront bug A.3 (See Language System Release Notes for the
// SPARCompiler C++ version 3.0)
struct S1 {
static int S1; // { dg-error "" } uses same name
www.eeworm.com/read/350890/10701089
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/350890/10701190
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/350890/10701452
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/458360/7298481
c _new.c
/* @(#) _new.c 1.2 1/27/86 17:47:52 */
/*ident "@(#)cfront:lib/new/_new.c 1.2"*/
typedef void (*PFVV)();
extern PFVV _new_handler;
extern void*
operator new(long size)
{
extern char* malloc(unsigne
www.eeworm.com/read/458360/7298488
c log.c
/*#ident "@(#)cfront:lib/complex/log.c 1.4"*/
#include "complex.h"
#include "const.h"
#define LOGDANGER 1e18
#define PERIL(t) (t > LOGDANGER || (t < 1/LOGDANGER && t != 0) )
complex
log(complex z)
www.eeworm.com/read/458360/7298494
c pow.c
/* @(#) pow.c 1.2 1/27/86 17:47:40 */
/*ident "@(#)cfront:lib/complex/pow.c 1.2"*/
#include "complex.h"
complex
pow(double base, complex z)
/*
real to complex power: base**z.
*/
{
register complex
www.eeworm.com/read/458360/7298500
c filebuf.c
/* @(#) filebuf.c 1.2 1/27/86 17:48:01 */
/*ident "@(#)cfront:lib/stream/filebuf.c 1.2"*/
#include "stream.h"
/* define some UNIX calls */
extern int open (char *, int);
extern int close (int);
exter
www.eeworm.com/read/458360/7298578
h msg.h
/* @(#) msg.h 1.4 1/27/86 17:47:08 */
/*ident "@(#)cfront:incl/sys/msg.h 1.4"*/
// *****