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

Keyword Index: P -- 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   Z  

Index Entry Section

P
`p' in constraint5.36.1 Simple Constraints
packed attribute5.32 Specifying Attributes of Variables
parameter forward declaration5.14 Arrays of Variable Length
parameters, aliased3.18 Options for Code Generation Conventions
PDP-11 Options3.17.33 PDP-11 Options
PIC3.18 Options for Code Generation Conventions
pmf6.7 Extracting the function pointer from a bound pointer to member function
pointer arguments5.25 Declaring Attributes of Functions
pointer to member function6.7 Extracting the function pointer from a bound pointer to member function
portions of temporary objects, pointers to10.9.2 Temporaries May Vanish Before You Expect
pragma, extern_prefix5.46.5 Tru64 Pragmas
pragma, long_calls5.46.1 ARM Pragmas
pragma, long_calls_off5.46.1 ARM Pragmas
pragma, longcall5.46.2 RS/6000 and PowerPC Pragmas
pragma, mark5.46.3 Darwin Pragmas
pragma, no_long_calls5.46.1 ARM Pragmas
pragma, options align5.46.3 Darwin Pragmas
pragma, reason for not using5.25 Declaring Attributes of Functions
pragma, redefine_extname5.46.4 Solaris Pragmas
pragma, segment5.46.3 Darwin Pragmas
pragma, unused5.46.3 Darwin Pragmas
pragmas5.46 Pragmas Accepted by GCC
pragmas in C++, effect on inlining6.5 Declarations and Definitions in One Header
pragmas, interface and implementation6.5 Declarations and Definitions in One Header
pragmas, warning of unknown3.8 Options to Request or Suppress Warnings
preprocessing numbers10.5 Incompatibilities of GCC
preprocessing tokens10.5 Incompatibilities of GCC
preprocessor options3.11 Options Controlling the Preprocessor
printf5.44 Other built-in functions provided by GCC
printf_unlocked5.44 Other built-in functions provided by GCC
prof3.9 Options for Debugging Your Program or GCC
promotion of formal parameters5.27 Prototypes and Old-Style Function Definitions
pure function attribute5.25 Declaring Attributes of Functions
push address instruction5.36.1 Simple Constraints
putchar5.44 Other built-in functions provided by GCC
puts5.44 Other built-in functions provided by GCC

Q
qsort, and global register variables5.38.1 Defining Global Register Variables
question mark5.36.2 Multiple Alternative Constraints

R
`r' in constraint5.36.1 Simple Constraints
r0-relative references (88k)3.17.9 M88K Options
ranges in case statements5.22 Case Ranges
read-only strings10.5 Incompatibilities of GCC
register positions in frame (88k)3.17.9 M88K Options
register positions in frame (88k)3.17.9 M88K Options
register variable after longjmp5.38.1 Defining Global Register Variables
registers5.35 Assembler Instructions with C Expression Operands
registers for local variables5.38.2 Specifying Registers for Local Variables
registers in constraints5.36.1 Simple Constraints
registers, global allocation5.38 Variables in Specified Registers
registers, global variables in5.38.1 Defining Global Register Variables
regparm attribute5.25 Declaring Attributes of Functions
reordering, warning3.5 Options Controlling C++ Dialect
reporting bugs11. Reporting Bugs
rest argument (in macro)5.15 Macros with a Variable Number of Arguments.
restricted pointers6.3 Restricting Pointer Aliasing
restricted references6.3 Restricting Pointer Aliasing
restricted this pointer6.3 Restricting Pointer Aliasing
rindex5.44 Other built-in functions provided by GCC
RS/6000 and PowerPC Options3.17.10 IBM RS/6000 and PowerPC Options
RT options3.17.12 IBM RT Options
RTTI6.4 Vague Linkage
run-time options3.18 Options for Code Generation Conventions

