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

T

tcov, with -xprofile, index iconB.2.144 –xprofile=p
Temporary files, index icon2.15.4 TMPDIR
TERM environment variable as used by cscope, index icon8.2.1 Step 1: Set Up the Environment
text
segment and string literals, index iconB.2.154 -xstrconst
stream, index iconE.1.14.11 (7.9.2) Whether the last line of a text stream requires a terminating new-line character:
__thread, index icon2.3 Thread Local Storage Specifier
thread local storage of variables, index icon2.3 Thread Local Storage Specifier
threads, See parallelization
__TIME__
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:
time and date formats, index iconE.1.15.8 (7.12.3.5) The formats for time and date:
/tmp, index icon2.15.4 TMPDIR
TMPDIR environment variable
index icon2.15.4 TMPDIR
index icon2.15.4 TMPDIR
tokens
index icon6.5 Tokenization and Preprocessing
index icon6.5.6 Token Pasting
tools for programming with C, index icon1.9 C-Related Programming Tools
towctrans function, index iconC.1.14 Locale-specific Behavior (J.4)
traceback, index iconB.2.65 -traceback[={%none|common|signals_list}]
trigraph sequences, index icon6.5.1 ISO C Translation Phases
type-based alias-disambiguation
index iconType-Based Alias Analysis
index icon5.4.7 Example: Using a Pragma
types
compatible and composite
index icon6.12 Compatible and Composite Types
index icon6.12.8 Composite Types
const and volatile qualifier
index icon6.6 const and volatile
index icon6.6.5 Examples of volatile Usage
declaration in for loop, index iconD.1.15 Declaration in for-Loop Statement
declarations and code, index iconD.1.14 Mixed Declarations and Code
incomplete
index icon6.11 Incomplete Types
index icon6.11.6 Examples: Incomplete Types
specifier requirement in declaration, index iconD.1.7 Declarations Using Implicit int
storage allocation for, index iconF.1 Storage Allocation
TZ, index iconE.1.15.1 (7.12.1) The local time zone and Daylight Savings Time: