⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 keyword-index.html

📁 gcc手册
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<li>invoking <code>g++</code>: <a href="Invoking-G--.html#Invoking%20G++">Invoking G++</a>

<li>ISO 9899: <a href="Standards.html#Standards">Standards</a>

<li>ISO C: <a href="Standards.html#Standards">Standards</a>

<li>ISO C standard: <a href="Standards.html#Standards">Standards</a>

<li>ISO C90: <a href="Standards.html#Standards">Standards</a>

<li>ISO C94: <a href="Standards.html#Standards">Standards</a>

<li>ISO C95: <a href="Standards.html#Standards">Standards</a>

<li>ISO C99: <a href="Standards.html#Standards">Standards</a>

<li>ISO C9X: <a href="Standards.html#Standards">Standards</a>

<li>ISO support: <a href="C-Dialect-Options.html#C%20Dialect%20Options">C Dialect Options</a>

<li>ISO/IEC 9899: <a href="Standards.html#Standards">Standards</a>

<li>Java: <a href="G---and-GCC.html#G++%20and%20GCC">G++ and GCC</a>

<li>java_interface attribute: <a href="C---Attributes.html#C++%20Attributes">C++ Attributes</a>

<li>keywords, alternate: <a href="Alternate-Keywords.html#Alternate%20Keywords">Alternate Keywords</a>

<li>known causes of trouble: <a href="Trouble.html#Trouble">Trouble</a>

<li>labeled elements in initializers: <a href="Designated-Inits.html#Designated%20Inits">Designated Inits</a>

<li>labels as values: <a href="Labels-as-Values.html#Labels%20as%20Values">Labels as Values</a>

<li><code>labs</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li><code>LANG</code>: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li>language dialect options: <a href="C-Dialect-Options.html#C%20Dialect%20Options">C Dialect Options</a>

<li>large bit shifts (88k): <a href="M88K-Options.html#M88K%20Options">M88K Options</a>

<li><code>LC_ALL</code>: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li><code>LC_CTYPE</code>: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li><code>LC_MESSAGES</code>: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li>length-zero arrays: <a href="Zero-Length.html#Zero%20Length">Zero Length</a>

<li>Libraries: <a href="Link-Options.html#Link%20Options">Link Options</a>

<li><code>LIBRARY_PATH</code>: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li>link options: <a href="Link-Options.html#Link%20Options">Link Options</a>

<li><code>LL</code> integer suffix: <a href="Long-Long.html#Long%20Long">Long Long</a>

<li><code>llabs</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li>load address instruction: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li>local labels: <a href="Local-Labels.html#Local%20Labels">Local Labels</a>

<li>local variables in macros: <a href="Typeof.html#Typeof">Typeof</a>

<li>local variables, specifying registers: <a href="Local-Reg-Vars.html#Local%20Reg%20Vars">Local Reg Vars</a>

<li>locale: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li>locale definition: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li><code>log</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li><code>logf</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li><code>logl</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li><code>long long</code> data types: <a href="Long-Long.html#Long%20Long">Long Long</a>

<li><code>longjmp</code>: <a href="Global-Reg-Vars.html#Global%20Reg%20Vars">Global Reg Vars</a>

<li><code>longjmp</code> incompatibilities: <a href="Incompatibilities.html#Incompatibilities">Incompatibilities</a>

<li><code>longjmp</code> warnings: <a href="Warning-Options.html#Warning%20Options">Warning Options</a>

<li>lvalues, generalized: <a href="Lvalues.html#Lvalues">Lvalues</a>

<li><code>m</code> in constraint: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li>M32R/D options: <a href="M32R-D-Options.html#M32R%2fD%20Options">M32R/D Options</a>

<li>M680x0 options: <a href="M680x0-Options.html#M680x0%20Options">M680x0 Options</a>

<li>M68hc1x options: <a href="M68hc1x-Options.html#M68hc1x%20Options">M68hc1x Options</a>

<li>M88k options: <a href="M88K-Options.html#M88K%20Options">M88K Options</a>

<li>machine dependent options: <a href="Submodel-Options.html#Submodel%20Options">Submodel Options</a>

<li>machine specific constraints: <a href="Machine-Constraints.html#Machine%20Constraints">Machine Constraints</a>

<li>macro with variable arguments: <a href="Variadic-Macros.html#Variadic%20Macros">Variadic Macros</a>

