clang
3.7.0
|
#include <ThreadSafetyTIL.h>
Public Types | |
enum | BaseType : unsigned char { BT_Void = 0, BT_Bool, BT_Int, BT_Float, BT_String, BT_Pointer, BT_ValueRef } |
enum | SizeType : unsigned char { ST_0 = 0, ST_1, ST_8, ST_16, ST_32, ST_64, ST_128 } |
Public Member Functions | |
ValueType (BaseType B, SizeType Sz, bool S, unsigned char VS) | |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
template<> | |
ValueType | getValueType () |
Static Public Member Functions | |
static SizeType | getSizeType (unsigned nbytes) |
template<class T > | |
static ValueType | getValueType () |
Public Attributes | |
BaseType | Base |
SizeType | Size |
bool | Signed |
unsigned char | VectSize |
ValueTypes are data types that can actually be held in registers. All variables and expressions must have a value type. Pointer types are further subdivided into the various heap-allocated types, such as functions, records, etc. Structured types that are passed by value (e.g. complex numbers) require special handling; they use BT_ValueRef, and size ST_0.
Definition at line 131 of file ThreadSafetyTIL.h.
Enumerator | |
---|---|
BT_Void | |
BT_Bool | |
BT_Int | |
BT_Float | |
BT_String | |
BT_Pointer | |
BT_ValueRef |
Definition at line 132 of file ThreadSafetyTIL.h.
Enumerator | |
---|---|
ST_0 | |
ST_1 | |
ST_8 | |
ST_16 | |
ST_32 | |
ST_64 | |
ST_128 |
Definition at line 142 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 157 of file ThreadSafetyTIL.h.
|
inlinestatic |
|
inlinestatic |
|
inline |
Definition at line 181 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 186 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 191 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 196 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 201 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 206 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 211 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 216 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 221 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 226 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 231 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 236 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 241 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 246 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 251 of file ThreadSafetyTIL.h.
BaseType clang::threadSafety::til::ValueType::Base |
Definition at line 161 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printLiteral(), and clang::threadSafety::til::Literal::traverse().
bool clang::threadSafety::til::ValueType::Signed |
Definition at line 163 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printLiteral(), and clang::threadSafety::til::Literal::traverse().
SizeType clang::threadSafety::til::ValueType::Size |
Definition at line 162 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printLiteral(), and clang::threadSafety::til::Literal::traverse().
unsigned char clang::threadSafety::til::ValueType::VectSize |
Definition at line 164 of file ThreadSafetyTIL.h.