|
LLVM 22.0.0git
|
#include "llvm/ADT/Bitfields.h"
Public Types | |
| using | type = std::conditional_t<std::is_same_v<T, bool>, uint8_t, T> |
Definition at line 156 of file Bitfields.h.
| using llvm::bitfields_details::ResolveUnderlyingType< T, false >::type = std::conditional_t<std::is_same_v<T, bool>, uint8_t, T> |
Definition at line 159 of file Bitfields.h.