Searched refs:UnsignedValue (Results 1 – 2 of 2) sorted by relevance
89 struct UnsignedValue {93 UnsignedValue() : Value(0) {}94 UnsignedValue(unsigned Value) : Value(Value) {}96 bool operator==(const UnsignedValue &Other) const {101 template <> struct ScalarTraits<UnsignedValue> {102 static void output(const UnsignedValue &Value, void *Ctx, raw_ostream &OS) {106 static StringRef input(StringRef Scalar, void *Ctx, UnsignedValue &Value) {139 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::UnsignedValue)145 UnsignedValue ID;187 UnsignedValue ID;[all …]
783 … unsigned UnsignedValue() const { unsigned i=0; QueryUnsignedValue( &i ); return i; } in UnsignedValue() function