HomeSort by relevance Sort by last modified time
    Searched defs:getUnsigned (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const {
103 llvm_unreachable("getUnsigned unhandled case!");
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 267 setUnsigned(Other.getUnsigned());
302 unsigned VariantValue::getUnsigned() const {
  /external/llvm/include/llvm/ADT/
APSInt.h 321 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 167 bool getUnsigned(unsigned &Result);
312 if (getUnsigned(ID))
456 if (getUnsigned(Weight))
796 if (getUnsigned(ID))
871 if (getUnsigned(TiedDefIdx))
    [all...]

Completed in 72 milliseconds