#include <ptypeTraits.h>
Static Public Attributes | |
static const bool | hasLongMove = (PtypeTraits<T>::indexMin>=32) |
static const mask_int_t | indexMask = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::indexMask |
static const Ptype | promotePtype = PtypeFunsSub<T,PtypeTraits<T>::canPromote>::promotePtype |
static const Ptype | basicType = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::basicType |
Definition at line 317 of file ptypeTraits.h.
const Ptype osl::PtypeFuns< T >::basicType = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::basicType [static] |
Definition at line 327 of file ptypeTraits.h.
const bool osl::PtypeFuns< T >::hasLongMove = (PtypeTraits<T>::indexMin>=32) [static] |
Definition at line 324 of file ptypeTraits.h.
const mask_int_t osl::PtypeFuns< T >::indexMask = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::indexMask [static] |
Definition at line 325 of file ptypeTraits.h.
const Ptype osl::PtypeFuns< T >::promotePtype = PtypeFunsSub<T,PtypeTraits<T>::canPromote>::promotePtype [static] |
Definition at line 326 of file ptypeTraits.h.