代码搜索结果

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

arm7.c

// Special g++ Options: -w // GROUPS passed ARM-compliance // arm file (also in cvt file) // Message-Id: // From: solomon@cs.wisc.edu (Marvin Solomon) // Subje

arm15.c

// GROUPS passed ARM-compliance // arm file // From: Johan Bengtsson // Date: Thu, 21 Oct 93 16:10:25 +0100 // Subject: gcc 2.4.5 initializes base classes in mem-initializer o

arm4.c

// GROUPS passed ARM-compliance // arm file // Message-Id: // From: kol@world.std.com (Nikolay Yatsenko) // Subject: g++ bug // Date: Wed, 27 Jan 1993 16:39:10 -05

arm10.c

// Build don't link: // GROUPS passed ARM-compliance // arm file // Message-Id: // From: tll@cco.caltech.edu (Tal Lewis Lancaster) // Subject: ARM Page 65 // Date: 18 Ma

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,

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

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,

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

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 - .* }

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();