代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/470693/1459603
c 900107_01.c
// g++ 1.36.1 bug 900107_01
// Unlike GCC and Cfront 2.0, the g++ 1.36.1 compiler gives struct, union,
// and class declarations which are nested within blocks file scope.
// Cfront 2.0 passes this
www.eeworm.com/read/190666/5175450
c 900107_01.c
// g++ 1.36.1 bug 900107_01
// Unlike GCC and Cfront 2.0, the g++ 1.36.1 compiler gives struct, union,
// and class declarations which are nested within blocks file scope.
// Cfront 2.0 passes this
www.eeworm.com/read/340665/3276104
c 900107_01.c
// g++ 1.36.1 bug 900107_01
// Unlike GCC and Cfront 2.0, the g++ 1.36.1 compiler gives struct, union,
// and class declarations which are nested within blocks file scope.
// Cfront 2.0 passes this
www.eeworm.com/read/440906/1777736
c 900107_01.c
// g++ 1.36.1 bug 900107_01
// Unlike GCC and Cfront 2.0, the g++ 1.36.1 compiler gives struct, union,
// and class declarations which are nested within blocks file scope.
// Cfront 2.0 passes this
www.eeworm.com/read/458360/7298560
c table.c
/* @(#) table.c 1.3 1/27/86 17:49:32 */
/*ident "@(#)cfront:src/table.c 1.3" */
#include "cfront.h"
char * keys[MAXTOK];
/*
keys[] holds the external form for tokens with fixed representation
il
www.eeworm.com/read/310556/13649235
c table.c
/* @(#) table.c 1.3 1/27/86 17:49:32 */
/*ident "@(#)cfront:src/table.c 1.3" */
#include "cfront.h"
char * keys[MAXTOK];
/*
keys[] holds the external form for tokens with fixed representation
il
www.eeworm.com/read/458360/7298561
c alloc.c
/* @(#) alloc.c 1.3 1/27/86 17:48:32 */
/*ident "@(#)cfront:src/alloc.c 1.3" */
#include "cfront.h"
extern void free(char*);
extern char *malloc(unsigned);
extern void print_free();
typedef class h
www.eeworm.com/read/310556/13649236
c alloc.c
/* @(#) alloc.c 1.3 1/27/86 17:48:32 */
/*ident "@(#)cfront:src/alloc.c 1.3" */
#include "cfront.h"
extern void free(char*);
extern char *malloc(unsigned);
extern void print_free();
typedef class h
www.eeworm.com/read/361993/2941294
cpp front.cpp
// Front.cpp: implementation of the CFront class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Front.h"
////////////////////////////
www.eeworm.com/read/470720/1447113
c copy4.c
// GROUPS passed copy-ctors
// Using Cfront 3.0.1 the programm below prints
//
// A()
// A(const A& a)
// ~A()
// A(A& a)