代码搜索:CFront

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

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

c 900519_05.c

// { dg-do run } // g++ 1.37.1 bug 900519_05 // g++ fails to allow the use of function-reference types. // cfront 2.0 passes this test. // keywords: function types, reference types typedef void (
www.eeworm.com/read/366702/2871673

c 900519_04.c

// { dg-do run } // g++ 1.37.1 bug 900519_04 // The following legal code causes g++ to segfault. // cfront 2.0 passes this test. // keywords: segfault, references, initialization int cint_obj = 9
www.eeworm.com/read/366702/2871713

c 900212_03.c

// { dg-do run } // g++ 1.36.1 bug 900212_03 // g++ segfaults on any attempt to use the ->* operator. // Cfront 2.0 passes this test. // keywords: member pointers, operator->* struct struct0 {
www.eeworm.com/read/158872/5592079

c langs2.c

/* This is intended to be a vague simulation of cfront output. */ #ifdef PROTOTYPES #line 1 "langs2.cxx" extern int csub (int); int foo__Fi (int x) { return csub (x / 2); } extern int cppsub_ (int
www.eeworm.com/read/113400/15456709

cpp scan.cpp

/* A lexical scanner generated by flex */ #define FLEX_SCANNER #ifdef _WIN32 #include #else #include #endif #include #include /* cfront 1.2 de
www.eeworm.com/read/113400/15456726

cpp scan.cpp

/* A lexical scanner generated by flex */ #define FLEX_SCANNER #ifdef _WIN32 #include #else #include #endif #include #include /* cfront 1.2 de
www.eeworm.com/read/113400/15456778

cpp scan.cpp

/* A lexical scanner generated by flex */ #define FLEX_SCANNER #ifdef _WIN32 #include #else #include #endif #include #include /* cfront 1.2 de
www.eeworm.com/read/458360/7298514

sed bsd.sed

#ident "@(#)cfront:scratch/bsd.sed 1.6" echo "Fixing _iobuf structures:" for f in */*..c do echo $f sed -e '/__iobuf__base/s//&; int __iobuf__bufsiz/' \ -e '/_ctype/s//_ctype_/g' $f > temp$
www.eeworm.com/read/458360/7298586

h malloc.h

/* @(#) malloc.h 1.2 1/27/86 17:46:48 */ /*ident "@(#)cfront:incl/malloc.h 1.2"*/ /* Constants defining mallopt operations */ #define M_MXFAST 1 /* set size of blocks to be fast */ #define M_NLBLKS
www.eeworm.com/read/458360/7298593

h stdlib.h

/* @(#) stdlib.h 1.4 1/27/86 17:47:01 */ /*ident "@(#)cfront:incl/stdlib.h 1.4"*/ extern int abort(); extern double atof (const char*); extern long atoi (const char*); extern long atol (con