代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/172394/5388217
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "z
www.eeworm.com/read/170239/5406014
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.
www.eeworm.com/read/168845/5433759
rst pointee.rst
++++++++++++++++++++++++++++++++++++++++
``pointee`` and ``indirect_reference``
++++++++++++++++++++++++++++++++++++++++
:Author: David Abrahams
:Contact: dave@boost-consulting.com
:organizat
www.eeworm.com/read/167562/5458563
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h
www.eeworm.com/read/164348/5494932
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "z
www.eeworm.com/read/163844/5507813
h mwerks.h
/*
* File: mwerks.h
* Purpose: Define constants used by CodeWarrior Preprocessor
*
* Notes: Use this as a prefix file for the assembler and compiler
*
*/
/* MetroWerks looks for an unde
www.eeworm.com/read/162614/5518808
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/162614/5519919
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/162614/5521207
c parsing9.c
// { dg-do assemble }
// GROUPS passed parsing
// From: Jason Merrill
// Date: Fri, 13 Aug 93 12:49:11 PDT
// Subject: 2.4.5 won't compile array of pointers to functions retur
www.eeworm.com/read/162614/5528213
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;