/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 497 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 508 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 531 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() 542 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
D | APSInt.h | 70 std::string toString(unsigned Radix) const { in toString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 294 unsigned Radix = 0; in LexDigit() local 323 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local 410 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
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()
|
D | APInt.cpp | 2121 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2242 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | StringRef.cpp | 411 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 459 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 489 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 499 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 509 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
D | APInt.cpp | 2014 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2129 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 366 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 377 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
|
D | APSInt.h | 70 std::string toString(unsigned Radix) const { in toString()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 260 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local 347 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
|
/external/llvm/lib/Support/ |
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()
|
D | APInt.cpp | 2147 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2268 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-strings/ |
D | llvm-strings.cpp | 51 Radix("radix", cl::desc("print the offset within the file"), variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 75 Radix("radix", cl::desc("Print size in radix. Only 8, 10, and 16 are valid"), variable
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 73 Radix("-radix", cl::desc("Print size in radix. Only 8, 10, and 16 are valid"), variable
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 895 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 142 enum Radix { d, o, x }; enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 148 enum Radix { d, o, x }; enum
|
/external/llvm/lib/IR/ |
D | Core.cpp | 934 uint8_t Radix) { in LLVMConstIntOfString() 940 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1125 uint8_t Radix) { in LLVMConstIntOfString() 1131 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 875 value Radix) { in llvm_const_int_of_string()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 792 value Radix) { in llvm_const_int_of_string()
|