Home
last modified time | relevance | path

Searched defs:getUnsigned (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/ADT/
DAPSIntTest.cpp55 TEST(APSIntTest, getUnsigned) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPSIntTest.cpp55 TEST(APSIntTest, getUnsigned) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPSInt.h315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/external/llvm/include/llvm/ADT/
DAPSInt.h321 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/external/llvm/lib/Support/
DDataExtractor.cpp92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() function in DataExtractor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp99 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() function in DataExtractor
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp302 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1082 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1401 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser