代码搜索:basic_string
找到约 364 项符合「basic_string」的源代码
代码结果 364
www.eeworm.com/read/162614/5539840
cc 3.cc
// 1999-06-04 bkoz
// Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistri
www.eeworm.com/read/374215/9415761
h errorhandling.h
/*
* ErrorHandling.h
*
* Copyright (C) 2007
* Paul E. Jones
* All Rights Reserved.
*
******************************************************************************
www.eeworm.com/read/351694/10619370
cpp cprofile.cpp
// $Id: CProfile.cpp,v 1.16 2004/04/11 07:07:52 genta Exp $
/*! @file
@brief INIファイル入出力
@author D.S.Koba
$Revision: 1.16 $
@date 2003-10-21 D.S.Koba メンバ関数の名前と引数をそのままにしてメンバ変数,関数の中身を書き直し
@d
www.eeworm.com/read/351694/10620281
h cprofile.h
// $Id: CProfile.h,v 1.10 2004/02/15 03:30:27 genta Exp $
/*! @file
@brief INIファイル入出力
@author D.S.Koba
$Revision: 1.10 $
@date 2003-10-21 D.S.Koba メンバ関数の名前と引数をそのままにしてメンバ変数,関数の中身を書き直し
@dat
www.eeworm.com/read/139332/5802345
hpp string.hpp
#ifndef BOOST_SERIALIZATION_STRING_HPP
#define BOOST_SERIALIZATION_STRING_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//////
www.eeworm.com/read/490025/6457434
plg test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/162614/5517573
c static1.c
// PR c++/23699
// { dg-options "" }
template class basic_string;
typedef basic_string string;
template
struct basic_string
{
static const int npos = -1;
};
www.eeworm.com/read/162614/5518301
c noreturn-1.c
// PR optimization/12965
// Origin:
// Reduced testcase: Falk Hueffner
// This ICEd on Alpha because the reload pass emitted save/restore
// insns around a no
www.eeworm.com/read/162614/5520063
c crash15.c
// { dg-do assemble }
// { dg-options "-O2" }
// g++ crashed because we unsaved the TARGET_EXPR for the return value
// for get_allocator without first expanding it, because it was part of the
// cle