Lines Matching refs:value
147 // If the enum value name would start with a sigit, prepend the enum name.
158 // Format value as mask or value
244 enums[e - spv::OperandSource]["Values"][name] = enumRow.value;
256 entry["Values"][name] = enumRow.value;
275 // Return a list of values sorted by enum value. The std::vector
276 // returned by value is okay in c++11 due to move semantics.
328 // Format value definitions in language specific way
530 if (seenValues.find(inst.value) != seenValues.end()) {
533 seenValues.insert(inst.value);