Searched refs:UnsignedValue (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MIRYamlMapping.h | 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MIRYamlMapping.h | 99 struct UnsignedValue { 103 UnsignedValue() = default; 104 UnsignedValue(unsigned Value) : Value(Value) {} 106 bool operator==(const UnsignedValue &Other) const { 111 template <> struct ScalarTraits<UnsignedValue> { 112 static void output(const UnsignedValue &Value, void *Ctx, raw_ostream &OS) { 116 static StringRef input(StringRef Scalar, void *Ctx, UnsignedValue &Value) { 149 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::UnsignedValue) 155 UnsignedValue ID; 208 UnsignedValue ID; [all …]
|
/external/tinyxml2/ |
D | tinyxml2.h | 1168 unsigned UnsignedValue() const { in UnsignedValue() function
|
D | xmltest.cpp | 964 XMLTest("attrib-unsigned", unsigned(2), attrib->UnsignedValue(), true); in main()
|