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

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp138 static bool ValueNotSet(bit_value_t V) { function
142 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1);

Completed in 122 milliseconds