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

V

-V
4.3.34 -V
B.2.64 -V
-v
4.3.35 -v
B.2.65 -v
value
floating point, E.1.6.1 (6.1.2.5) The representations and sets of values of the various types of floating-point numbers:
integers, E.1.5.1 (6.1.2.5) The representations and sets of values of the various types of integers:
varargs(5), 6.2.3 Mixing Considerations
variable, thread-local storage specifier, 2.3 Thread Local Storage Specifier
variable declaration specifier, 2.2 Linker Scoping Specifiers
variable length arrays in C99, D.1.12 Variable Length Arrays (VLA):
viable prefix, B.2.128.5 The Viable Prefix
VIS Software Developers Kit, B.2.158 -xvis
volatile
compatible declarations with, 6.12.3 Single Compilation Compatibility
definition and examples
6.6.5 volatile Means Exact Semantics
6.6.6 Examples of volatile Usage
explanation of keyword and usage, 6.6 const and volatile
volatile, explanation of keyword and usage, 6.6.2 Type Qualifiers in Derived Types
volatile
in C90, E.1.10.1 (6.5.5.3) What constitutes an access to an object that has volatile-qualified type:
VPATH environment variable, 8.2.1 Step 1: Set Up the Environment