Searched defs:getAsInteger (Results 1 – 10 of 10) sorted by relevance
9 TEST(FractionTest, getAsInteger) { in TEST() argument
50 DynamicAPInt getAsInteger() const { getAsInteger() function
74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
112 const llvm::APSInt *SVal::getAsInteger() const { in getAsInteger() function in SVal
109 int64_t getAsInteger() const { in getAsInteger() function
463 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { getAsInteger() function
587 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { getAsInteger() function in StringRef
427 std::optional<int64_t> getAsInteger() const { in getAsInteger() function
673 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8); in TEST() argument [all...]
398 template <class T> static ErrorOr<T> getAsInteger(StringRef Val) { getAsInteger() function [all...]