Home
last modified time | relevance | path

Searched defs:UnsignedValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Remarks/
DYAMLRemarkParser.cpp313 unsigned UnsignedValue = 0; in parseUnsigned() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkParser.cpp314 unsigned UnsignedValue = 0; in parseUnsigned() local
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp89 Expected<uint64_t> UnsignedValue = IntegerValue.getUnsignedValue(); in getMatchingString() local
135 uint64_t UnsignedValue; in valueFromStringRepr() local
142 static int64_t getAsSigned(uint64_t UnsignedValue) { in getAsSigned()
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp399 Expected<uint64_t> UnsignedValue = ExpressionValue(10).getUnsignedValue(); in TEST_F() local
/external/tinyxml2/
Dtinyxml2.h1175 unsigned UnsignedValue() const { in UnsignedValue() function