代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/458360/7298485

c error.c

/*#ident "@(#)cfront:lib/complex/error.c 1.3"*/ #include "complex.h" int complex_error( c_exception& ) { return( 0 ); }
www.eeworm.com/read/310556/13649160

c error.c

/*#ident "@(#)cfront:lib/complex/error.c 1.3"*/ #include "complex.h" int complex_error( c_exception& ) { return( 0 ); }
www.eeworm.com/read/162614/5522089

c 900215_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900215_02 // g++ allows global objects (which happen to be pointers to members of some // class X) to be dereferenced without prefix object specifications wi
www.eeworm.com/read/162614/5522104

c 900107_01.c

// { dg-do run } // 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. // Cfron
www.eeworm.com/read/458360/7298483

c _handler.c

/* @(#) _handler.c 1.2 1/27/86 17:47:50 */ /*ident "@(#)cfront:lib/new/_handler.c 1.2"*/ typedef void (*PFVV)(); extern PFVV _new_handler = 0; extern PFVV set_new_handler(PFVV handler) { PFVV rr =
www.eeworm.com/read/458360/7298486

h const.h

/* @(#) const.h 1.2 1/27/86 17:47:31 */ /*ident "@(#)cfront:lib/complex/const.h 1.2"*/ #define ABS(x) ((x
www.eeworm.com/read/310556/13649158

c _handler.c

/* @(#) _handler.c 1.2 1/27/86 17:47:50 */ /*ident "@(#)cfront:lib/new/_handler.c 1.2"*/ typedef void (*PFVV)(); extern PFVV _new_handler = 0; extern PFVV set_new_handler(PFVV handler) { PFVV rr =
www.eeworm.com/read/310556/13649161

h const.h

/* @(#) const.h 1.2 1/27/86 17:47:31 */ /*ident "@(#)cfront:lib/complex/const.h 1.2"*/ #define ABS(x) ((x
www.eeworm.com/read/162614/5522033

c 900210_06.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_06 // g++ allows values of pointer-to-const types to be assigned to variables // of pointer-to-non-const types. // Cfront 2.0 disallows such assignmen
www.eeworm.com/read/458360/7298504

c _delete..c

#line 1 "../../lib/new/_delete.c" /* */ /* < ../../lib/new/_delete.c */ int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../lib/new/_