Lines Matching refs:bitAttrs
969 // We maintain BIT_WIDTH copies of the bitAttrs automaton.
986 std::vector<bitAttr_t> bitAttrs;
993 bitAttrs.push_back(ATTR_FILTERED);
995 bitAttrs.push_back(ATTR_NONE);
1003 switch (bitAttrs[BitIndex]) {
1006 bitAttrs[BitIndex] = ATTR_ALL_UNSET;
1008 bitAttrs[BitIndex] = ATTR_ALL_SET;
1012 bitAttrs[BitIndex] = ATTR_MIXED;
1016 bitAttrs[BitIndex] = ATTR_MIXED;
1025 // The regionAttr automaton consumes the bitAttrs automatons' state,
1049 bitAttr_t bitAttr = bitAttrs[BitIndex];