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

V

-V
index icon4.3.34 -V
index iconB.2.67 -V
-v
index icon4.3.35 -v
index iconB.2.68 -v
value
floating point, index iconE.1.6.1 (6.1.2.5) The representations and sets of values of the various types of floating-point numbers:
integers, index iconE.1.5.1 (6.1.2.5) The representations and sets of values of the various types of integers:
value preserving (promotion), index icon6.4.1 Some Background History
varargs(5), index icon6.2.3 Mixing Considerations
variable declaration specifier, index icon2.2 Linker Scoping Specifiers
variable length arrays in C99, index iconD.1.12 Variable Length Arrays (VLA):
variable, thread-local storage specifier, index icon2.3 Thread Local Storage Specifier
viable prefix, index iconB.2.136.5 The Viable Prefix
VIS Software Developers Kit, index iconB.2.164 -xvis
volatile
compatible declarations with, index icon6.12.3 Single Compilation Compatibility
definition and examples
index icon6.6.5 Examples of volatile Usage
index icon6.6.5 Examples of volatile Usage
explanation of keyword and usage, index icon6.6 const and volatile
volatile, explanation of keyword and usage, index icon6.6.2 Type Qualifiers in Derived Types
volatile
in C90, index iconE.1.10.1 (6.5.5.3) What constitutes an access to an object that has volatile-qualified type:
VPATH environment variable, index icon8.2.1 Step 1: Set Up the Environment