代码搜索:ARM
找到约 10,000 项符合「ARM」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3275163
c arm3.c
// Build don't link:
// 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/340665/3275168
c arm12.c
// Build don't link:
// 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 Ma
www.eeworm.com/read/340665/3275189
c arm2.c
// Build don't link:
// 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/340665/3275265
c arm13.c
// GROUPS passed ARM-compliance
#include
#include
inline void *operator new(size_t, void *place) { return place; }
int main()
{
int* p = (int*) malloc(sizeof(int));
(void) n
www.eeworm.com/read/340665/3275312
c arm1.c
// Build don't link:
// Special g++ Options: -pedantic-errors
// GROUPS passed ARM-compliance
// ARM $5.7, it's illegal to do math on a `void*'.
int
main()
{
void *p;
++p;// ERROR - .*
}
www.eeworm.com/read/340665/3275445
c arm3.c
// Build don't link:
// 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/340665/3275475
c arm2.c
// Build don't link:
// 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 is
www.eeworm.com/read/340665/3280617
c arm-asm.c
/* ARM and Thumb asm statements should be able to access the constant
pool. */
/* { dg-do compile { target arm*-*-* } } */
extern unsigned x[];
unsigned *trapTable()
{
unsigned *i;
__asm__ vo