代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/310556/13649274
h mon.h
/* @(#) mon.h 1.2 1/27/86 17:46:50 */
/*ident "@(#)cfront:incl/mon.h 1.2"*/
struct hdr {
char *lpc;
char *hpc;
int nfns;
};
struct cnt {
char *fnpc;
long mcnt;
};
typedef unsigned short WORD;
www.eeworm.com/read/310556/13649275
h vector.h
/* @(#) vector.h 1.3 1/27/86 17:47:26 */
/*ident "@(#)cfront:incl/vector.h 1.3"*/
#ifndef GENERICH
#include
#endif
#define vector(type) name2(type,vector)
#define vectordeclare(type)
www.eeworm.com/read/310556/13649280
h fcntl.h
/* @(#) fcntl.h 1.2 1/27/86 17:46:41 */
/*ident "@(#)cfront:incl/fcntl.h 1.2"*/
/* Flag values accessible to open(2) and fcntl(2) */
/* (The first three can only be set by open) */
#define O_RDONLY 0
www.eeworm.com/read/470720/1447485
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/470693/1459431
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/240162/4582669
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/233448/4675487
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/190666/5175277
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/162614/5521932
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/340665/3275932
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