/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 366 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/ |
D | LaneBitmask.h | 73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | LaneBitmask.h | 73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 494 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/ |
D | ElementHandle.hpp | 83 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/ |
D | StringRef.h | 499 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/ |
D | StringRef.h | 511 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/ |
D | Diagnostics.h | 80 int64_t getAsInteger() const { in getAsInteger() function
|
/external/parameter-framework/upstream/parameter/ |
D | ElementHandle.cpp | 267 bool ElementHandle::getAsInteger(uint32_t &value, string &error) const in getAsInteger() function in ElementHandle
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 466 TEST(StringRefTest, getAsInteger) { in TEST() argument
|
/external/llvm-project/llvm/lib/Support/ |
D | StringRef.cpp | 508 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | StringRef.cpp | 514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | JSON.h | 413 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | JSON.h | 416 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function
|
/external/llvm-project/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 620 TEST(StringRefTest, getAsInteger) { in TEST() argument
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CopyConfig.cpp | 426 template <class T> static ErrorOr<T> getAsInteger(StringRef Val) { in getAsInteger() function
|