Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DStringRef.cpp301 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/
DStringRef.h366 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/
DLaneBitmask.h74 constexpr Type getAsInteger() const { return Mask; } 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-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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h497 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/
DJSON.h404 llvm::Optional<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/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-7.0/llvm/lib/Support/
DStringRef.cpp509 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp605 TEST(StringRefTest, getAsInteger) { in TEST() argument