Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DAPSIntTest.cpp55 TEST(APSIntTest, getUnsigned) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h332 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPSInt.h350 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-10.0/llvm/include/llvm/Support/
DDataExtractor.h180 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DDataExtractor.h279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp124 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DDataExtractor.cpp125 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1737 static bool getUnsigned(const MIToken &Token, unsigned &Result, in getUnsigned() function
1759 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2017 static bool getUnsigned(const MIToken &Token, unsigned &Result, in getUnsigned() function
2039 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1082 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser