代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/385891/2579369

c loadmmu.c

/* $Id: loadmmu.c,v 1.1.1.1 2004/02/04 12:55:49 laputa Exp $ * loadmmu.c: This code loads up all the mm function pointers once the * machine type has been determined. It also sets the
www.eeworm.com/read/383832/2612371

c xdr_ref.c

/* xdr_ref.c - XDR primitives for pointers */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01j,05nov01,vvv fixed compil
www.eeworm.com/read/378966/2678709

c xdr_ref.c

/* xdr_ref.c - XDR primitives for pointers */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01j,05nov01,vvv fixed compil
www.eeworm.com/read/377363/2701463

c xdr_ref.c

/* xdr_ref.c - XDR primitives for pointers */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01j,05nov01,vvv fixed compil
www.eeworm.com/read/366702/2868241

c dr179.c

// { dg-do compile } // Origin: Giovanni Bajo // DR179: Function pointers and subtraction void foo(void); typedef void (*fp)(void); int main() { fp f1 = foo;
www.eeworm.com/read/366702/2869165

c ptr1.c

// { dg-do run } // Bug: catching pointers by reference doesn't work right. extern "C" int printf (const char *, ...); struct E { int x; E(int i) { x = i; } }; int main() { try { E *p =
www.eeworm.com/read/366702/2871082

c ptrmem4.c

// { dg-do assemble } // GROUPS passed pointers-to-members class X { private: int i; public: X(int k) { i=k; } int operator=(X &a) { return i = a.i; } int operator=(int ii) { return i
www.eeworm.com/read/366702/2871713

c 900212_03.c

// { dg-do run } // g++ 1.36.1 bug 900212_03 // g++ segfaults on any attempt to use the ->* operator. // Cfront 2.0 passes this test. // keywords: member pointers, operator->* struct struct0 {
www.eeworm.com/read/366702/2872062

c pmftemp.c

// { dg-do assemble } // PRMS Id: 4484 (bug 1) // Bug: g++ does not support templates involving method pointers. struct A { void f (); }; template void f (void (T::*p)()) // { dg-bogus
www.eeworm.com/read/366702/2879957

c 20040727-1.c

/* Extracted from boehm-gc/os_dep.c on Darwin. It caused an ICE when trying to merge alias information from two pointers that had different type memory tags. */ typedef int thread_state_flavor