Searched refs:BIT_FALSE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp123 // The set (BIT_TRUE, BIT_FALSE, BIT_UNSET) represents a ternary logic system
130 BIT_FALSE, // '0' enumerator in enum:__anon10826
136 return (V == BIT_TRUE || V == BIT_FALSE);
142 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1);
146 return bit->getValue() ? BIT_TRUE : BIT_FALSE;
158 case BIT_FALSE:
588 // Marks all the segment positions with either BIT_TRUE or BIT_FALSE.
593 BitValueArray[StartBit + bitIndex] = BIT_FALSE;
956 case BIT_FALSE:
1254 case BIT_FALSE
[all...]

Completed in 86 milliseconds