代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/396473/2415784
h smobjlib.h
/* smObjLib.h - shared memory object library header */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,03may02,mas made global pointers volatile
www.eeworm.com/read/385462/2590711
h list.h
#ifndef _VNETD_LIST_H_
#define _VNETD_LIST_H_
/* Taken from Linux kernel code, but de-kernelized for userspace. */
#include
/*
* These are non-NULL pointers that will result in page faul
www.eeworm.com/read/366702/2868161
c ptrmem2.c
// { dg-do compile }
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Dec 2001
// PR 4379. We created pointers to member refer
www.eeworm.com/read/366702/2868296
c ptrmem8.c
// Copyright (C) 2007 Free Software Foundation
// Contributed by Ollie Wild
// { dg-do run }
// Test for proper conversion of null pointers to data members.
struct B1 {
int x;
};
www.eeworm.com/read/366702/2871674
c 900213_02.c
// { dg-do assemble }
// g++ 1.36.1 bug 900213_02
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, member pointers, operator*
struct struct
www.eeworm.com/read/366702/2876587
f90 protected_2.f90
! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! Outside (use-associated): For pointers, their
www.eeworm.com/read/366702/2877508
f90 char_result_4.f90
! Like char_result_3.f90, but the array arguments are pointers.
! { dg-do run }
pure elemental function double (x)
integer, intent (in) :: x
integer :: double
double = x * 2
end function double
www.eeworm.com/read/366702/2877689
f90 protected_1.f90
! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! Outside (use-associated): For pointers, their
www.eeworm.com/read/366702/2884442
c miss-4.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu
www.eeworm.com/read/366702/2884443
c miss-6.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu