/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 414 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 462 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 492 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 502 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 512 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 416 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 464 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 494 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 504 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | StringRef.cpp | 425 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 473 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 503 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 513 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 303 static std::string radixName(unsigned Radix) { in radixName() 373 unsigned Radix = 0; in LexDigit() local 464 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local 551 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringRef.h | 494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 528 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() 539 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 533 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() 544 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
H A D | APSInt.h | 87 std::string toString(unsigned Radix) const { in toString()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 299 unsigned Radix = 0; in LexDigit() local 328 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local 416 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | StringRef.cpp | 378 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 419 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 366 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 377 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
|
H A D | APSInt.h | 70 std::string toString(unsigned Radix) const { in toString()
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 260 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local 347 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringRef.h | 466 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 495 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | StringRef.h | 462 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 491 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | StringRef.h | 466 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 495 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | StringRef.h | 466 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 495 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 469 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 498 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/aosp_15_r20/frameworks/native/include/ftl/ |
H A D | string.h | 28 enum class Radix { kBin = 2, kDec = 10, kHex = 16 }; enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/ |
D | numeric_utils.hpp | 72 #define BOOST_PP_LOCAL_MACRO(Radix) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/detail/ |
D | extract_int.hpp | 69 #define BOOST_PP_LOCAL_MACRO(Radix) \ argument
|