|
LLVM 23.0.0git
|
Tag descriptor for one type in the union. More...
#include "llvm/ADT/PointerUnion.h"
Public Attributes | |
| uintptr_t | Value |
| uintptr_t | Mask |
Tag descriptor for one type in the union.
Definition at line 61 of file PointerUnion.h.
| uintptr_t llvm::pointer_union_detail::TagEntry::Mask |
Definition at line 63 of file PointerUnion.h.
| uintptr_t llvm::pointer_union_detail::TagEntry::Value |
Definition at line 62 of file PointerUnion.h.