代码搜索:ARM
找到约 10,000 项符合「ARM」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5521171
c arm12.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// arm file
// From: belley@cae.ca (Benoit Belley 3218)
// Subject: Bad access control with private constructor and derivation
// Date: Fri, 28 M
www.eeworm.com/read/162614/5521192
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// arm file
// Message-Id:
// From: gparker@world.std.com (Glenn P Parker)
// Subject: gcc bug
// Date: Mon,
www.eeworm.com/read/162614/5521267
c arm13.c
// { dg-do run }
// GROUPS passed ARM-compliance
#include
#include
inline void *operator new(size_t, void *place) { return place; }
int main()
{
int* p = (int*) malloc(sizeof
www.eeworm.com/read/162614/5521314
c arm1.c
// { dg-do assemble }
// { dg-options "-pedantic-errors" }
// GROUPS passed ARM-compliance
// ARM $5.7, it's illegal to do math on a `void*'.
int
main()
{
void *p;
++p;// { dg-error "" } .*
}
www.eeworm.com/read/162614/5521447
c arm3.c
// { dg-do assemble }
// GROUPS passed initialization
// ARM $11.4: A function first declared in a friend decl is equivalent
// to an extern decl, so the below is illegal.
class X {
friend g()
www.eeworm.com/read/162614/5521477
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/350097/3128413
c sys_arm.c
/*
* linux/arch/arm/kernel/sys_arm.c
*
* Copyright (C) People who wrote linux/arch/i386/kernel/sys_i386.c
* Copyright (C) 1995, 1996 Russell King.
*
* This program is free software; you can r
www.eeworm.com/read/350097/3128466
h arm-gcc.h
/*
-------------------------------------------------------------------------------
One of the macros `BIGENDIAN' or `LITTLEENDIAN' must be defined.
---------------------------------------------------
www.eeworm.com/read/347603/3166386
c arm3000.c
/*
** $Id: arm3000.c,v 1.3 2004/09/16 02:50:09 weiym Exp $
**
** arm3000.c: Low Level Input Engine for UP-NETARM3000
**
** Copyright (C) 2004, Feynman Software.
**
** Created by Yao Yunyuan, 2004/08/
www.eeworm.com/read/347603/3166400
h arm3000.h
/*
** $Id: arm3000.h,v 1.2 2004/07/28 03:55:42 yaoyy Exp $
**
** arm3000.h:. the head file of Low Level Input Engine for NET-ARM3000
**
** Copyright (C) 2003 Feynman Software.
**
** Created by Yao Yu