代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/162614/5522317
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/162614/5522459
c pmftemp.c
// { dg-do assemble }
// PRMS Id: 4484 (bug 1)
// Bug: g++ does not support templates involving method pointers.
struct A {
void f ();
};
template void
f (void (T::*p)()) // { dg-bogus
www.eeworm.com/read/162614/5522516
c template6.c
// { dg-do run }
// PRMS Id: 4656
// Testcase for use of member pointers in template resolution
template class A {
public:
A() : a(1) {}
T a;
};
template
int foo (T A:
www.eeworm.com/read/162614/5526056
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/162614/5526672
c 20030913-1.c
/* Assignments via pointers pointing to global variables were being killed
by SSA-DCE. Test contributed by Paul Brook */
int glob;
void
fn2(int ** q)
{
*q = &glob;
}
www.eeworm.com/read/162614/5529714
c fnptr-by-value-1_main.c
/* Test passing function pointers. */
extern void fnptr_by_value_1_x (void);
extern void exit (int);
int fails;
int
main ()
{
fnptr_by_value_1_x ();
exit (0);
}
www.eeworm.com/read/160303/5572852
fs2_6 makefile.fs2_6
# Makefile for KLIPS kernel code as a module for 2.6 kernels
#
# Makefile for KLIPS kernel code as a module
# Copyright (C) 1998, 1999, 2000,2001 Richard Guy Briggs.
# Copyright (C) 2002-2004 Mich
www.eeworm.com/read/159166/5588296
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/157105/5607814
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/155549/5621471
c gui__intersectrect.c
/*
*********************************************************************************************************
* uC/GUI
* Univers