HomeSort by relevance Sort by last modified time
    Searched defs:getUnsigned (Results 1 - 14 of 14) 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/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.h 64 uint64_t getUnsigned() const { return Value.uval; }
  /external/swiftshader/third_party/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); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 177 bool getUnsigned(unsigned &Result);
322 if (getUnsigned(ID))
466 if (getUnsigned(Weight))
816 if (getUnsigned(ID))
891 if (getUnsigned(TiedDefIdx))
902 if (getUnsigned(Size))
    [all...]

Completed in 188 milliseconds