Home
last modified time | relevance | path

Searched defs:getAsInteger (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DLaneBitmask.h73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h413 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function