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

B

-B, B.2.4 -B[static|dynamic]
-b, 4.3.4 -b
basic level alias disambiguation, B.2.72 -xalias_level[=l]
basic mode of lint, 4.1 Basic and Enhanced lint Modes
behavior, implementation-defined
Implementation-Defined ISO/IEC C90 Behavior
E.1.15.8 (7.12.3.5) The formats for time and date:
binary optimization, B.2.76 -xbinopt={prepare|off}
binding, static vs. dynamic, B.2.4 -B[static|dynamic]
binopt, B.2.73 -xannotate[=yes|no]
bit-field
as impacted by transition to ISO C, 6.12.7 Special Cases
portability of constants assigned to, 4.6.1.2 Portability Checks
promotion of, 6.4.4 Bit-fields
treating as signed or unsigned, E.1.9.3 (6.5.2.1) Whether a plain int bit-field is treated as a signed int bit-field or as an unsigned int bit-field:
bits, in execution character set, E.1.4.3 (5.2.4.2.1) The number of bits in a character in the execution character set:
bitwise operations on signed integers, E.1.5.3 (6.3) The results of bitwise operations on signed integers:
buffering, E.1.14.16 (7.9.3) The characteristics of file buffering: