/external/swiftshader/third_party/LLVM/lib/Support/ |
D | StringRef.cpp | 301 bool StringRef::getAsInteger(unsigned Radix, unsigned long long &Result) const { in getAsInteger() function in StringRef 306 bool StringRef::getAsInteger(unsigned Radix, long long &Result) const { in getAsInteger() function in StringRef 331 bool StringRef::getAsInteger(unsigned Radix, int &Result) const { in getAsInteger() function in StringRef 340 bool StringRef::getAsInteger(unsigned Radix, unsigned &Result) const { in getAsInteger() function in StringRef 349 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } 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-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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 497 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function 508 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | JSON.h | 404 llvm::Optional<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/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-7.0/llvm/lib/Support/ |
D | StringRef.cpp | 509 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 605 TEST(StringRefTest, getAsInteger) { in TEST() argument
|