代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/377738/2697124
cpp wex11_19.cpp
#include
#pragma hdrstop
#include "treelib.h"
#include "treeprnt.h"
// copy tree t by exchanging all left and right pointers
template
TreeNode *ReverseCopy(TreeNode
www.eeworm.com/read/367182/2852660
h libc-vdso.h
/* Resolve function pointers to VDSO functions.
Copyright (C) 2005, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can re
www.eeworm.com/read/366702/2867846
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/366702/2871693
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/366702/2876770
f90 protected_3.f90
! { dg-options "-std=f95 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! Outside (use-associated): For pointers, their association statu
www.eeworm.com/read/366702/2876991
f90 char_result_2.f90
! Like char_result_1.f90, but the string arguments are pointers.
! { dg-do run }
pure function double (string)
character (len = *), intent (in) :: string
character (len = len (string) * 2) :: doub
www.eeworm.com/read/366702/2877425
f90 pointer_assign_4.f90
! { dg-do run }
!
! Verify that the bounds are correctly set when assigning pointers.
!
! PR fortran/33139
!
program prog
implicit none
real, target :: a(-10:10)
real, pointer :: p(:),p2(:)
in
www.eeworm.com/read/366702/2879534
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/366702/2879719
c pr22422.c
/* We should not crash trying to figure out the points-to sets for the below. We used to because we
ended up adding pointers to the points-to set of the ANYTHING variable. */
struct D
{
int n;
www.eeworm.com/read/366702/2880498
c pr18425.c
/* { dg-do compile } */
/* ??? Using "long" isn't quite right; we're testing vectors of pointers here.
But since no extant target supports sizeof(long) != sizeof(void*)... */
/* { dg-require-effec