代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/470693/1459816

c parse3.c

// PRMS Id: 4484 (bug 2) // Bug: g++ does not grok abstract declarator syntax for method pointers. // Build don't link: template class A { }; void (A::*p)() = (void (A::*)())0; //
www.eeworm.com/read/248594/4467040

h decdirda.h

// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. #ifndef _DECDIRDA_H_ #define _DECDIRDA_H_ // returns pointers pOutStr TCHAR *DecodeIRDA(int *pFrameType,// return frame t
www.eeworm.com/read/240162/4579854

c ptrmem1.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 31 Dec 2001 // PR 4379. We created pointers to member references and
www.eeworm.com/read/240162/4580657

c ptrmem4.c

// { dg-do run } // Test to make sure g++ can handle target types that aren't identical // with pointers to members. struct A { int i; }; struct B : public A { }; int main () { int A::*p = &A::i;
www.eeworm.com/read/240162/4583053

c parse3.c

// { dg-do assemble } // PRMS Id: 4484 (bug 2) // Bug: g++ does not grok abstract declarator syntax for method pointers. template class A { }; void (A::*p)() = (void (A::*)())0;
www.eeworm.com/read/238847/4608346

h decdirda.h

// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. #ifndef _DECDIRDA_H_ #define _DECDIRDA_H_ // returns pointers pOutStr TCHAR *DecodeIRDA(int *pFrameType,// return frame t
www.eeworm.com/read/233448/4672356

c ptrmem1.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 31 Dec 2001 // PR 4379. We created pointers to member references and
www.eeworm.com/read/233448/4673475

c ptrmem4.c

// { dg-do run } // Test to make sure g++ can handle target types that aren't identical // with pointers to members. struct A { int i; }; struct B : public A { }; int main () { int A::*p = &A::i;
www.eeworm.com/read/233448/4675872

c parse3.c

// { dg-do assemble } // PRMS Id: 4484 (bug 2) // Bug: g++ does not grok abstract declarator syntax for method pointers. template class A { }; void (A::*p)() = (void (A::*)())0;
www.eeworm.com/read/233448/4676365

mm objc-gc-8.mm

/* APPLE LOCAL file ObjC GC */ /* Do _not_ generate write barriers for global function pointers, even ones returning 'id'. */ /* { dg-do compile } */ /* { dg-options "-fnext-runtime -fobjc-gc -Was