Searched refs:HereditaryBits (Results 1 – 20 of 20) sorted by relevance
46 Flags = _MatrixTypeNested::Flags & (HereditaryBits | LvalueBit),
152 const unsigned int HereditaryBits = RowMajorBit variable
48 HereditaryBits | LinearAccessBit | AlignedBit
40 …Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | Direct…
46 Flags = (unsigned int)ThenMatrixType::Flags & ElseMatrixType::Flags & HereditaryBits,
56 …Flags = (_MatrixTypeNested::Flags & HereditaryBits & ~RowMajorBit) | (IsRowMajor ? RowMajorBit : 0…
37 …Flags = ((HereditaryBits|_LinearAccessMask|AlignedBit) & (unsigned int)(MatrixType::Flags)) | (_Ve…
55 …Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit…
52 …Flags = int(_MatrixTypeNested::Flags) & (HereditaryBits | LvalueBit | PacketAccessBit | LinearAcce…
75 HereditaryBits
41 Flags = MatrixTypeNestedCleaned::Flags & (HereditaryBits)
88 Flags0 = traits<XprType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
39 & ( HereditaryBits
51 Flags0 = (unsigned int)_MatrixTypeNested::Flags & HereditaryBits,
147 …Flags = (MatrixTypeNestedCleaned::Flags & (HereditaryBits) & (~(PacketAccessBit | DirectAccessBit …
67 Flags = (int(LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
192 Flags = ((LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,
48 Flags = (int(LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
85 Flags = ((unsigned int)(LhsFlags | RhsFlags) & HereditaryBits & ~RowMajorBit)