代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/233448/4673606
c deref1.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 1 Sep 1999
// [expr.unary.op]/1 says you can dereference all pointers exc
www.eeworm.com/read/233448/4681520
f90 der_io_1.f90
! { dg-do compile }
! PR 16404 Nr. 8
! IO of derived types containing pointers is not allowed
program der_io_1
type t
integer, pointer :: p
end type
integer, target :: i
type (t) v
chara
www.eeworm.com/read/209559/4962403
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/209559/4968540
h list.h
#ifndef _LINUX_LIST_H
#define _LINUX_LIST_H
#ifdef __KERNEL__
#include
#include
#include
/*
* These are non-NULL pointers that will result in pag
www.eeworm.com/read/195013/5117699
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/195013/5121921
h amigappc.h
/*
* BK Id: SCCS/s.amigappc.h 1.5 05/17/01 18:14:24 cort
*/
/*
** asm-m68k/amigappc.h -- This header defines some values and pointers for
** the Phase 5 PowerUp card.
**
** Co
www.eeworm.com/read/179911/5294301
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/350097/3129197
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/337546/3332232
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/326711/3470119
c fig07_28.c
/* Fig. 7.28: fig07_28.c
Demonstrating an array of pointers to functions */
#include
/* prototypes */
void function1( int a );
void function2( int b );
void function3( int c );