Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringRef.h366 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
377 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/external/llvm-project/llvm/include/llvm/MC/
DLaneBitmask.h73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DLaneBitmask.h73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/external/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
/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp83 void getAsInteger(uint32_t &value) const { mayFailCall(&EH::getAsInteger, value); } in getAsInteger() function in parameterFramework::ElementHandle
/external/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
/external/llvm-project/llvm/include/llvm/ADT/
DStringRef.h511 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
522 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h80 int64_t getAsInteger() const { in getAsInteger() function
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp267 bool ElementHandle::getAsInteger(uint32_t &value, string &error) const in getAsInteger() function in ElementHandle
/external/llvm/lib/Support/
DStringRef.cpp445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/external/llvm/unittests/ADT/
DStringRefTest.cpp466 TEST(StringRefTest, getAsInteger) { in TEST() argument
/external/llvm-project/llvm/lib/Support/
DStringRef.cpp508 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h413 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function
/external/llvm-project/llvm/include/llvm/Support/
DJSON.h416 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp620 TEST(StringRefTest, getAsInteger) { in TEST() argument
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp426 template <class T> static ErrorOr<T> getAsInteger(StringRef Val) { in getAsInteger() function