代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/285741/4046201
cpp dog.cpp
/*
dog.cpp -- A program demonstrating function pointers.
*/
#include
#include
#include
const char *Commands[] =
{
"come", "done", "fet
www.eeworm.com/read/281949/4110642
s tahiti_init_caches_enabled.s
;/* tahiti_init_caches_enabled.s */
;;; Copyright ARM Ltd 2000. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack pointers and
; interrupts for ea
www.eeworm.com/read/281949/4110646
s tahiti_init_i_cache_enabled.s
;/* tahiti_init_caches_enabled.s */
;;; Copyright ARM Ltd 2000. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack pointers and
; interrupts for ea
www.eeworm.com/read/281949/4110654
s tahiti_init.s
;/* tahiti_init.s */
;;; Copyright ARM Ltd 2000. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack pointers and
; interrupts for each mode, and fi
www.eeworm.com/read/277815/4151024
c mos1set.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* load the MOS1 device structure with those pointers needed l
www.eeworm.com/read/272106/4219437
cpp dog.cpp
/*
dog.cpp -- A program demonstrating function pointers.
*/
#include
#include
#include
const char *Commands[] =
{
"come", "done", "fet
www.eeworm.com/read/440906/1775606
c pmf6.c
// Test that we only call f once and that pointers to different subobjects
// compare as different.
struct A { void f() { } };
struct B: public A { };
struct C: public A { };
struct D : public B, pub
www.eeworm.com/read/440906/1775690
c ptrmem9.c
// Test that const-correctness is observed when using pointers-to-members.
struct A {
int f () { return 1; }
int f () const { return 0; }
};
struct B {
A a;
B() { }
};
int main ()
{
A B::
www.eeworm.com/read/440906/1778151
c template6.c
// 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::*p)
{
return 0;
www.eeworm.com/read/439082/1817394
h atarihw.h
/*
** linux/atarihw.h -- This header defines some macros and pointers for
** the various Atari custom hardware registers.
**
** Copyright 1994 by Bj攔n Brauel
**
** 5/1/94 Roman Hode