Addition operator
Declared in <llvm/DebugInfo/CodeView/TypeIndex.h>
TypeIndex
operator+(
TypeIndex const& A,
uint32_t N);
A 32-bit type reference. Types are indexed by their order of appearance in .debug$T plus 0x1000. Type indices less than 0x1000 are "simple" types, composed of a SimpleTypeMode byte followed by a SimpleTypeKind byte.
| Name | Description |
|---|---|
| A | The left operand |
| N | The right operand |