JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: C User's Guide     Oracle Solaris Studio 12.3 Information Library
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.  Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  Oracle Solaris Studio C: Differences Between K&R C and 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, index iconB.2.8 -d[y|n]
data reordering, index iconB.2.99 -xF[=v[,v...]]
data types
long long, index icon2.6 long long Data Type
unsigned long long, index icon2.6 long long Data Type
__DATE__
index iconC.1.11 Preprocessing Directives (J.3.11)
index iconE.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
index iconE.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, index iconE.1.15.8 (7.12.3.5) The formats for time and date:
dbx tool
disable Auto-Read for, index iconB.2.150 -xs
symbol table information for, index iconB.2.34 -g
debugger data format, index iconB.2.94 -xdebugformat=[stabs|dwarf]
debugging information, removing, index iconB.2.64 -s
decimal-point character, index iconE.1.15.5 (7.1.1) The decimal-point character:
declaration specifiers
__global, index icon2.2 Linker Scoping Specifiers
__hidden, index icon2.2 Linker Scoping Specifiers
__symbolic, index icon2.2 Linker Scoping Specifiers
__thread, index icon2.3 Thread Local Storage Specifier
declarators, index iconE.1.11 Declarators (G.3.11)
default
compiler behavior, index iconB.2.71 -X[c|a|t|s]
handling and SIGILL, index iconE.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, index iconE.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, index iconB.1 Option Syntax
#define, index iconB.2.7 -Dname[(arg[,arg])][=expansion]
diagnostics, format, index iconE.1.1.1 (5.1.1.3) Identification of diagnostics:
directives, See pragmas
-dirout, index icon4.3.7 -dirout=dir
documentation, accessing, index iconOracle Solaris Studio Documentation
documentation index, index iconOracle Solaris Studio Documentation
domain errors, math functions, index iconE.1.14.4 (7.5.1) The values returned by the mathematics functions on domain errors:
dwarf debugger-data format, index iconB.2.94 -xdebugformat=[stabs|dwarf]
dynamic linking, index iconB.2.8 -d[y|n]