Searched refs:UnsignedValue (Results 1 – 2 of 2) sorted by relevance
100 struct UnsignedValue {104 UnsignedValue() = default;105 UnsignedValue(unsigned Value) : Value(Value) {}107 bool operator==(const UnsignedValue &Other) const {112 template <> struct ScalarTraits<UnsignedValue> {113 static void output(const UnsignedValue &Value, void *Ctx, raw_ostream &OS) {117 static StringRef input(StringRef Scalar, void *Ctx, UnsignedValue &Value) {185 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::UnsignedValue)191 UnsignedValue ID;244 UnsignedValue ID;[all …]
316 unsigned UnsignedValue = 0; in parseUnsigned() local317 if (Value->getValue(Tmp).getAsInteger(10, UnsignedValue)) in parseUnsigned()319 return UnsignedValue; in parseUnsigned()