Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DFractionTest.cpp9 TEST(FractionTest, getAsInteger) { in TEST() argument
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h50 DynamicAPInt getAsInteger() const { getAsInteger() function
/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp112 const llvm::APSInt *SVal::getAsInteger() const { in getAsInteger() function in SVal
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h109 int64_t getAsInteger() const { in getAsInteger() function
/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h463 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { getAsInteger() function
/llvm-project/llvm/lib/Support/
H A DStringRef.cpp587 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { getAsInteger() function in StringRef
/llvm-project/llvm/include/llvm/Support/
H A DJSON.h427 std::optional<int64_t> getAsInteger() const { in getAsInteger() function
/llvm-project/llvm/unittests/ADT/
H A DStringRefTest.cpp673 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8); in TEST() argument
[all...]
/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp398 template <class T> static ErrorOr<T> getAsInteger(StringRef Val) { getAsInteger() function
[all...]