Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h98 static const uint32_t SimpleKindMask = 0x000000ff; variable
137 return static_cast<SimpleTypeKind>(Index & SimpleKindMask); in getSimpleKind()