Home
last modified time | relevance | path

Searched refs:RawValueTag (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h50 struct RawValueTag { struct
51 explicit RawValueTag() = default;
56 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
90 return T(reinterpret_cast<uintptr_t>(P), typename T::RawValueTag());
94 return T(reinterpret_cast<uintptr_t>(P), typename T::RawValueTag());