<li>macros containing <code>asm</code>: <a href="Extended-Asm.html#Extended%20Asm">Extended Asm</a>

<li>macros, inline alternative: <a href="Inline.html#Inline">Inline</a>

<li>macros, local labels: <a href="Local-Labels.html#Local%20Labels">Local Labels</a>

<li>macros, local variables in: <a href="Typeof.html#Typeof">Typeof</a>

<li>macros, statements in expressions: <a href="Statement-Exprs.html#Statement%20Exprs">Statement Exprs</a>

<li>macros, types of arguments: <a href="Typeof.html#Typeof">Typeof</a>

<li><code>main</code> and the exit status: <a href="VMS-Misc.html#VMS%20Misc">VMS Misc</a>

<li>make: <a href="Preprocessor-Options.html#Preprocessor%20Options">Preprocessor Options</a>

<li><code>malloc</code> attribute: <a href="Function-Attributes.html#Function%20Attributes">Function Attributes</a>

<li>matching constraint: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li>maximum operator: <a href="Min-and-Max.html#Min%20and%20Max">Min and Max</a>

<li>MCore options: <a href="MCore-Options.html#MCore%20Options">MCore Options</a>

<li>member fns, automatically <code>inline</code>: <a href="Inline.html#Inline">Inline</a>

<li><code>memcmp</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li><code>memcpy</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li>memory references in constraints: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li><code>memset</code>: <a href="Other-Builtins.html#Other%20Builtins">Other Builtins</a>

<li>message formatting: <a href="Language-Independent-Options.html#Language%20Independent%20Options">Language Independent Options</a>

<li>messages, warning: <a href="Warning-Options.html#Warning%20Options">Warning Options</a>

<li>messages, warning and error: <a href="Warnings-and-Errors.html#Warnings%20and%20Errors">Warnings and Errors</a>

<li>middle-operands, omitted: <a href="Conditionals.html#Conditionals">Conditionals</a>

<li>minimum operator: <a href="Min-and-Max.html#Min%20and%20Max">Min and Max</a>

<li>MIPS options: <a href="MIPS-Options.html#MIPS%20Options">MIPS Options</a>

<li>misunderstandings in C++: <a href="C---Misunderstandings.html#C++%20Misunderstandings">C++ Misunderstandings</a>

<li>mixed declarations and code: <a href="Mixed-Declarations.html#Mixed%20Declarations">Mixed Declarations</a>

<li><code>mktemp</code>, and constant strings: <a href="Incompatibilities.html#Incompatibilities">Incompatibilities</a>

<li>MMIX Options: <a href="MMIX-Options.html#MMIX%20Options">MMIX Options</a>

<li>MN10200 options: <a href="MN10200-Options.html#MN10200%20Options">MN10200 Options</a>

<li>MN10300 options: <a href="MN10300-Options.html#MN10300%20Options">MN10300 Options</a>

<li><code>mode</code> attribute: <a href="Variable-Attributes.html#Variable%20Attributes">Variable Attributes</a>

<li>modifiers in constraints: <a href="Modifiers.html#Modifiers">Modifiers</a>

<li>multi-line string literals: <a href="Multi-line-Strings.html#Multi-line%20Strings">Multi-line Strings</a>

<li>multiple alternative constraints: <a href="Multi-Alternative.html#Multi-Alternative">Multi-Alternative</a>

<li>multiprecision arithmetic: <a href="Long-Long.html#Long%20Long">Long Long</a>

<li><code>n</code> in constraint: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li>name augmentation: <a href="VMS-Misc.html#VMS%20Misc">VMS Misc</a>

<li>names used in assembler code: <a href="Asm-Labels.html#Asm%20Labels">Asm Labels</a>

<li>naming convention, implementation headers: <a href="C---Interface.html#C++%20Interface">C++ Interface</a>

<li>nested functions: <a href="Nested-Functions.html#Nested%20Functions">Nested Functions</a>

<li>newlines (escaped): <a href="Escaped-Newlines.html#Escaped%20Newlines">Escaped Newlines</a>

<li><code>no_instrument_function</code> function attribute: <a href="Function-Attributes.html#Function%20Attributes">Function Attributes</a>

<li><code>nocommon</code> attribute: <a href="Variable-Attributes.html#Variable%20Attributes">Variable Attributes</a>

<li><code>noinline</code> function attribute: <a href="Function-Attributes.html#Function%20Attributes">Function Attributes</a>

