代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/342786/11999024
c image.c
/*
libdmtx - Data Matrix Encoding/Decoding Library
Copyright (C) 2006 Mike Laughton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General
www.eeworm.com/read/214966/15081745
c pngfunc.c
/***
* pngfunc.c
***
* soucast knihovny libopen
* 2007-04-29
* xbarin02@stud.fit.vutbr.cz
***
* fce pro praci s PNG
*/
#include "pngfunc.h"
#include "error.h"
#include
www.eeworm.com/read/168845/5434810
cpp test_mult_archive_types.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_mult_archive_types.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification a
www.eeworm.com/read/168845/5435433
cpp module_tail.cpp
// Copyright David Abrahams 2001.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#if
www.eeworm.com/read/162614/5518569
c mangle5.c
// Test mangling of pointers to cv-qualified member functions
struct A;
void f (void (A::*)() const) {}
// { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }
www.eeworm.com/read/162614/5520064
c ptrmem9.c
// { dg-do run }
// 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
www.eeworm.com/read/162614/5521539
c ptrmem1.c
// { dg-do assemble }
// GROUPS passed pointers-to-members
class my_class
{
public:
typedef void func_type (int num);
my_class (int num, func_type* proc);
void dispatch (void);
private:
int
www.eeworm.com/read/162614/5522131
c member.c
// { dg-do assemble }
// GROUPS passed member-pointers error-reporting
struct Y
{
struct X
{
int A;
int Y::X::* foo () { undef1(1); return &Y::X::A; }// { dg-error "" } foo().*
www.eeworm.com/read/162614/5524195
a cxb3003.a
-- CXB3003.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/110174/15540732
c img_png.c
/*
SDL_image: An example image loading library for use with SDL
Copyright (C) 1999, 2000, 2001 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it u