enum UnaryExprOrTypeTrait
Description
Names for the "expression or type" traits.
Declared at: clang/include/clang/Basic/TypeTraits.h:51
Enumerators
Name | Value | Comment |
---|---|---|
UETT_SizeOf | 0 | |
UETT_AlignOf | 1 | |
UETT_PreferredAlignOf | 2 | |
UETT_VecStep | 3 | |
UETT_OpenMPRequiredSimdAlign | 4 | |
UETT_Last | 4 |