Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp112 const llvm::APSInt *SVal::getAsInteger() const { in getAsInteger() function in SVal
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h455 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp587 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h427 std::optional<int64_t> getAsInteger() const { in getAsInteger() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp398 template <class T> static ErrorOr<T> getAsInteger(StringRef Val) { in getAsInteger() function