代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/440906/1774869
c ptrmem2.c
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Dec 2001
// PR 4379. We created pointers to member references
www.eeworm.com/read/440906/1774871
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/440906/1775547
c ptrmem4.c
// 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;
const int B::*q
www.eeworm.com/read/440906/1777949
c parse3.c
// PRMS Id: 4484 (bug 2)
// Bug: g++ does not grok abstract declarator syntax for method pointers.
// Build don't link:
template class A { };
void (A::*p)() = (void (A::*)())0; //
www.eeworm.com/read/431110/1912321
h list.h
#ifndef _LINUX_LIST_H
#define _LINUX_LIST_H
/* Stolen straight from kernel code, but useful for nfsim internals,
* so de-kernelized for nfsim. */
/*
* These are non-NULL pointers that will result i
www.eeworm.com/read/395929/2430095
h cg_arcs.h
#ifndef cg_arcs_h
#define cg_arcs_h
#include "gprof.h"
#include "symtab.h"
/*
* Arc structure for call-graph.
*
* With pointers to the symbols of the parent and the child, a count
* of how many
www.eeworm.com/read/366702/2868167
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/366702/2869533
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/366702/2871920
c parse3.c
// { dg-do assemble }
// PRMS Id: 4484 (bug 2)
// Bug: g++ does not grok abstract declarator syntax for method pointers.
template class A { };
void (A::*p)() = (void (A::*)())0;
www.eeworm.com/read/366702/2873343
f90 pr32417.f90
! PR tree-opt/32417
! this used to crash while running IV-opts
! aff_combination_add_elt was not ready to handle pointers correctly
SUBROUTINE ONEINTS()
COMMON /INFOA / NAT,NUM
DIMENSION TINT(NUM