代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/175482/5344457
cpp 015.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 15
void NES_mapper15::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,2,3);
}
void NES_mapper15::Mem
www.eeworm.com/read/175482/5344499
cpp 097.cpp
#ifdef _NES_MAPPER_CPP_
/////////////////////////////////////////////////////////////////////
// Mapper 97
void NES_mapper97::Reset()
{
// set CPU bank pointers
set_CPU_banks(num_8k_ROM_ba
www.eeworm.com/read/175482/5344526
cpp 072.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 72 (Created by rinao)
void NES_mapper72::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,num_8k_ROM_bank
www.eeworm.com/read/162614/5517218
c miss-format-4.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/162614/5517219
c miss-format-5.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/162614/5517256
c miss-format-6.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/162614/5517259
c miss-format-3.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/162614/5518874
c dr195.c
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 Oct 2004
// DR 195 will allow conversions between function and object pointers
// un
www.eeworm.com/read/162614/5522688
c eb75.c
// { dg-do assemble }
int*& foo (int const *& x)
{
return const_cast (x);
}
/*
If the references in this example are changed to pointers (change
all `&''s to `*'), no warnings result.
I th
www.eeworm.com/read/162614/5522841
mm template-2.mm
/* Test if ObjC classes (and pointers thereto) can participate
in C++ overloading. Correct handling of cv-qualifiers is
key here. */
/* Author: Ziemowit Laski . */
/* { dg