JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C User's Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to the C Compiler

2.  C-Compiler Implementation-Specific Information

3.  Parallelizing C Code

4.  lint Source Code Checker

5.  Type-Based Alias Analysis

6.  Transitioning to ISO C

7.  Converting Applications for a 64-Bit Environment

8.  cscope: Interactively Examining a C Program

A.  Compiler Options Grouped by Functionality

B.  C Compiler Options Reference

C.  Implementation-Defined ISO/IEC C99 Behavior

D.  Supported Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  The Differences Between K&R Solaris Studio C and Solaris Studio ISO C

Index

Numbers and Symbols

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

D

-d, B.2.8 -d[y|n]
data reordering, B.2.93 -xF[=v[,v...]]
data types
long long, 2.6 long long Data Type
unsigned long long, 2.6 long long Data Type
__DATE__
C.1.11 Preprocessing Directives (J.3.11)
E.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
E.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
date and time formats, E.1.15.8 (7.12.3.5) The formats for time and date:
dbx tool
disable Auto-Read for, B.2.142 -xs
symbol table information for, B.2.34 -g
debugger data format, B.2.89 -xdebugformat=[stabs|dwarf]
debugging information, removing, B.2.61 -s
decimal-point character, E.1.15.5 (7.1.1) The decimal-point character:
declaration specifiers
__global, 2.2 Linker Scoping Specifiers
__hidden, 2.2 Linker Scoping Specifiers
__symbolic, 2.2 Linker Scoping Specifiers
__thread, 2.3 Thread Local Storage Specifier
declarators, E.1.11 Declarators (G.3.11)
default
compiler behavior, B.2.68 -X[c|a|t|s]
handling and SIGILL, E.1.14.10 (7.7.1.1) Whether the default handling is reset if the SIGILL signal is received by a handler specified to the signal function:
locale, E.1.4.7 (6.1.3.4) The current locale used to convert multibyte characters into corresponding wide characters (codes) for a wide character constant:
default dirs searched for libraries, B.1 Option Syntax
#define, B.2.7 -Dname[(arg[,arg])][=expansion]
diagnostics, format, E.1.1.1 (5.1.1.3) Identification of diagnostics:
directives, See pragmas
-dirout, 4.3.7 -dirout=dir
documentation, accessing, Accessing Solaris Studio Documentation
documentation index, Accessing Solaris Studio Documentation
domain errors, math functions, E.1.14.4 (7.5.1) The values returned by the mathematics functions on domain errors:
dwarf debugger-data format, B.2.89 -xdebugformat=[stabs|dwarf]
dynamic linking, B.2.8 -d[y|n]