<li>non-constant initializers: <a href="Initializers.html#Initializers">Initializers</a>

<li>non-static inline function: <a href="Inline.html#Inline">Inline</a>

<li><code>nonnull</code> function attribute: <a href="Function-Attributes.html#Function%20Attributes">Function Attributes</a>

<li><code>noreturn</code> function attribute: <a href="Function-Attributes.html#Function%20Attributes">Function Attributes</a>

<li><code>nothrow</code> function attribute: <a href="Function-Attributes.html#Function%20Attributes">Function Attributes</a>

<li>NS32K options: <a href="NS32K-Options.html#NS32K%20Options">NS32K Options</a>

<li><code>o</code> in constraint: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li><code>OBJC_INCLUDE_PATH</code>: <a href="Environment-Variables.html#Environment%20Variables">Environment Variables</a>

<li>Objective-C: <a href="G---and-GCC.html#G++%20and%20GCC">G++ and GCC</a>

<li>Objective-C options, command line: <a href="Objective-C-Dialect-Options.html#Objective-C%20Dialect%20Options">Objective-C Dialect Options</a>

<li>OCS (88k): <a href="M88K-Options.html#M88K%20Options">M88K Options</a>

<li>offsettable address: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li>old-style function definitions: <a href="Function-Prototypes.html#Function%20Prototypes">Function Prototypes</a>

<li>omitted middle-operands: <a href="Conditionals.html#Conditionals">Conditionals</a>

<li>open coding: <a href="Inline.html#Inline">Inline</a>

<li>operand constraints, <code>asm</code>: <a href="Constraints.html#Constraints">Constraints</a>

<li>optimize options: <a href="Optimize-Options.html#Optimize%20Options">Optimize Options</a>

<li>options to control diagnostics formatting: <a href="Language-Independent-Options.html#Language%20Independent%20Options">Language Independent Options</a>

<li>options to control warnings: <a href="Warning-Options.html#Warning%20Options">Warning Options</a>

<li>options, C++: <a href="C---Dialect-Options.html#C++%20Dialect%20Options">C++ Dialect Options</a>

<li>options, code generation: <a href="Code-Gen-Options.html#Code%20Gen%20Options">Code Gen Options</a>

<li>options, debugging: <a href="Debugging-Options.html#Debugging%20Options">Debugging Options</a>

<li>options, dialect: <a href="C-Dialect-Options.html#C%20Dialect%20Options">C Dialect Options</a>

<li>options, directory search: <a href="Directory-Options.html#Directory%20Options">Directory Options</a>

<li>options, GCC command: <a href="Invoking-GCC.html#Invoking%20GCC">Invoking GCC</a>

<li>options, grouping: <a href="Invoking-GCC.html#Invoking%20GCC">Invoking GCC</a>

<li>options, linking: <a href="Link-Options.html#Link%20Options">Link Options</a>

<li>options, Objective-C: <a href="Objective-C-Dialect-Options.html#Objective-C%20Dialect%20Options">Objective-C Dialect Options</a>

<li>options, optimization: <a href="Optimize-Options.html#Optimize%20Options">Optimize Options</a>

<li>options, order: <a href="Invoking-GCC.html#Invoking%20GCC">Invoking GCC</a>

<li>options, preprocessor: <a href="Preprocessor-Options.html#Preprocessor%20Options">Preprocessor Options</a>

<li>order of evaluation, side effects: <a href="Non-bugs.html#Non-bugs">Non-bugs</a>

<li>order of options: <a href="Invoking-GCC.html#Invoking%20GCC">Invoking GCC</a>

<li>other register constraints: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li>output file option: <a href="Overall-Options.html#Overall%20Options">Overall Options</a>

<li>overloaded virtual fn, warning: <a href="C---Dialect-Options.html#C++%20Dialect%20Options">C++ Dialect Options</a>

<li><code>p</code> in constraint: <a href="Simple-Constraints.html#Simple%20Constraints">Simple Constraints</a>

<li><code>packed</code> attribute: <a href="Variable-Attributes.html#Variable%20Attributes">Variable Attributes</a>

<li>parameter forward declaration: <a href="Variable-Length.html#Variable%20Length">Variable Length</a>

<li>parameters, aliased: <a href="Code-Gen-Options.html#Code%20Gen%20Options">Code Gen Options</a>

<li>PDP-11 Options: <a href="PDP-11-Options.html#PDP-11%20Options">PDP-11 Options</a>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -