代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/470720/1451253

c 20011106-1.c

/* Test that functions passed to the comma operator are correctly converted to pointers. */ /* Origin: Joseph Myers . */ void foo (void); void (*fp) (void); char x[sizeof (1, fo
www.eeworm.com/read/470693/1456646

c mangle5.c

// Test mangling of pointers to cv-qualified member functions struct A; void f (void (A::*)() const) {} // { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }
www.eeworm.com/read/470693/1463199

c 20011106-1.c

/* Test that functions passed to the comma operator are correctly converted to pointers. */ /* Origin: Joseph Myers . */ void foo (void); void (*fp) (void); char x[sizeof (1, fo
www.eeworm.com/read/240162/4579682

c mangle5.c

// Test mangling of pointers to cv-qualified member functions struct A; void f (void (A::*)() const) {} // { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }
www.eeworm.com/read/240162/4582826

c 900215_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900215_02 // g++ allows global objects (which happen to be pointers to members of some // class X) to be dereferenced without prefix object specifications wi
www.eeworm.com/read/240162/4589098

c 20011106-1.c

/* Test that functions passed to the comma operator are correctly converted to pointers. */ /* Origin: Joseph Myers . */ void foo (void); void (*fp) (void); char x[sizeof (1, fo
www.eeworm.com/read/233448/4672149

c mangle5.c

// Test mangling of pointers to cv-qualified member functions struct A; void f (void (A::*)() const) {} // { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }
www.eeworm.com/read/233448/4675644

c 900215_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900215_02 // g++ allows global objects (which happen to be pointers to members of some // class X) to be dereferenced without prefix object specifications wi
www.eeworm.com/read/233448/4676380

mm method-23.mm

/* APPLE LOCAL file 4209854 */ /* Check if array and function parameters get decayed to pointers as they should. */ /* { dg-do run } */ /* { dg-options "-O2" } */ #include #includ
www.eeworm.com/read/233448/4676496

m method-20.m

/* APPLE LOCAL file 4209854 */ /* Check if array and function parameters get decayed to pointers as they should. */ /* { dg-do run } */ /* { dg-options "-O2" } */ #include #includ