summaryrefslogtreecommitdiff
path: root/rep/usr/include/c++/4.3/ext
diff options
context:
space:
mode:
Diffstat (limited to 'rep/usr/include/c++/4.3/ext')
-rw-r--r--rep/usr/include/c++/4.3/ext/atomicity.h.gcov.html185
-rw-r--r--rep/usr/include/c++/4.3/ext/index.html101
-rw-r--r--rep/usr/include/c++/4.3/ext/new_allocator.h.gcov.html200
-rw-r--r--rep/usr/include/c++/4.3/ext/type_traits.h.gcov.html277
4 files changed, 0 insertions, 763 deletions
diff --git a/rep/usr/include/c++/4.3/ext/atomicity.h.gcov.html b/rep/usr/include/c++/4.3/ext/atomicity.h.gcov.html
deleted file mode 100644
index 5ba11ee..0000000
--- a/rep/usr/include/c++/4.3/ext/atomicity.h.gcov.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html lang="en">
-
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>LCOV - lcov.info - /usr/include/c++/4.3/ext/atomicity.h</title>
- <link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
-</head>
-
-<body>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="title">LTP GCOV extension - code coverage report</td></tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
-
- <tr>
- <td width="100%">
- <table cellpadding=1 border=0 width="100%">
- <tr>
- <td class="headerItem" width="20%">Current&nbsp;view:</td>
- <td class="headerValue" width="80%" colspan=4><a href="../../../../../index.html">directory</a> - <a href="index.html">usr/include/c++/4.3/ext</a> - atomicity.h</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Test:</td>
- <td class="headerValue" width="80%" colspan=4>lcov.info</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Date:</td>
- <td class="headerValue" width="20%">2008-08-14</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Instrumented&nbsp;lines:</td>
- <td class="headerValue" width="20%">10</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Code&nbsp;covered:</td>
- <td class="headerValue" width="20%">0.0 %</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Executed&nbsp;lines:</td>
- <td class="headerValue" width="20%">0</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- </table>
-
- <table cellpadding=0 cellspacing=0 border=0>
- <tr>
- <td><br></td>
- </tr>
- <tr>
- <td><pre class="source">
-<span class="lineNum"> 1 </span> : // Support for atomic operations -*- C++ -*-
-<span class="lineNum"> 2 </span> :
-<span class="lineNum"> 3 </span> : // Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
-<span class="lineNum"> 4 </span> : //
-<span class="lineNum"> 5 </span> : // This file is part of the GNU ISO C++ Library. This library is free
-<span class="lineNum"> 6 </span> : // software; you can redistribute it and/or modify it under the
-<span class="lineNum"> 7 </span> : // terms of the GNU General Public License as published by the
-<span class="lineNum"> 8 </span> : // Free Software Foundation; either version 2, or (at your option)
-<span class="lineNum"> 9 </span> : // any later version.
-<span class="lineNum"> 10 </span> :
-<span class="lineNum"> 11 </span> : // This library is distributed in the hope that it will be useful,
-<span class="lineNum"> 12 </span> : // but WITHOUT ANY WARRANTY; without even the implied warranty of
-<span class="lineNum"> 13 </span> : // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-<span class="lineNum"> 14 </span> : // GNU General Public License for more details.
-<span class="lineNum"> 15 </span> :
-<span class="lineNum"> 16 </span> : // You should have received a copy of the GNU General Public License along
-<span class="lineNum"> 17 </span> : // with this library; see the file COPYING. If not, write to the Free
-<span class="lineNum"> 18 </span> : // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-<span class="lineNum"> 19 </span> : // USA.
-<span class="lineNum"> 20 </span> :
-<span class="lineNum"> 21 </span> : // As a special exception, you may use this file as part of a free software
-<span class="lineNum"> 22 </span> : // library without restriction. Specifically, if other files instantiate
-<span class="lineNum"> 23 </span> : // templates or use macros or inline functions from this file, or you compile
-<span class="lineNum"> 24 </span> : // this file and link it with other files to produce an executable, this
-<span class="lineNum"> 25 </span> : // file does not by itself cause the resulting executable to be covered by
-<span class="lineNum"> 26 </span> : // the GNU General Public License. This exception does not however
-<span class="lineNum"> 27 </span> : // invalidate any other reasons why the executable file might be covered by
-<span class="lineNum"> 28 </span> : // the GNU General Public License.
-<span class="lineNum"> 29 </span> :
-<span class="lineNum"> 30 </span> : /** @file atomicity.h
-<span class="lineNum"> 31 </span> : * This is an internal header file, included by other library headers.
-<span class="lineNum"> 32 </span> : * You should not attempt to use it directly.
-<span class="lineNum"> 33 </span> : */
-<span class="lineNum"> 34 </span> :
-<span class="lineNum"> 35 </span> : #ifndef _GLIBCXX_ATOMICITY_H
-<span class="lineNum"> 36 </span> : #define _GLIBCXX_ATOMICITY_H 1
-<span class="lineNum"> 37 </span> :
-<span class="lineNum"> 38 </span> : #include &lt;bits/c++config.h&gt;
-<span class="lineNum"> 39 </span> : #include &lt;bits/gthr.h&gt;
-<span class="lineNum"> 40 </span> : #include &lt;bits/atomic_word.h&gt;
-<span class="lineNum"> 41 </span> :
-<span class="lineNum"> 42 </span> : _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
-<span class="lineNum"> 43 </span> :
-<span class="lineNum"> 44 </span> : // Functions for portable atomic access.
-<span class="lineNum"> 45 </span> : // To abstract locking primitives across all thread policies, use:
-<span class="lineNum"> 46 </span> : // __exchange_and_add_dispatch
-<span class="lineNum"> 47 </span> : // __atomic_add_dispatch
-<span class="lineNum"> 48 </span> : #ifdef _GLIBCXX_ATOMIC_BUILTINS
-<span class="lineNum"> 49 </span> : static inline _Atomic_word
-<span class="lineNum"> 50 </span><span class="lineNoCov"> 0 : __exchange_and_add(volatile _Atomic_word* __mem, int __val)</span>
-<span class="lineNum"> 51 </span><span class="lineNoCov"> 0 : { return __sync_fetch_and_add(__mem, __val); }</span>
-<span class="lineNum"> 52 </span> :
-<span class="lineNum"> 53 </span> : static inline void
-<span class="lineNum"> 54 </span> : __atomic_add(volatile _Atomic_word* __mem, int __val)
-<span class="lineNum"> 55 </span> : { __sync_fetch_and_add(__mem, __val); }
-<span class="lineNum"> 56 </span> : #else
-<span class="lineNum"> 57 </span> : _Atomic_word
-<span class="lineNum"> 58 </span> : __attribute__ ((__unused__))
-<span class="lineNum"> 59 </span> : __exchange_and_add(volatile _Atomic_word*, int);
-<span class="lineNum"> 60 </span> :
-<span class="lineNum"> 61 </span> : void
-<span class="lineNum"> 62 </span> : __attribute__ ((__unused__))
-<span class="lineNum"> 63 </span> : __atomic_add(volatile _Atomic_word*, int);
-<span class="lineNum"> 64 </span> : #endif
-<span class="lineNum"> 65 </span> :
-<span class="lineNum"> 66 </span> : static inline _Atomic_word
-<span class="lineNum"> 67 </span><span class="lineNoCov"> 0 : __exchange_and_add_single(_Atomic_word* __mem, int __val)</span>
-<span class="lineNum"> 68 </span> : {
-<span class="lineNum"> 69 </span><span class="lineNoCov"> 0 : _Atomic_word __result = *__mem;</span>
-<span class="lineNum"> 70 </span><span class="lineNoCov"> 0 : *__mem += __val;</span>
-<span class="lineNum"> 71 </span><span class="lineNoCov"> 0 : return __result;</span>
-<span class="lineNum"> 72 </span> : }
-<span class="lineNum"> 73 </span> :
-<span class="lineNum"> 74 </span> : static inline void
-<span class="lineNum"> 75 </span> : __atomic_add_single(_Atomic_word* __mem, int __val)
-<span class="lineNum"> 76 </span> : { *__mem += __val; }
-<span class="lineNum"> 77 </span> :
-<span class="lineNum"> 78 </span> : static inline _Atomic_word
-<span class="lineNum"> 79 </span> : __attribute__ ((__unused__))
-<span class="lineNum"> 80 </span><span class="lineNoCov"> 0 : __exchange_and_add_dispatch(_Atomic_word* __mem, int __val)</span>
-<span class="lineNum"> 81 </span> : {
-<span class="lineNum"> 82 </span> : #ifdef __GTHREADS
-<span class="lineNum"> 83 </span><span class="lineNoCov"> 0 : if (__gthread_active_p())</span>
-<span class="lineNum"> 84 </span><span class="lineNoCov"> 0 : return __exchange_and_add(__mem, __val);</span>
-<span class="lineNum"> 85 </span> : else
-<span class="lineNum"> 86 </span><span class="lineNoCov"> 0 : return __exchange_and_add_single(__mem, __val);</span>
-<span class="lineNum"> 87 </span> : #else
-<span class="lineNum"> 88 </span> : return __exchange_and_add_single(__mem, __val);
-<span class="lineNum"> 89 </span> : #endif
-<span class="lineNum"> 90 </span> : }
-<span class="lineNum"> 91 </span> :
-<span class="lineNum"> 92 </span> : static inline void
-<span class="lineNum"> 93 </span> : __attribute__ ((__unused__))
-<span class="lineNum"> 94 </span> : __atomic_add_dispatch(_Atomic_word* __mem, int __val)
-<span class="lineNum"> 95 </span> : {
-<span class="lineNum"> 96 </span> : #ifdef __GTHREADS
-<span class="lineNum"> 97 </span> : if (__gthread_active_p())
-<span class="lineNum"> 98 </span> : __atomic_add(__mem, __val);
-<span class="lineNum"> 99 </span> : else
-<span class="lineNum"> 100 </span> : __atomic_add_single(__mem, __val);
-<span class="lineNum"> 101 </span> : #else
-<span class="lineNum"> 102 </span> : __atomic_add_single(__mem, __val);
-<span class="lineNum"> 103 </span> : #endif
-<span class="lineNum"> 104 </span> : }
-<span class="lineNum"> 105 </span> :
-<span class="lineNum"> 106 </span> : _GLIBCXX_END_NAMESPACE
-<span class="lineNum"> 107 </span> :
-<span class="lineNum"> 108 </span> : // Even if the CPU doesn't need a memory barrier, we need to ensure
-<span class="lineNum"> 109 </span> : // that the compiler doesn't reorder memory accesses across the
-<span class="lineNum"> 110 </span> : // barriers.
-<span class="lineNum"> 111 </span> : #ifndef _GLIBCXX_READ_MEM_BARRIER
-<span class="lineNum"> 112 </span> : #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile (&quot;&quot;:::&quot;memory&quot;)
-<span class="lineNum"> 113 </span> : #endif
-<span class="lineNum"> 114 </span> : #ifndef _GLIBCXX_WRITE_MEM_BARRIER
-<span class="lineNum"> 115 </span> : #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile (&quot;&quot;:::&quot;memory&quot;)
-<span class="lineNum"> 116 </span> : #endif
-<span class="lineNum"> 117 </span> :
-<span class="lineNum"> 118 </span> : #endif
-</pre>
- </td>
- </tr>
- </table>
- <br>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LTP GCOV extension version 1.6</a></td></tr>
- </table>
- <br>
-
-</body>
-</html>
diff --git a/rep/usr/include/c++/4.3/ext/index.html b/rep/usr/include/c++/4.3/ext/index.html
deleted file mode 100644
index 3d42502..0000000
--- a/rep/usr/include/c++/4.3/ext/index.html
+++ /dev/null
@@ -1,101 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html lang="en">
-
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>LCOV - lcov.info - /usr/include/c++/4.3/ext</title>
- <link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
-</head>
-
-<body>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="title">LTP GCOV extension - code coverage report</td></tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
-
- <tr>
- <td width="100%">
- <table cellpadding=1 border=0 width="100%">
- <tr>
- <td class="headerItem" width="20%">Current&nbsp;view:</td>
- <td class="headerValue" width="80%" colspan=4><a href="../../../../../index.html">directory</a> - /usr/include/c++/4.3/ext</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Test:</td>
- <td class="headerValue" width="80%" colspan=4>lcov.info</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Date:</td>
- <td class="headerValue" width="20%">2008-08-14</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Instrumented&nbsp;lines:</td>
- <td class="headerValue" width="20%">28</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Code&nbsp;covered:</td>
- <td class="headerValue" width="20%">53.6 %</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Executed&nbsp;lines:</td>
- <td class="headerValue" width="20%">15</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- </table>
-
- <center>
- <table width="80%" cellpadding=2 cellspacing=1 border=0>
-
- <tr>
- <td width="50%"><br></td>
- <td width="15%"></td>
- <td width="15%"></td>
- <td width="20%"></td>
- </tr>
-
- <tr>
- <td class="tableHead">Filename</td>
- <td class="tableHead" colspan=3>Coverage</td>
- </tr>
-
- <tr>
- <td class="coverFile"><a href="atomicity.h.gcov.html">atomicity.h</a></td>
- <td class="coverBar" align="center">
- <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../../../snow.png" width=100 height=10 alt="0.0%"></td></tr></table>
- </td>
- <td class="coverPerLo">0.0&nbsp;%</td>
- <td class="coverNumLo">0&nbsp;/&nbsp;10&nbsp;lines</td>
- </tr>
-
- <tr>
- <td class="coverFile"><a href="new_allocator.h.gcov.html">new_allocator.h</a></td>
- <td class="coverBar" align="center">
- <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../../../emerald.png" width=93 height=10 alt="92.9%"><img src="../../../../../snow.png" width=7 height=10 alt="92.9%"></td></tr></table>
- </td>
- <td class="coverPerHi">92.9&nbsp;%</td>
- <td class="coverNumHi">13&nbsp;/&nbsp;14&nbsp;lines</td>
- </tr>
-
- <tr>
- <td class="coverFile"><a href="type_traits.h.gcov.html">type_traits.h</a></td>
- <td class="coverBar" align="center">
- <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../../../emerald.png" width=50 height=10 alt="50.0%"><img src="../../../../../snow.png" width=50 height=10 alt="50.0%"></td></tr></table>
- </td>
- <td class="coverPerHi">50.0&nbsp;%</td>
- <td class="coverNumHi">2&nbsp;/&nbsp;4&nbsp;lines</td>
- </tr>
-
- </table>
- </center>
- <br>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php">LTP GCOV extension version 1.6</a></td></tr>
- </table>
- <br>
-
-</body>
-</html>
diff --git a/rep/usr/include/c++/4.3/ext/new_allocator.h.gcov.html b/rep/usr/include/c++/4.3/ext/new_allocator.h.gcov.html
deleted file mode 100644
index 1111116..0000000
--- a/rep/usr/include/c++/4.3/ext/new_allocator.h.gcov.html
+++ /dev/null
@@ -1,200 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html lang="en">
-
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>LCOV - lcov.info - /usr/include/c++/4.3/ext/new_allocator.h</title>
- <link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
-</head>
-
-<body>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="title">LTP GCOV extension - code coverage report</td></tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
-
- <tr>
- <td width="100%">
- <table cellpadding=1 border=0 width="100%">
- <tr>
- <td class="headerItem" width="20%">Current&nbsp;view:</td>
- <td class="headerValue" width="80%" colspan=4><a href="../../../../../index.html">directory</a> - <a href="index.html">usr/include/c++/4.3/ext</a> - new_allocator.h</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Test:</td>
- <td class="headerValue" width="80%" colspan=4>lcov.info</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Date:</td>
- <td class="headerValue" width="20%">2008-08-14</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Instrumented&nbsp;lines:</td>
- <td class="headerValue" width="20%">14</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Code&nbsp;covered:</td>
- <td class="headerValue" width="20%">92.9 %</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Executed&nbsp;lines:</td>
- <td class="headerValue" width="20%">13</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- </table>
-
- <table cellpadding=0 cellspacing=0 border=0>
- <tr>
- <td><br></td>
- </tr>
- <tr>
- <td><pre class="source">
-<span class="lineNum"> 1 </span> : // Allocator that wraps operator new -*- C++ -*-
-<span class="lineNum"> 2 </span> :
-<span class="lineNum"> 3 </span> : // Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
-<span class="lineNum"> 4 </span> : //
-<span class="lineNum"> 5 </span> : // This file is part of the GNU ISO C++ Library. This library is free
-<span class="lineNum"> 6 </span> : // software; you can redistribute it and/or modify it under the
-<span class="lineNum"> 7 </span> : // terms of the GNU General Public License as published by the
-<span class="lineNum"> 8 </span> : // Free Software Foundation; either version 2, or (at your option)
-<span class="lineNum"> 9 </span> : // any later version.
-<span class="lineNum"> 10 </span> :
-<span class="lineNum"> 11 </span> : // This library is distributed in the hope that it will be useful,
-<span class="lineNum"> 12 </span> : // but WITHOUT ANY WARRANTY; without even the implied warranty of
-<span class="lineNum"> 13 </span> : // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-<span class="lineNum"> 14 </span> : // GNU General Public License for more details.
-<span class="lineNum"> 15 </span> :
-<span class="lineNum"> 16 </span> : // You should have received a copy of the GNU General Public License along
-<span class="lineNum"> 17 </span> : // with this library; see the file COPYING. If not, write to the Free
-<span class="lineNum"> 18 </span> : // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-<span class="lineNum"> 19 </span> : // USA.
-<span class="lineNum"> 20 </span> :
-<span class="lineNum"> 21 </span> : // As a special exception, you may use this file as part of a free software
-<span class="lineNum"> 22 </span> : // library without restriction. Specifically, if other files instantiate
-<span class="lineNum"> 23 </span> : // templates or use macros or inline functions from this file, or you compile
-<span class="lineNum"> 24 </span> : // this file and link it with other files to produce an executable, this
-<span class="lineNum"> 25 </span> : // file does not by itself cause the resulting executable to be covered by
-<span class="lineNum"> 26 </span> : // the GNU General Public License. This exception does not however
-<span class="lineNum"> 27 </span> : // invalidate any other reasons why the executable file might be covered by
-<span class="lineNum"> 28 </span> : // the GNU General Public License.
-<span class="lineNum"> 29 </span> :
-<span class="lineNum"> 30 </span> : /** @file ext/new_allocator.h
-<span class="lineNum"> 31 </span> : * This file is a GNU extension to the Standard C++ Library.
-<span class="lineNum"> 32 </span> : */
-<span class="lineNum"> 33 </span> :
-<span class="lineNum"> 34 </span> : #ifndef _NEW_ALLOCATOR_H
-<span class="lineNum"> 35 </span> : #define _NEW_ALLOCATOR_H 1
-<span class="lineNum"> 36 </span> :
-<span class="lineNum"> 37 </span> : #include &lt;new&gt;
-<span class="lineNum"> 38 </span> : #include &lt;bits/functexcept.h&gt;
-<span class="lineNum"> 39 </span> : #include &lt;bits/stl_move.h&gt;
-<span class="lineNum"> 40 </span> :
-<span class="lineNum"> 41 </span> : _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
-<span class="lineNum"> 42 </span> :
-<span class="lineNum"> 43 </span> : using std::size_t;
-<span class="lineNum"> 44 </span> : using std::ptrdiff_t;
-<span class="lineNum"> 45 </span> :
-<span class="lineNum"> 46 </span> : /**
-<span class="lineNum"> 47 </span> : * @brief An allocator that uses global new, as per [20.4].
-<span class="lineNum"> 48 </span> : *
-<span class="lineNum"> 49 </span> : * This is precisely the allocator defined in the C++ Standard.
-<span class="lineNum"> 50 </span> : * - all allocation calls operator new
-<span class="lineNum"> 51 </span> : * - all deallocation calls operator delete
-<span class="lineNum"> 52 </span> : */
-<span class="lineNum"> 53 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 54 </span> : class new_allocator
-<span class="lineNum"> 55 </span> : {
-<span class="lineNum"> 56 </span> : public:
-<span class="lineNum"> 57 </span> : typedef size_t size_type;
-<span class="lineNum"> 58 </span> : typedef ptrdiff_t difference_type;
-<span class="lineNum"> 59 </span> : typedef _Tp* pointer;
-<span class="lineNum"> 60 </span> : typedef const _Tp* const_pointer;
-<span class="lineNum"> 61 </span> : typedef _Tp&amp; reference;
-<span class="lineNum"> 62 </span> : typedef const _Tp&amp; const_reference;
-<span class="lineNum"> 63 </span> : typedef _Tp value_type;
-<span class="lineNum"> 64 </span> :
-<span class="lineNum"> 65 </span> : template&lt;typename _Tp1&gt;
-<span class="lineNum"> 66 </span> : struct rebind
-<span class="lineNum"> 67 </span> : { typedef new_allocator&lt;_Tp1&gt; other; };
-<span class="lineNum"> 68 </span> :
-<span class="lineNum"> 69 </span><span class="lineCov"> 11574945 : new_allocator() throw() { }</span>
-<span class="lineNum"> 70 </span> :
-<span class="lineNum"> 71 </span><span class="lineCov"> 934618 : new_allocator(const new_allocator&amp;) throw() { }</span>
-<span class="lineNum"> 72 </span> :
-<span class="lineNum"> 73 </span> : template&lt;typename _Tp1&gt;
-<span class="lineNum"> 74 </span> : new_allocator(const new_allocator&lt;_Tp1&gt;&amp;) throw() { }
-<span class="lineNum"> 75 </span> :
-<span class="lineNum"> 76 </span><span class="lineCov"> 12615289 : ~new_allocator() throw() { }</span>
-<span class="lineNum"> 77 </span> :
-<span class="lineNum"> 78 </span> : pointer
-<span class="lineNum"> 79 </span> : address(reference __x) const { return &amp;__x; }
-<span class="lineNum"> 80 </span> :
-<span class="lineNum"> 81 </span> : const_pointer
-<span class="lineNum"> 82 </span> : address(const_reference __x) const { return &amp;__x; }
-<span class="lineNum"> 83 </span> :
-<span class="lineNum"> 84 </span> : // NB: __n is permitted to be 0. The C++ standard says nothing
-<span class="lineNum"> 85 </span> : // about what the return value is when __n == 0.
-<span class="lineNum"> 86 </span> : pointer
-<span class="lineNum"> 87 </span><span class="lineCov"> 5665535 : allocate(size_type __n, const void* = 0)</span>
-<span class="lineNum"> 88 </span> : {
-<span class="lineNum"> 89 </span><span class="lineCov"> 5665535 : if (__builtin_expect(__n &gt; this-&gt;max_size(), false))</span>
-<span class="lineNum"> 90 </span><span class="lineNoCov"> 0 : std::__throw_bad_alloc();</span>
-<span class="lineNum"> 91 </span> :
-<span class="lineNum"> 92 </span><span class="lineCov"> 5665535 : return static_cast&lt;_Tp*&gt;(::operator new(__n * sizeof(_Tp)));</span>
-<span class="lineNum"> 93 </span> : }
-<span class="lineNum"> 94 </span> :
-<span class="lineNum"> 95 </span> : // __p is not permitted to be a null pointer.
-<span class="lineNum"> 96 </span> : void
-<span class="lineNum"> 97 </span><span class="lineCov"> 5665395 : deallocate(pointer __p, size_type)</span>
-<span class="lineNum"> 98 </span><span class="lineCov"> 5665395 : { ::operator delete(__p); }</span>
-<span class="lineNum"> 99 </span> :
-<span class="lineNum"> 100 </span> : size_type
-<span class="lineNum"> 101 </span><span class="lineCov"> 5706963 : max_size() const throw() </span>
-<span class="lineNum"> 102 </span><span class="lineCov"> 5706963 : { return size_t(-1) / sizeof(_Tp); }</span>
-<span class="lineNum"> 103 </span> :
-<span class="lineNum"> 104 </span> : // _GLIBCXX_RESOLVE_LIB_DEFECTS
-<span class="lineNum"> 105 </span> : // 402. wrong new expression in [some_] allocator::construct
-<span class="lineNum"> 106 </span> : void
-<span class="lineNum"> 107 </span><span class="lineCov"> 5786312 : construct(pointer __p, const _Tp&amp; __val) </span>
-<span class="lineNum"> 108 </span><span class="lineCov"> 5786312 : { ::new((void *)__p) _Tp(__val); }</span>
-<span class="lineNum"> 109 </span> :
-<span class="lineNum"> 110 </span> : #ifdef __GXX_EXPERIMENTAL_CXX0X__
-<span class="lineNum"> 111 </span> : template&lt;typename... _Args&gt;
-<span class="lineNum"> 112 </span> : void
-<span class="lineNum"> 113 </span> : construct(pointer __p, _Args&amp;&amp;... __args)
-<span class="lineNum"> 114 </span> : { ::new((void *)__p) _Tp(std::forward&lt;_Args&gt;(__args)...); }
-<span class="lineNum"> 115 </span> : #endif
-<span class="lineNum"> 116 </span> :
-<span class="lineNum"> 117 </span> : void
-<span class="lineNum"> 118 </span><span class="lineCov"> 5644734 : destroy(pointer __p) { __p-&gt;~_Tp(); }</span>
-<span class="lineNum"> 119 </span> : };
-<span class="lineNum"> 120 </span> :
-<span class="lineNum"> 121 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 122 </span> : inline bool
-<span class="lineNum"> 123 </span> : operator==(const new_allocator&lt;_Tp&gt;&amp;, const new_allocator&lt;_Tp&gt;&amp;)
-<span class="lineNum"> 124 </span> : { return true; }
-<span class="lineNum"> 125 </span> :
-<span class="lineNum"> 126 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 127 </span> : inline bool
-<span class="lineNum"> 128 </span> : operator!=(const new_allocator&lt;_Tp&gt;&amp;, const new_allocator&lt;_Tp&gt;&amp;)
-<span class="lineNum"> 129 </span> : { return false; }
-<span class="lineNum"> 130 </span> :
-<span class="lineNum"> 131 </span> : _GLIBCXX_END_NAMESPACE
-<span class="lineNum"> 132 </span> :
-<span class="lineNum"> 133 </span> : #endif
-</pre>
- </td>
- </tr>
- </table>
- <br>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LTP GCOV extension version 1.6</a></td></tr>
- </table>
- <br>
-
-</body>
-</html>
diff --git a/rep/usr/include/c++/4.3/ext/type_traits.h.gcov.html b/rep/usr/include/c++/4.3/ext/type_traits.h.gcov.html
deleted file mode 100644
index 2b9b989..0000000
--- a/rep/usr/include/c++/4.3/ext/type_traits.h.gcov.html
+++ /dev/null
@@ -1,277 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html lang="en">
-
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>LCOV - lcov.info - /usr/include/c++/4.3/ext/type_traits.h</title>
- <link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
-</head>
-
-<body>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="title">LTP GCOV extension - code coverage report</td></tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
-
- <tr>
- <td width="100%">
- <table cellpadding=1 border=0 width="100%">
- <tr>
- <td class="headerItem" width="20%">Current&nbsp;view:</td>
- <td class="headerValue" width="80%" colspan=4><a href="../../../../../index.html">directory</a> - <a href="index.html">usr/include/c++/4.3/ext</a> - type_traits.h</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Test:</td>
- <td class="headerValue" width="80%" colspan=4>lcov.info</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Date:</td>
- <td class="headerValue" width="20%">2008-08-14</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Instrumented&nbsp;lines:</td>
- <td class="headerValue" width="20%">4</td>
- </tr>
- <tr>
- <td class="headerItem" width="20%">Code&nbsp;covered:</td>
- <td class="headerValue" width="20%">50.0 %</td>
- <td width="20%"></td>
- <td class="headerItem" width="20%">Executed&nbsp;lines:</td>
- <td class="headerValue" width="20%">2</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- </table>
-
- <table cellpadding=0 cellspacing=0 border=0>
- <tr>
- <td><br></td>
- </tr>
- <tr>
- <td><pre class="source">
-<span class="lineNum"> 1 </span> : // -*- C++ -*-
-<span class="lineNum"> 2 </span> :
-<span class="lineNum"> 3 </span> : // Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
-<span class="lineNum"> 4 </span> : //
-<span class="lineNum"> 5 </span> : // This file is part of the GNU ISO C++ Library. This library is free
-<span class="lineNum"> 6 </span> : // software; you can redistribute it and/or modify it under the terms
-<span class="lineNum"> 7 </span> : // of the GNU General Public License as published by the Free Software
-<span class="lineNum"> 8 </span> : // Foundation; either version 2, or (at your option) any later
-<span class="lineNum"> 9 </span> : // version.
-<span class="lineNum"> 10 </span> :
-<span class="lineNum"> 11 </span> : // This library is distributed in the hope that it will be useful, but
-<span class="lineNum"> 12 </span> : // WITHOUT ANY WARRANTY; without even the implied warranty of
-<span class="lineNum"> 13 </span> : // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-<span class="lineNum"> 14 </span> : // General Public License for more details.
-<span class="lineNum"> 15 </span> :
-<span class="lineNum"> 16 </span> : // You should have received a copy of the GNU General Public License along
-<span class="lineNum"> 17 </span> : // with this library; see the file COPYING. If not, write to the Free
-<span class="lineNum"> 18 </span> : // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-<span class="lineNum"> 19 </span> : // USA.
-<span class="lineNum"> 20 </span> :
-<span class="lineNum"> 21 </span> : // As a special exception, you may use this file as part of a free
-<span class="lineNum"> 22 </span> : // software library without restriction. Specifically, if other files
-<span class="lineNum"> 23 </span> : // instantiate templates or use macros or inline functions from this
-<span class="lineNum"> 24 </span> : // file, or you compile this file and link it with other files to
-<span class="lineNum"> 25 </span> : // produce an executable, this file does not by itself cause the
-<span class="lineNum"> 26 </span> : // resulting executable to be covered by the GNU General Public
-<span class="lineNum"> 27 </span> : // License. This exception does not however invalidate any other
-<span class="lineNum"> 28 </span> : // reasons why the executable file might be covered by the GNU General
-<span class="lineNum"> 29 </span> : // Public License.
-<span class="lineNum"> 30 </span> :
-<span class="lineNum"> 31 </span> : /** @file ext/type_traits.h
-<span class="lineNum"> 32 </span> : * This file is a GNU extension to the Standard C++ Library.
-<span class="lineNum"> 33 </span> : */
-<span class="lineNum"> 34 </span> :
-<span class="lineNum"> 35 </span> : #ifndef _EXT_TYPE_TRAITS
-<span class="lineNum"> 36 </span> : #define _EXT_TYPE_TRAITS 1
-<span class="lineNum"> 37 </span> :
-<span class="lineNum"> 38 </span> : #pragma GCC system_header
-<span class="lineNum"> 39 </span> :
-<span class="lineNum"> 40 </span> : #include &lt;bits/c++config.h&gt;
-<span class="lineNum"> 41 </span> : #include &lt;bits/cpp_type_traits.h&gt;
-<span class="lineNum"> 42 </span> :
-<span class="lineNum"> 43 </span> : _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
-<span class="lineNum"> 44 </span> :
-<span class="lineNum"> 45 </span> : // Define a nested type if some predicate holds.
-<span class="lineNum"> 46 </span> : template&lt;bool, typename&gt;
-<span class="lineNum"> 47 </span> : struct __enable_if
-<span class="lineNum"> 48 </span> : { };
-<span class="lineNum"> 49 </span> :
-<span class="lineNum"> 50 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 51 </span> : struct __enable_if&lt;true, _Tp&gt;
-<span class="lineNum"> 52 </span> : { typedef _Tp __type; };
-<span class="lineNum"> 53 </span> :
-<span class="lineNum"> 54 </span> :
-<span class="lineNum"> 55 </span> : // Conditional expression for types. If true, first, if false, second.
-<span class="lineNum"> 56 </span> : template&lt;bool _Cond, typename _Iftrue, typename _Iffalse&gt;
-<span class="lineNum"> 57 </span> : struct __conditional_type
-<span class="lineNum"> 58 </span> : { typedef _Iftrue __type; };
-<span class="lineNum"> 59 </span> :
-<span class="lineNum"> 60 </span> : template&lt;typename _Iftrue, typename _Iffalse&gt;
-<span class="lineNum"> 61 </span> : struct __conditional_type&lt;false, _Iftrue, _Iffalse&gt;
-<span class="lineNum"> 62 </span> : { typedef _Iffalse __type; };
-<span class="lineNum"> 63 </span> :
-<span class="lineNum"> 64 </span> :
-<span class="lineNum"> 65 </span> : // Given an integral builtin type, return the corresponding unsigned type.
-<span class="lineNum"> 66 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 67 </span> : struct __add_unsigned
-<span class="lineNum"> 68 </span> : {
-<span class="lineNum"> 69 </span> : private:
-<span class="lineNum"> 70 </span> : typedef __enable_if&lt;std::__is_integer&lt;_Tp&gt;::__value, _Tp&gt; __if_type;
-<span class="lineNum"> 71 </span> :
-<span class="lineNum"> 72 </span> : public:
-<span class="lineNum"> 73 </span> : typedef typename __if_type::__type __type;
-<span class="lineNum"> 74 </span> : };
-<span class="lineNum"> 75 </span> :
-<span class="lineNum"> 76 </span> : template&lt;&gt;
-<span class="lineNum"> 77 </span> : struct __add_unsigned&lt;char&gt;
-<span class="lineNum"> 78 </span> : { typedef unsigned char __type; };
-<span class="lineNum"> 79 </span> :
-<span class="lineNum"> 80 </span> : template&lt;&gt;
-<span class="lineNum"> 81 </span> : struct __add_unsigned&lt;signed char&gt;
-<span class="lineNum"> 82 </span> : { typedef unsigned char __type; };
-<span class="lineNum"> 83 </span> :
-<span class="lineNum"> 84 </span> : template&lt;&gt;
-<span class="lineNum"> 85 </span> : struct __add_unsigned&lt;short&gt;
-<span class="lineNum"> 86 </span> : { typedef unsigned short __type; };
-<span class="lineNum"> 87 </span> :
-<span class="lineNum"> 88 </span> : template&lt;&gt;
-<span class="lineNum"> 89 </span> : struct __add_unsigned&lt;int&gt;
-<span class="lineNum"> 90 </span> : { typedef unsigned int __type; };
-<span class="lineNum"> 91 </span> :
-<span class="lineNum"> 92 </span> : template&lt;&gt;
-<span class="lineNum"> 93 </span> : struct __add_unsigned&lt;long&gt;
-<span class="lineNum"> 94 </span> : { typedef unsigned long __type; };
-<span class="lineNum"> 95 </span> :
-<span class="lineNum"> 96 </span> : template&lt;&gt;
-<span class="lineNum"> 97 </span> : struct __add_unsigned&lt;long long&gt;
-<span class="lineNum"> 98 </span> : { typedef unsigned long long __type; };
-<span class="lineNum"> 99 </span> :
-<span class="lineNum"> 100 </span> : // Declare but don't define.
-<span class="lineNum"> 101 </span> : template&lt;&gt;
-<span class="lineNum"> 102 </span> : struct __add_unsigned&lt;bool&gt;;
-<span class="lineNum"> 103 </span> :
-<span class="lineNum"> 104 </span> : template&lt;&gt;
-<span class="lineNum"> 105 </span> : struct __add_unsigned&lt;wchar_t&gt;;
-<span class="lineNum"> 106 </span> :
-<span class="lineNum"> 107 </span> :
-<span class="lineNum"> 108 </span> : // Given an integral builtin type, return the corresponding signed type.
-<span class="lineNum"> 109 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 110 </span> : struct __remove_unsigned
-<span class="lineNum"> 111 </span> : {
-<span class="lineNum"> 112 </span> : private:
-<span class="lineNum"> 113 </span> : typedef __enable_if&lt;std::__is_integer&lt;_Tp&gt;::__value, _Tp&gt; __if_type;
-<span class="lineNum"> 114 </span> :
-<span class="lineNum"> 115 </span> : public:
-<span class="lineNum"> 116 </span> : typedef typename __if_type::__type __type;
-<span class="lineNum"> 117 </span> : };
-<span class="lineNum"> 118 </span> :
-<span class="lineNum"> 119 </span> : template&lt;&gt;
-<span class="lineNum"> 120 </span> : struct __remove_unsigned&lt;char&gt;
-<span class="lineNum"> 121 </span> : { typedef signed char __type; };
-<span class="lineNum"> 122 </span> :
-<span class="lineNum"> 123 </span> : template&lt;&gt;
-<span class="lineNum"> 124 </span> : struct __remove_unsigned&lt;unsigned char&gt;
-<span class="lineNum"> 125 </span> : { typedef signed char __type; };
-<span class="lineNum"> 126 </span> :
-<span class="lineNum"> 127 </span> : template&lt;&gt;
-<span class="lineNum"> 128 </span> : struct __remove_unsigned&lt;unsigned short&gt;
-<span class="lineNum"> 129 </span> : { typedef short __type; };
-<span class="lineNum"> 130 </span> :
-<span class="lineNum"> 131 </span> : template&lt;&gt;
-<span class="lineNum"> 132 </span> : struct __remove_unsigned&lt;unsigned int&gt;
-<span class="lineNum"> 133 </span> : { typedef int __type; };
-<span class="lineNum"> 134 </span> :
-<span class="lineNum"> 135 </span> : template&lt;&gt;
-<span class="lineNum"> 136 </span> : struct __remove_unsigned&lt;unsigned long&gt;
-<span class="lineNum"> 137 </span> : { typedef long __type; };
-<span class="lineNum"> 138 </span> :
-<span class="lineNum"> 139 </span> : template&lt;&gt;
-<span class="lineNum"> 140 </span> : struct __remove_unsigned&lt;unsigned long long&gt;
-<span class="lineNum"> 141 </span> : { typedef long long __type; };
-<span class="lineNum"> 142 </span> :
-<span class="lineNum"> 143 </span> : // Declare but don't define.
-<span class="lineNum"> 144 </span> : template&lt;&gt;
-<span class="lineNum"> 145 </span> : struct __remove_unsigned&lt;bool&gt;;
-<span class="lineNum"> 146 </span> :
-<span class="lineNum"> 147 </span> : template&lt;&gt;
-<span class="lineNum"> 148 </span> : struct __remove_unsigned&lt;wchar_t&gt;;
-<span class="lineNum"> 149 </span> :
-<span class="lineNum"> 150 </span> :
-<span class="lineNum"> 151 </span> : // For use in string and vstring.
-<span class="lineNum"> 152 </span> : template&lt;typename _Type&gt;
-<span class="lineNum"> 153 </span> : inline bool
-<span class="lineNum"> 154 </span><span class="lineNoCov"> 0 : __is_null_pointer(_Type* __ptr)</span>
-<span class="lineNum"> 155 </span><span class="lineNoCov"> 0 : { return __ptr == 0; }</span>
-<span class="lineNum"> 156 </span> :
-<span class="lineNum"> 157 </span> : template&lt;typename _Type&gt;
-<span class="lineNum"> 158 </span> : inline bool
-<span class="lineNum"> 159 </span><span class="lineCov"> 1287 : __is_null_pointer(_Type)</span>
-<span class="lineNum"> 160 </span><span class="lineCov"> 1287 : { return false; }</span>
-<span class="lineNum"> 161 </span> :
-<span class="lineNum"> 162 </span> :
-<span class="lineNum"> 163 </span> : // For complex and cmath
-<span class="lineNum"> 164 </span> : template&lt;typename _Tp, bool = std::__is_integer&lt;_Tp&gt;::__value&gt;
-<span class="lineNum"> 165 </span> : struct __promote
-<span class="lineNum"> 166 </span> : { typedef double __type; };
-<span class="lineNum"> 167 </span> :
-<span class="lineNum"> 168 </span> : template&lt;typename _Tp&gt;
-<span class="lineNum"> 169 </span> : struct __promote&lt;_Tp, false&gt;
-<span class="lineNum"> 170 </span> : { typedef _Tp __type; };
-<span class="lineNum"> 171 </span> :
-<span class="lineNum"> 172 </span> : template&lt;typename _Tp, typename _Up&gt;
-<span class="lineNum"> 173 </span> : struct __promote_2
-<span class="lineNum"> 174 </span> : {
-<span class="lineNum"> 175 </span> : private:
-<span class="lineNum"> 176 </span> : typedef typename __promote&lt;_Tp&gt;::__type __type1;
-<span class="lineNum"> 177 </span> : typedef typename __promote&lt;_Up&gt;::__type __type2;
-<span class="lineNum"> 178 </span> :
-<span class="lineNum"> 179 </span> : public:
-<span class="lineNum"> 180 </span> : typedef __typeof__(__type1() + __type2()) __type;
-<span class="lineNum"> 181 </span> : };
-<span class="lineNum"> 182 </span> :
-<span class="lineNum"> 183 </span> : template&lt;typename _Tp, typename _Up, typename _Vp&gt;
-<span class="lineNum"> 184 </span> : struct __promote_3
-<span class="lineNum"> 185 </span> : {
-<span class="lineNum"> 186 </span> : private:
-<span class="lineNum"> 187 </span> : typedef typename __promote&lt;_Tp&gt;::__type __type1;
-<span class="lineNum"> 188 </span> : typedef typename __promote&lt;_Up&gt;::__type __type2;
-<span class="lineNum"> 189 </span> : typedef typename __promote&lt;_Vp&gt;::__type __type3;
-<span class="lineNum"> 190 </span> :
-<span class="lineNum"> 191 </span> : public:
-<span class="lineNum"> 192 </span> : typedef __typeof__(__type1() + __type2() + __type3()) __type;
-<span class="lineNum"> 193 </span> : };
-<span class="lineNum"> 194 </span> :
-<span class="lineNum"> 195 </span> : template&lt;typename _Tp, typename _Up, typename _Vp, typename _Wp&gt;
-<span class="lineNum"> 196 </span> : struct __promote_4
-<span class="lineNum"> 197 </span> : {
-<span class="lineNum"> 198 </span> : private:
-<span class="lineNum"> 199 </span> : typedef typename __promote&lt;_Tp&gt;::__type __type1;
-<span class="lineNum"> 200 </span> : typedef typename __promote&lt;_Up&gt;::__type __type2;
-<span class="lineNum"> 201 </span> : typedef typename __promote&lt;_Vp&gt;::__type __type3;
-<span class="lineNum"> 202 </span> : typedef typename __promote&lt;_Wp&gt;::__type __type4;
-<span class="lineNum"> 203 </span> :
-<span class="lineNum"> 204 </span> : public:
-<span class="lineNum"> 205 </span> : typedef __typeof__(__type1() + __type2() + __type3() + __type4()) __type;
-<span class="lineNum"> 206 </span> : };
-<span class="lineNum"> 207 </span> :
-<span class="lineNum"> 208 </span> : _GLIBCXX_END_NAMESPACE
-<span class="lineNum"> 209 </span> :
-<span class="lineNum"> 210 </span> : #endif
-</pre>
- </td>
- </tr>
- </table>
- <br>
-
- <table width="100%" border=0 cellspacing=0 cellpadding=0>
- <tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
- <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LTP GCOV extension version 1.6</a></td></tr>
- </table>
- <br>
-
-</body>
-</html>