代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/482889/1284164
hpp basic_pointer_oserializer.hpp
#ifndef BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_OSERIALIZER_HPP
#define BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_OSERIALIZER_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_
www.eeworm.com/read/482889/1284173
hpp archive_pointer_iserializer.hpp
#ifndef BOOST_ARCHIVE_ARCHIVE_POINTER_ISERIALIZER_POINTER_HPP
#define BOOST_ARCHIVE_ARCHIVE_POINTER_ISERIALIZER_POINTER_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) &
www.eeworm.com/read/482889/1284204
ipp archive_pointer_oserializer.ipp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// archive_pointer_oserializer.ipp:
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modificat
www.eeworm.com/read/482889/1284220
ipp archive_pointer_iserializer.ipp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// pointer_iserializer.ipp:
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and
www.eeworm.com/read/482889/1285090
hpp opaque_pointer_converter.hpp
// Copyright Gottfried Gan遖uge 2003..2006
// 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)
www.eeworm.com/read/482889/1285205
hpp pointer_type_id.hpp
// Copyright David Abrahams 2002.
// 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)
#ifnde
www.eeworm.com/read/482889/1285269
hpp return_opaque_pointer.hpp
// Copyright Gottfried Gan遖uge 2003.
// 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)
/*
www.eeworm.com/read/470720/1444346
c omit-frame-pointer.c
// { dg-do run }
// { dg-options -fomit-frame-pointer }
// { dg-options "-fomit-frame-pointer -mno-accumulate-outgoing-args" { target i?86-*-* } }
#include
class Bug
{
};
int throw_bug()
www.eeworm.com/read/470720/1448440
c s-float-pointer.c
#include
static struct sss{
float f;
char * snd;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("+++Struct float-pointer:\n");
pr
www.eeworm.com/read/470720/1448453
c s-int-a-pointer.c
#include
static struct sss{
int f;
char * a[10];
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++++Array of pointer in struct sta