代码搜索:ARM

找到约 10,000 项符合「ARM」的源代码

代码结果 10,000
www.eeworm.com/read/366702/2870764

c arm4.c

// { dg-do run } // GROUPS passed ARM-compliance // arm file // Message-Id: // From: kol@world.std.com (Nikolay Yatsenko) // Subject: g++ bug // Date: Wed, 27 Jan
www.eeworm.com/read/366702/2870767

c arm10.c

// { dg-do assemble } // GROUPS passed ARM-compliance // arm file // Message-Id: // From: tll@cco.caltech.edu (Tal Lewis Lancaster) // Subject: ARM Page 65 // Date: 18 M
www.eeworm.com/read/366702/2870769

c arm3.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/366702/2870774

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/366702/2870795

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/366702/2870870

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/366702/2870917

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/366702/2871050

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/366702/2871080

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/366702/2883718

c arm-asm.c

/* ARM and Thumb asm statements should be able to access the constant pool. */ /* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-* } } */ extern unsigned x[]; unsigned *trapTable() {