代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/169681/5415629
cdf arch.cdf
/*
XXX cym KERNEL is overridden here to reflect the fact that simLib.o calls the
wdbDbg functions directly, instead of through function pointers. This will
be fixed and removed after Beta.
*/
Compon
www.eeworm.com/read/162614/5526474
f90 func_derived_2.f90
! { dg-do run }
! This tests the "virtual fix" for PR19561, where functions returning
! pointers to derived types were not generating correct code. This
! testcase is based on a simplified example in
www.eeworm.com/read/162614/5529598
c pointer-arith-3.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with -pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic" }
www.eeworm.com/read/340665/3273528
c spec7.c
// Test that we allow simple throw specs on pointers.
void f() throw () { }
void (*pf)() throw () = f;
struct A
{
void g() throw () { }
static void (A::*pmf)() throw ();
};
void (A::* A::pmf)()
www.eeworm.com/read/340665/3276289
c pmem3.c
// Test that comparison of pointers to members does not complain about
// contravariance violation.
struct A { int i; };
struct B : public A { int j; int f (); };
int main ()
{
int A::*apm = &A::i;
www.eeworm.com/read/338546/3314990
h antlr3interfaces.h
/** \file
* Declarations for all the antlr3 C runtime intrfaces/classes. This
* allows the structures that define th einterfaces to contain pointers to
* each other without trying to sort out the c
www.eeworm.com/read/320257/3548624
cpp 229.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 229
void NES_mapper229::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,2,3);
// set PPU bank point
www.eeworm.com/read/320257/3548652
cpp 242.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 242
void NES_mapper242::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,2,3);
// set PPU bank point
www.eeworm.com/read/320257/3548673
cpp 226.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 226
void NES_mapper226::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,2,3);
regs[0] = 0;
regs[
www.eeworm.com/read/320257/3548680
cpp 231.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 231
void NES_mapper231::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,2,3);
// set PPU bank point