[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Keyword Index: Q -- S

Jump to:   !   #   $   %   &   '   (   *   +   -   .   /   0   <   =   >   ?   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

Index Entry Section

Q
Q floating point suffix6.10 Additional Floating Types
q floating point suffix6.10 Additional Floating Types
qsort, and global register variables6.42.1 Defining Global Register Variables
question mark6.40.2 Multiple Alternative Constraints

R
r fixed-suffix6.14 Fixed-Point Types
R fixed-suffix6.14 Fixed-Point Types
`r' in constraint6.40.1 Simple Constraints
ranges in case statements6.26 Case Ranges
read-only strings11.4 Incompatibilities of GCC
register variable after longjmp6.42.1 Defining Global Register Variables
registers6.39 Assembler Instructions with C Expression Operands
registers for local variables6.42.2 Specifying Registers for Local Variables
registers in constraints6.40.1 Simple Constraints
registers, global allocation6.42 Variables in Specified Registers
registers, global variables in6.42.1 Defining Global Register Variables
regparm attribute6.29 Declaring Attributes of Functions
relocation truncated to fit (ColdFire)3.17.22 M680x0 Options
relocation truncated to fit (MIPS)3.17.26 MIPS Options
remainder6.52 Other built-in functions provided by GCC
remainderf6.52 Other built-in functions provided by GCC
remainderl6.52 Other built-in functions provided by GCC
remquo6.52 Other built-in functions provided by GCC
remquof6.52 Other built-in functions provided by GCC
remquol6.52 Other built-in functions provided by GCC
reordering, warning3.5 Options Controlling C++ Dialect
reporting bugs12. Reporting Bugs
resbank attribute6.29 Declaring Attributes of Functions
rest argument (in macro)6.19 Macros with a Variable Number of Arguments.
restricted pointers7.2 Restricting Pointer Aliasing
restricted references7.2 Restricting Pointer Aliasing
restricted this pointer7.2 Restricting Pointer Aliasing
returns_twice attribute6.29 Declaring Attributes of Functions
rindex6.52 Other built-in functions provided by GCC
rint6.52 Other built-in functions provided by GCC
rintf6.52 Other built-in functions provided by GCC
rintl6.52 Other built-in functions provided by GCC
round6.52 Other built-in functions provided by GCC
roundf6.52 Other built-in functions provided by GCC
roundl6.52 Other built-in functions provided by GCC
RS/6000 and PowerPC Options3.17.32 IBM RS/6000 and PowerPC Options
RTTI7.3 Vague Linkage
run-time options3.18 Options for Code Generation Conventions
RX Options3.17.33 RX Options

S
`s' in constraint6.40.1 Simple Constraints
S/390 and zSeries Options3.17.34 S/390 and zSeries Options
save all registers on the Blackfin, H8/300, H8/300H, and H8S6.29 Declaring Attributes of Functions
scalb6.52 Other built-in functions provided by GCC
scalbf6.52 Other built-in functions provided by GCC
scalbl6.52 Other built-in functions provided by GCC
scalbln6.52 Other built-in functions provided by GCC
scalblnf6.52 Other built-in functions provided by GCC
scalblnf6.52 Other built-in functions provided by GCC
scalbn6.52 Other built-in functions provided by GCC
scalbnf6.52 Other built-in functions provided by GCC
scanf, and constant strings11.4 Incompatibilities of GCC
scanfnl6.52 Other built-in functions provided by GCC
scope of a variable length array6.18 Arrays of Variable Length
scope of declaration11.7 Disappointments and Misunderstandings
scope of external declarations11.4 Incompatibilities of GCC
Score Options3.17.35 Score Options
search path3.14 Options for Directory Search
section function attribute6.29 Declaring Attributes of Functions
section variable attribute6.35 Specifying Attributes of Variables
sentinel function attribute6.29 Declaring Attributes of Functions
setjmp6.42.1 Defining Global Register Variables
setjmp incompatibilities11.4 Incompatibilities of GCC
shared strings11.4 Incompatibilities of GCC
shared variable attribute6.35 Specifying Attributes of Variables
side effect in ?:6.7 Conditionals with Omitted Operands
side effects, macro argument6.1 Statements and Declarations in Expressions
side effects, order of evaluation11.9 Certain Changes We Don't Want to Make
signal handler functions on the AVR processors6.29 Declaring Attributes of Functions
signbit6.52 Other built-in functions provided by GCC
signbitd1286.52 Other built-in functions provided by GCC
signbitd326.52 Other built-in functions provided by GCC
signbitd646.52 Other built-in functions provided by GCC
signbitf6.52 Other built-in functions provided by GCC
signbitl6.52 Other built-in functions provided by GCC
signed and unsigned values, comparison warning3.8 Options to Request or Suppress Warnings
significand6.52 Other built-in functions provided by GCC
significandf6.52 Other built-in functions provided by GCC
significandl6.52 Other built-in functions provided by GCC
simple constraints6.40.1 Simple Constraints
sin6.52 Other built-in functions provided by GCC
sincos6.52 Other built-in functions provided by GCC
sincosf6.52 Other built-in functions provided by GCC
sincosl6.52 Other built-in functions provided by GCC
sinf6.52 Other built-in functions provided by GCC
sinh6.52 Other built-in functions provided by GCC
sinhf6.52 Other built-in functions provided by GCC
sinhl6.52 Other built-in functions provided by GCC
sinl6.52 Other built-in functions provided by GCC
sizeof6.6 Referring to a Type with typeof
smaller data references3.17.21 M32R/D Options
smaller data references (PowerPC)3.17.32 IBM RS/6000 and PowerPC Options
snprintf6.52 Other built-in functions provided by GCC
SPARC options3.17.37 SPARC Options
Spec Files3.15 Specifying subprocesses and the switches to pass to them
specified registers6.42 Variables in Specified Registers
specifying compiler version and target machine3.16 Specifying Target Machine and Compiler Version
specifying hardware config3.17 Hardware Models and Configurations
specifying machine version3.16 Specifying Target Machine and Compiler Version
specifying registers for local variables6.42.2 Specifying Registers for Local Variables
speed of compilation3.20 Using Precompiled Headers
sprintf6.52 Other built-in functions provided by GCC
SPU options3.17.38 SPU Options
sqrt6.52 Other built-in functions provided by GCC
sqrtf6.52 Other built-in functions provided by GCC
sqrtl6.52 Other built-in functions provided by GCC
sscanf6.52 Other built-in functions provided by GCC
sscanf, and constant strings11.4 Incompatibilities of GCC
sseregparm attribute6.29 Declaring Attributes of Functions
statements inside expressions6.1 Statements and Declarations in Expressions
static data in C++, declaring and defining11.8.1 Declare and Define Static Members
stpcpy6.52 Other built-in functions provided by GCC
stpncpy6.52 Other built-in functions provided by GCC
strcasecmp6.52 Other built-in functions provided by GCC
strcat6.52 Other built-in functions provided by GCC
strchr6.52 Other built-in functions provided by GCC
strcmp6.52 Other built-in functions provided by GCC
strcpy6.52 Other built-in functions provided by GCC
strcspn6.52 Other built-in functions provided by GCC
strdup6.52 Other built-in functions provided by GCC
strfmon6.52 Other built-in functions provided by GCC
strftime6.52 Other built-in functions provided by GCC
string constants11.4 Incompatibilities of GCC
strlen6.52 Other built-in functions provided by GCC
strncasecmp6.52 Other built-in functions provided by GCC
strncat6.52 Other built-in functions provided by GCC
strncmp6.52 Other built-in functions provided by GCC
strncpy6.52 Other built-in functions provided by GCC
strndup6.52 Other built-in functions provided by GCC
strpbrk6.52 Other built-in functions provided by GCC
strrchr6.52 Other built-in functions provided by GCC
strspn6.52 Other built-in functions provided by GCC
strstr6.52 Other built-in functions provided by GCC
struct6.56 Unnamed struct/union fields within structs/unions
structures11.4 Incompatibilities of GCC
structures, constructor expression6.24 Compound Literals
submodel options3.17 Hardware Models and Configurations
subscripting6.21 Non-Lvalue Arrays May Have Subscripts
subscripting and function values6.21 Non-Lvalue Arrays May Have Subscripts
suffixes for C++ source3.3 Compiling C++ Programs
SUNPRO_DEPENDENCIES3.19 Environment Variables Affecting GCC
SUNPRO_DEPENDENCIES3.19 Environment Variables Affecting GCC
suppressing warnings3.8 Options to Request or Suppress Warnings
surprises in C++11.8 Common Misunderstandings with GNU C++
syntax checking3.8 Options to Request or Suppress Warnings
syscall_linkage attribute6.29 Declaring Attributes of Functions
system headers, warnings from3.8 Options to Request or Suppress Warnings
sysv_abi attribute6.29 Declaring Attributes of Functions

Jump to:   !   #   $   %   &   '   (   *   +   -   .   /   0   <   =   >   ?   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by GNAT Mailserver on May, 10 2012 using texi2html