代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298496
c arg.c
/* @(#) arg.c 1.2 1/27/86 17:47:29 */
/*ident "@(#)cfront:lib/complex/arg.c 1.2"*/
#include "complex.h"
double
arg(complex z)
{
return atan2(z.im,z.re);
}
www.eeworm.com/read/458360/7298520
c expr2..c
#line 1 "../../src/expr2.c"
/* */
/* < ../../src/expr2.c */
int * _new ( ) ;
int _delete ( ) ;
int * _vec_new ( ) ;
int _vec_delete ( ) ;
#line 1 "../../src/expr2.c"
typedef
www.eeworm.com/read/458360/7298556
h typedef.h
/* @(#) typedef.h 1.3 1/27/86 17:49:37 */
/*ident "@(#)cfront:src/typedef.h 1.3" */
typedef short TOK;
typedef class node * PP;
typedef char bit;
typedef int (*PFI)();
typedef void (*PFV)();
typedef
www.eeworm.com/read/458360/7298612
h utime.h
/* @(#) utime.h 1.1 1/27/86 17:47:25 */
/*ident "@(#)cfront:incl/utime.h 1.1"*/
#ifndef utimbuf
struct utimbuf {
time_t actime;
time_t modtime;
}
xtern int utime (const cha
www.eeworm.com/read/310556/13649171
c arg.c
/* @(#) arg.c 1.2 1/27/86 17:47:29 */
/*ident "@(#)cfront:lib/complex/arg.c 1.2"*/
#include "complex.h"
double
arg(complex z)
{
return atan2(z.im,z.re);
}
www.eeworm.com/read/310556/13649195
c expr2..c
#line 1 "../../src/expr2.c"
/* */
/* < ../../src/expr2.c */
int * _new ( ) ;
int _delete ( ) ;
int * _vec_new ( ) ;
int _vec_delete ( ) ;
#line 1 "../../src/expr2.c"
typedef
www.eeworm.com/read/310556/13649231
h typedef.h
/* @(#) typedef.h 1.3 1/27/86 17:49:37 */
/*ident "@(#)cfront:src/typedef.h 1.3" */
typedef short TOK;
typedef class node * PP;
typedef char bit;
typedef int (*PFI)();
typedef void (*PFV)();
typedef
www.eeworm.com/read/310556/13649287
h utime.h
/* @(#) utime.h 1.1 1/27/86 17:47:25 */
/*ident "@(#)cfront:incl/utime.h 1.1"*/
#ifndef utimbuf
struct utimbuf {
time_t actime;
time_t modtime;
}
xtern int utime (const cha
www.eeworm.com/read/162614/5520565
c t42.c
// { dg-do run }
extern "C" void abort ();
struct A {
struct stat {
int x;
stat (int j) { abort (); }
};
static int stat (double d) { return 0; } // { dg-bogus "" } cfront takes it
s
www.eeworm.com/read/458360/7298515
c del..c
#line 1 "../../src/del.c"
/* */
/* < ../../src/del.c */
int * _new ( ) ;
int _delete ( ) ;
int * _vec_new ( ) ;
int _vec_delete ( ) ;
#line 1 "../../src/del.c"
typedef char *