代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/168845/5434658

dsp test_delete_pointer.dsp

# Microsoft Developer Studio Project File - Name="test_delete_pointer" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "W
www.eeworm.com/read/168845/5434685

cpp basic_pointer_oserializer.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // basic_pointer_oserializer.cpp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification
www.eeworm.com/read/168845/5434711

cpp basic_pointer_iserializer.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // basic_pointer_iserializer.cpp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification
www.eeworm.com/read/168845/5434753

cpp test_delete_pointer.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // test_delete_pointer.cpp // (C) Copyright 2002 Vahan Margaryan. // Use, modification and distribution is subjec
www.eeworm.com/read/168845/5435464

cpp test_pointer_adoption.cpp

// 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) #inclu
www.eeworm.com/read/168845/5435557

py test_pointer_adoption.py

# Copyright David Abrahams 2004. 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) """ >>> from
www.eeworm.com/read/168845/5435897

cpp hash_pointer_test.cpp

// (C) Copyright Daniel James 2005. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http:
www.eeworm.com/read/162614/5515365

c cls_align_pointer.c

/* Area: ffi_call, closure_call Purpose: Check structure alignment of pointer. Limitations: none. PR: none. Originator: 20031203 */ /* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5517310

c omit-frame-pointer.c

// { dg-do run } // { dg-options -fomit-frame-pointer } #include class Bug { }; int throw_bug() { throw Bug(); return 0; } int main() { try { std::cout