S
`s' in constraint5.36.1 Simple Constraints
S/390 and zSeries Options3.17.30 S/390 and zSeries Options
scanf5.44 Other built-in functions provided by GCC
scanf, and constant strings10.5 Incompatibilities of GCC
scope of a variable length array5.14 Arrays of Variable Length
scope of declaration10.8 Disappointments and Misunderstandings
scope of external declarations10.5 Incompatibilities of GCC
search path3.14 Options for Directory Search
section function attribute5.25 Declaring Attributes of Functions
section variable attribute5.32 Specifying Attributes of Variables
sequential consistency on 88k3.17.9 M88K Options
setjmp5.38.1 Defining Global Register Variables
setjmp incompatibilities10.5 Incompatibilities of GCC
shared strings10.5 Incompatibilities of GCC
shared variable attribute5.32 Specifying Attributes of Variables
side effect in ?:5.8 Conditionals with Omitted Operands
side effects, macro argument5.1 Statements and Declarations in Expressions
side effects, order of evaluation10.11 Certain Changes We Don't Want to Make
signal handler functions on the AVR processors5.25 Declaring Attributes of Functions
signed and unsigned values, comparison warning3.8 Options to Request or Suppress Warnings
simple constraints5.36.1 Simple Constraints
sin5.44 Other built-in functions provided by GCC
sinf5.44 Other built-in functions provided by GCC
sinl5.44 Other built-in functions provided by GCC
sizeof5.6 Referring to a Type with typeof
smaller data references3.17.8 M32R/D Options
smaller data references (88k)3.17.9 M88K Options
smaller data references (MIPS)3.17.13 MIPS Options
smaller data references (PowerPC)3.17.10 IBM RS/6000 and PowerPC Options
snprintf5.44 Other built-in functions provided by GCC
SPARC options3.17.4 SPARC Options
Spec Files3.15 Specifying subprocesses and the switches to pass to them
specified registers5.38 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 variables5.38.2 Specifying Registers for Local Variables
sprintf5.44 Other built-in functions provided by GCC
sqrt5.44 Other built-in functions provided by GCC
sqrtf5.44 Other built-in functions provided by GCC
sqrtl5.44 Other built-in functions provided by GCC
sscanf5.44 Other built-in functions provided by GCC
sscanf, and constant strings10.5 Incompatibilities of GCC
statements inside expressions5.1 Statements and Declarations in Expressions
static data in C++, declaring and defining10.9.1 Declare and Define Static Members
`stdarg.h' and RT PC3.17.12 IBM RT Options
strcat5.44 Other built-in functions provided by GCC
strchr5.44 Other built-in functions provided by GCC
strcmp5.44 Other built-in functions provided by GCC
strcpy5.44 Other built-in functions provided by GCC
strcspn5.44 Other built-in functions provided by GCC
string constants10.5 Incompatibilities of GCC
strlen5.44 Other built-in functions provided by GCC
strncat5.44 Other built-in functions provided by GCC
strncmp5.44 Other built-in functions provided by GCC
strncpy5.44 Other built-in functions provided by GCC
strpbrk5.44 Other built-in functions provided by GCC
strrchr5.44 Other built-in functions provided by GCC
strspn5.44 Other built-in functions provided by GCC
strstr5.44 Other built-in functions provided by GCC
struct5.47 Unnamed struct/union fields within structs/unions.
structure passing (88k)3.17.9 M88K Options
structures10.5 Incompatibilities of GCC
structures, constructor expression5.20 Compound Literals
submodel options3.17 Hardware Models and Configurations
subscripting5.17 Non-Lvalue Arrays May Have Subscripts
subscripting and function values5.17 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++10.9 Common Misunderstandings with GNU C++
SVr43.17.9 M88K Options
syntax checking3.8 Options to Request or Suppress Warnings
synthesized methods, warning3.5 Options Controlling C++ Dialect
system headers, warnings from3.8 Options to Request or Suppress Warnings

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   Z  


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

This document was generated by Stephane Carrez on May, 15 2005 using texi2html>