/external/llvm/unittests/ADT/ |
D | APSIntTest.cpp | 55 TEST(APSIntTest, getUnsigned) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 332 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/ |
D | APSInt.h | 350 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 321 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 92 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/ |
D | DataExtractor.h | 180 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 124 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/ |
D | DataExtractor.cpp | 125 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 302 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1737 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/ |
D | MIParser.cpp | 2017 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/ |
D | MIParser.cpp | 1082 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser
|