• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/share/doc/arm-arm-none-eabi/html/cpp/
1<html lang="en">
2<head>
3<title>Index of Directives - The C Preprocessor</title>
4<meta http-equiv="Content-Type" content="text/html">
5<meta name="description" content="The C Preprocessor">
6<meta name="generator" content="makeinfo 4.13">
7<link title="Top" rel="start" href="index.html#Top">
8<link rel="prev" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License" title="GNU Free Documentation License">
9<link rel="next" href="Option-Index.html#Option-Index" title="Option Index">
10<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
11<!--
12Copyright (C) 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
131997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
142008, 2009, 2010, 2011
15Free Software Foundation, Inc.
16
17Permission is granted to copy, distribute and/or modify this document
18under the terms of the GNU Free Documentation License, Version 1.3 or
19any later version published by the Free Software Foundation.  A copy of
20the license is included in the
21section entitled ``GNU Free Documentation License''.
22
23This manual contains no Invariant Sections.  The Front-Cover Texts are
24(a) (see below), and the Back-Cover Texts are (b) (see below).
25
26(a) The FSF's Front-Cover Text is:
27
28     A GNU Manual
29
30(b) The FSF's Back-Cover Text is:
31
32     You have freedom to copy and modify this GNU Manual, like GNU
33     software.  Copies published by the Free Software Foundation raise
34     funds for GNU development.
35-->
36<meta http-equiv="Content-Style-Type" content="text/css">
37<style type="text/css"><!--
38  pre.display { font-family:inherit }
39  pre.format  { font-family:inherit }
40  pre.smalldisplay { font-family:inherit; font-size:smaller }
41  pre.smallformat  { font-family:inherit; font-size:smaller }
42  pre.smallexample { font-size:smaller }
43  pre.smalllisp    { font-size:smaller }
44  span.sc    { font-variant:small-caps }
45  span.roman { font-family:serif; font-weight:normal; } 
46  span.sansserif { font-family:sans-serif; font-weight:normal; } 
47--></style>
48<link rel="stylesheet" type="text/css" href="../cs.css">
49</head>
50<body>
51<div class="node">
52<a name="Index-of-Directives"></a>
53<p>
54Next:&nbsp;<a rel="next" accesskey="n" href="Option-Index.html#Option-Index">Option Index</a>,
55Previous:&nbsp;<a rel="previous" accesskey="p" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>,
56Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
57<hr>
58</div>
59
60<h2 class="unnumbered">Index of Directives</h2>
61
62<ul class="index-fn" compact>
63<li><a href="Obsolete-Features.html#index-g_t_0023assert-114"><code>#assert</code></a>: <a href="Obsolete-Features.html#Obsolete-Features">Obsolete Features</a></li>
64<li><a href="Object_002dlike-Macros.html#index-g_t_0023define-44"><code>#define</code></a>: <a href="Object_002dlike-Macros.html#Object_002dlike-Macros">Object-like Macros</a></li>
65<li><a href="Elif.html#index-g_t_0023elif-91"><code>#elif</code></a>: <a href="Elif.html#Elif">Elif</a></li>
66<li><a href="Else.html#index-g_t_0023else-90"><code>#else</code></a>: <a href="Else.html#Else">Else</a></li>
67<li><a href="Ifdef.html#index-g_t_0023endif-86"><code>#endif</code></a>: <a href="Ifdef.html#Ifdef">Ifdef</a></li>
68<li><a href="Diagnostics.html#index-g_t_0023error-96"><code>#error</code></a>: <a href="Diagnostics.html#Diagnostics">Diagnostics</a></li>
69<li><a href="Other-Directives.html#index-g_t_0023ident-104"><code>#ident</code></a>: <a href="Other-Directives.html#Other-Directives">Other Directives</a></li>
70<li><a href="Conditional-Syntax.html#index-g_t_0023if-84"><code>#if</code></a>: <a href="Conditional-Syntax.html#Conditional-Syntax">Conditional Syntax</a></li>
71<li><a href="Ifdef.html#index-g_t_0023ifdef-85"><code>#ifdef</code></a>: <a href="Ifdef.html#Ifdef">Ifdef</a></li>
72<li><a href="Ifdef.html#index-g_t_0023ifndef-88"><code>#ifndef</code></a>: <a href="Ifdef.html#Ifdef">Ifdef</a></li>
73<li><a href="Alternatives-to-Wrapper-_0023ifndef.html#index-g_t_0023import-33"><code>#import</code></a>: <a href="Alternatives-to-Wrapper-_0023ifndef.html#Alternatives-to-Wrapper-_0023ifndef">Alternatives to Wrapper #ifndef</a></li>
74<li><a href="Include-Syntax.html#index-g_t_0023include-27"><code>#include</code></a>: <a href="Include-Syntax.html#Include-Syntax">Include Syntax</a></li>
75<li><a href="Wrapper-Headers.html#index-g_t_0023include_005fnext-38"><code>#include_next</code></a>: <a href="Wrapper-Headers.html#Wrapper-Headers">Wrapper Headers</a></li>
76<li><a href="Line-Control.html#index-g_t_0023line-99"><code>#line</code></a>: <a href="Line-Control.html#Line-Control">Line Control</a></li>
77<li><a href="Pragmas.html#index-g_t_0023pragma-GCC-dependency-101"><code>#pragma GCC dependency</code></a>: <a href="Pragmas.html#Pragmas">Pragmas</a></li>
78<li><a href="Pragmas.html#index-g_t_0023pragma-GCC-poison-102"><code>#pragma GCC poison</code></a>: <a href="Pragmas.html#Pragmas">Pragmas</a></li>
79<li><a href="Pragmas.html#index-g_t_0023pragma-GCC-system_005fheader-103"><code>#pragma GCC system_header</code></a>: <a href="Pragmas.html#Pragmas">Pragmas</a></li>
80<li><a href="System-Headers.html#index-g_t_0023pragma-GCC-system_005fheader-40"><code>#pragma GCC system_header</code></a>: <a href="System-Headers.html#System-Headers">System Headers</a></li>
81<li><a href="Other-Directives.html#index-g_t_0023sccs-105"><code>#sccs</code></a>: <a href="Other-Directives.html#Other-Directives">Other Directives</a></li>
82<li><a href="Obsolete-Features.html#index-g_t_0023unassert-116"><code>#unassert</code></a>: <a href="Obsolete-Features.html#Obsolete-Features">Obsolete Features</a></li>
83<li><a href="Undefining-and-Redefining-Macros.html#index-g_t_0023undef-70"><code>#undef</code></a>: <a href="Undefining-and-Redefining-Macros.html#Undefining-and-Redefining-Macros">Undefining and Redefining Macros</a></li>
84<li><a href="Diagnostics.html#index-g_t_0023warning-97"><code>#warning</code></a>: <a href="Diagnostics.html#Diagnostics">Diagnostics</a></li>
85   </ul></body></html>
86
87