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

A

-A, B.2.3 -Aname[(tokens)]
-a, 4.3.3 -a
abort function, C.1.12 Library Functions (J.3.12)
accessible documentation, Documentation in Accessible Formats
acomp (C compiler), 1.8 Organization of the Compiler
alias disambiguation
Type-Based Alias Analysis
5.4.7 Seventh Example
alignment of structures, E.1.9.2 (6.5.2.1) The padding and alignment of members of structures.
any level alias disambiguation, B.2.72 -xalias_level[=l]
arithmetic conversions
2.6.2 Usual Arithmetic Conversions
2.6.2 Usual Arithmetic Conversions
array
declarators per C99, D.1.11 Static and Other Type Qualifiers Allowed in Array Declarators
incomplete array types per C99, D.1.8 Flexible Array Members
ascftime function, 4.3.13 -errsecurity=v
__asm keyword
2.14.2 __asm Keyword
2.14.2 __asm Keyword
assembler, 1.8 Organization of the Compiler
assembly in source, 2.14.2 __asm Keyword
assembly language templates, B.2.158 -xvis
#assert
2.8 Assertions
B.2.3 -Aname[(tokens)]
ATS: Automatic Tuning System, B.2.130 -xpec[={yes|no}]
attributes, 2.9 Supported Attributes