代码搜索:笙泉 IAP
找到约 1,825 项符合「笙泉 IAP」的源代码
代码结果 1,825
www.eeworm.com/read/440906/1785803
cc unique.cc
// 2001-07-19 Peter Schmid
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
//
www.eeworm.com/read/162614/5539681
cc header_iterator_h.cc
// 2001-09-04 Peter Schmid
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
//
www.eeworm.com/read/162614/5539684
cc header_deque_h.cc
// 2001-09-20 Peter Schmid
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
//
www.eeworm.com/read/470720/1444620
c init-ref3.c
// Origin: Peter Schmid
// { dg-do link }
template
class Ptr {
protected:
T * ptr;
public:
Ptr(void) : ptr(0) { };
Ptr(T * p) : ptr(p) {
www.eeworm.com/read/470720/1445492
c externc5.c
// Build don't link:
// Origin: schmid@snake.iap.physik.tu-darmstadt.de
extern "C" int rand (void) throw ();
namespace std
{
extern "C" int rand(void) throw();
template void f(T a) {}
}
www.eeworm.com/read/470693/1456566
c init-ref3.c
// Origin: Peter Schmid
// { dg-do link }
template
class Ptr {
protected:
T * ptr;
public:
Ptr(void) : ptr(0) { };
Ptr(T * p) : ptr(p) {
www.eeworm.com/read/470693/1457438
c externc5.c
// Build don't link:
// Origin: schmid@snake.iap.physik.tu-darmstadt.de
extern "C" int rand (void) throw ();
namespace std
{
extern "C" int rand(void) throw();
template void f(T a) {}
}
www.eeworm.com/read/240162/4579528
c init-ref3.c
// Origin: Peter Schmid
// { dg-do link }
template
class Ptr {
protected:
T * ptr;
public:
Ptr(void) : ptr(0) { };
Ptr(T * p) : ptr(p) {
www.eeworm.com/read/240162/4580681
c externc5.c
// { dg-do assemble }
// Origin: schmid@snake.iap.physik.tu-darmstadt.de
extern "C" int rand (void) throw ();
namespace std
{
extern "C" int rand(void) throw();
template void f(T a) {}
www.eeworm.com/read/240162/4593073
cc 1.cc
// 2001-07-19 Peter Schmid
// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This