Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPSInt.h350 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DDataExtractor.h279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DDataExtractor.cpp125 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp369 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/openbsd/src/gnu/llvm/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